"./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Starting (try 1/5) 2026/05/06 03:21:58 DEBUG : Creating backend with remote "TestSFTPRcloneSSH:rclone-test-payudas9xaqi" 2026/05/06 03:21:58 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/06 03:21:58 DEBUG : Setting type="sftp" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_TYPE 2026/05/06 03:21:58 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/06 03:21:58 DEBUG : TestSFTPRcloneSSH: detected overridden config - adding "{aFBXt}" suffix to name 2026/05/06 03:21:58 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/06 03:21:58 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/06 03:21:58 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: 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/06 03:21:58 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell type "unix" from config 2026/05/06 03:21:58 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Relative path resolved to "/rclone-test-payudas9xaqi" 2026/05/06 03:21:58 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Using root directory "/rclone-test-payudas9xaqi" 2026/05/06 03:21:58 DEBUG : Creating backend with remote "/tmp/rclone2456740113" === RUN TestDirHandleMethods run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:21:58 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:21:58 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:21:58 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:21:58 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:21:58 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:21:58 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:21:58 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:21:58 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:21:58 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:21:58 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:21:58 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:21:58 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:21:58 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:21:58 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:21:58 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:21:58 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:21:58 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/06 03:21:58 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:21:58 DEBUG : dir: Looking for writers 2026/05/06 03:21:58 DEBUG : Looking for writers 2026/05/06 03:21:58 DEBUG : dir: reading active writers 2026/05/06 03:21:58 DEBUG : >WaitForWriters: --- PASS: TestDirHandleMethods (0.22s) === RUN TestDirHandleReaddir run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:21:58 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:21:58 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:21:58 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:21:58 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:21:58 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:21:59 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:21:59 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:21:59 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:21:59 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:21:59 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:21:59 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:21:59 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:21:59 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:21:59 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:21:59 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:21:59 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:21:59 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/06 03:21:59 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file2" 2026/05/06 03:21:59 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:21:59 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file2 2026/05/06 03:21:59 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file2" 2026/05/06 03:21:59 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:21:59 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-payudas9xaqi/dir/file2 2026/05/06 03:21:59 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:21:59 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/05/06 03:21:59 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file2" 2026/05/06 03:21:59 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:21:59 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file2 2026/05/06 03:21:59 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file2" 2026/05/06 03:21:59 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:21:59 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-payudas9xaqi/dir/file2 2026/05/06 03:21:59 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:21:59 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/05/06 03:21:59 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/subdir/file3" 2026/05/06 03:21:59 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:21:59 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/subdir/file3 2026/05/06 03:21:59 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/subdir/file3" 2026/05/06 03:21:59 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:21:59 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-payudas9xaqi/dir/subdir/file3 2026/05/06 03:21:59 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:21:59 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/05/06 03:21:59 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/subdir/file3" 2026/05/06 03:21:59 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:21:59 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/subdir/file3 2026/05/06 03:21:59 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/subdir/file3" 2026/05/06 03:21:59 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:21:59 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-payudas9xaqi/dir/subdir/file3 2026/05/06 03:21:59 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:21:59 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a 2026/05/06 03:21:59 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:21:59 DEBUG : dir/subdir: Looking for writers 2026/05/06 03:21:59 DEBUG : dir: Looking for writers 2026/05/06 03:21:59 DEBUG : file1: reading active writers 2026/05/06 03:21:59 DEBUG : file2: reading active writers 2026/05/06 03:21:59 DEBUG : subdir: reading active writers 2026/05/06 03:21:59 DEBUG : Looking for writers 2026/05/06 03:21:59 DEBUG : dir: reading active writers 2026/05/06 03:21:59 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddir (0.63s) === RUN TestDirHandleReaddirnames run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:21:59 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:21:59 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:21:59 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:21:59 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:21:59 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:21:59 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:21:59 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:21:59 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:21:59 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:21:59 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:21:59 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:21:59 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:21:59 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:21:59 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:21:59 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:21:59 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:21:59 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/06 03:21:59 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:21:59 DEBUG : dir: Looking for writers 2026/05/06 03:21:59 DEBUG : file1: reading active writers 2026/05/06 03:21:59 DEBUG : Looking for writers 2026/05/06 03:21:59 DEBUG : dir: reading active writers 2026/05/06 03:21:59 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddirnames (0.22s) === RUN TestDirMethods run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:21:59 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:21:59 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:21:59 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:21:59 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:21:59 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:21:59 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:21:59 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:21:59 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:21:59 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:21:59 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:21:59 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:21:59 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:21:59 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:00 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:00 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:00 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:00 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/06 03:22:00 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:00 DEBUG : dir: Looking for writers 2026/05/06 03:22:00 DEBUG : Looking for writers 2026/05/06 03:22:00 DEBUG : dir: reading active writers 2026/05/06 03:22:00 DEBUG : >WaitForWriters: --- PASS: TestDirMethods (0.21s) === RUN TestDirForgetAll run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:00 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:00 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:00 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:00 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:00 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:00 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:00 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:00 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:00 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:00 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:00 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:00 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:00 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:00 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:00 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:00 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:00 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/06 03:22:00 DEBUG : dir: forgetting directory cache 2026/05/06 03:22:00 DEBUG : forgetting directory cache 2026/05/06 03:22:00 DEBUG : dir: forgetting directory cache 2026/05/06 03:22:00 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:00 DEBUG : Looking for writers 2026/05/06 03:22:00 DEBUG : >WaitForWriters: --- PASS: TestDirForgetAll (0.19s) === RUN TestDirForgetPath run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:00 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:00 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:00 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:00 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:00 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:00 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:00 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:00 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:00 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:00 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:00 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:00 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:00 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:00 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:00 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:00 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:00 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/06 03:22:00 DEBUG : ForgetPath: relativePath="dir/notfound", type=1 2026/05/06 03:22:00 DEBUG : dir: invalidating directory cache 2026/05/06 03:22:00 DEBUG : >ForgetPath: 2026/05/06 03:22:00 DEBUG : ForgetPath: relativePath="dir", type=0 2026/05/06 03:22:00 DEBUG : invalidating directory cache 2026/05/06 03:22:00 DEBUG : dir: forgetting directory cache 2026/05/06 03:22:00 DEBUG : >ForgetPath: 2026/05/06 03:22:00 DEBUG : ForgetPath: relativePath="not/in/cache", type=0 2026/05/06 03:22:00 DEBUG : >ForgetPath: 2026/05/06 03:22:00 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:00 DEBUG : dir: Looking for writers 2026/05/06 03:22:00 DEBUG : Looking for writers 2026/05/06 03:22:00 DEBUG : dir: reading active writers 2026/05/06 03:22:00 DEBUG : >WaitForWriters: --- PASS: TestDirForgetPath (0.18s) === RUN TestDirWalk run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:00 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:00 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:00 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:00 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:00 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:00 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:00 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:00 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:00 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:00 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:00 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:00 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:00 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:00 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:00 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:00 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:00 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/06 03:22:00 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: 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/06 03:22:00 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/fil/a/b/c" 2026/05/06 03:22:00 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:00 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/fil/a/b/c 2026/05/06 03:22:00 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/fil/a/b/c" 2026/05/06 03:22:00 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:00 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 8a723ce6358887fb2e41fbe163780b08 /rclone-test-payudas9xaqi/fil/a/b/c 2026/05/06 03:22:00 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:00 DEBUG : fil/a/b/c: Parsed hash: 8a723ce6358887fb2e41fbe163780b08 2026/05/06 03:22:00 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/fil/a/b/c" 2026/05/06 03:22:00 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:00 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/fil/a/b/c 2026/05/06 03:22:00 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/fil/a/b/c" 2026/05/06 03:22:00 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:00 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 6e53ed736122eed1a3cfda28927c84739fb15f43 /rclone-test-payudas9xaqi/fil/a/b/c 2026/05/06 03:22:00 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:00 DEBUG : fil/a/b/c: Parsed hash: 6e53ed736122eed1a3cfda28927c84739fb15f43 2026/05/06 03:22:00 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:00 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:00 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:00 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:00 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:00 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:00 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:00 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:00 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:00 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:00 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:00 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:01 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:01 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:01 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:01 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/06 03:22:01 DEBUG : forgetting directory cache 2026/05/06 03:22:01 DEBUG : dir: forgetting directory cache 2026/05/06 03:22:01 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:01 DEBUG : dir: Looking for writers 2026/05/06 03:22:01 DEBUG : fil/a/b: Looking for writers 2026/05/06 03:22:01 DEBUG : fil/a: Looking for writers 2026/05/06 03:22:01 DEBUG : b: reading active writers 2026/05/06 03:22:01 DEBUG : fil: Looking for writers 2026/05/06 03:22:01 DEBUG : a: reading active writers 2026/05/06 03:22:01 DEBUG : Looking for writers 2026/05/06 03:22:01 DEBUG : fil: reading active writers 2026/05/06 03:22:01 DEBUG : dir: reading active writers 2026/05/06 03:22:01 DEBUG : >WaitForWriters: --- PASS: TestDirWalk (0.71s) === RUN TestDirSetModTime run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:01 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:01 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:01 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:01 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:01 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:01 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:01 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:01 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:01 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:01 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:01 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:01 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:01 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:01 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:01 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:01 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:01 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/06 03:22:01 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:01 DEBUG : dir: Looking for writers 2026/05/06 03:22:01 DEBUG : Looking for writers 2026/05/06 03:22:01 DEBUG : dir: reading active writers 2026/05/06 03:22:01 DEBUG : >WaitForWriters: --- PASS: TestDirSetModTime (0.22s) === RUN TestDirStat run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:01 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:01 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:01 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:01 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:01 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:01 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:01 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:01 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:01 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:01 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:01 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:01 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:01 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:01 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:01 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:01 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:01 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/06 03:22:01 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:01 DEBUG : dir: Looking for writers 2026/05/06 03:22:01 DEBUG : file1: reading active writers 2026/05/06 03:22:01 DEBUG : Looking for writers 2026/05/06 03:22:01 DEBUG : dir: reading active writers 2026/05/06 03:22:01 DEBUG : >WaitForWriters: --- PASS: TestDirStat (0.13s) === RUN TestDirReadDirAll run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:01 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:01 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:01 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:01 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:01 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:01 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:01 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:01 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:01 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:01 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:01 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:01 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:01 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:01 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:01 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:01 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:01 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/06 03:22:01 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file2" 2026/05/06 03:22:01 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:01 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file2 2026/05/06 03:22:01 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file2" 2026/05/06 03:22:01 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:01 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-payudas9xaqi/dir/file2 2026/05/06 03:22:01 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:01 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/05/06 03:22:01 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file2" 2026/05/06 03:22:01 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:01 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file2 2026/05/06 03:22:01 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file2" 2026/05/06 03:22:01 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:01 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-payudas9xaqi/dir/file2 2026/05/06 03:22:01 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:01 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/05/06 03:22:01 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/subdir/file3" 2026/05/06 03:22:01 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:01 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/subdir/file3 2026/05/06 03:22:01 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/subdir/file3" 2026/05/06 03:22:01 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:01 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-payudas9xaqi/dir/subdir/file3 2026/05/06 03:22:01 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:01 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/05/06 03:22:01 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/subdir/file3" 2026/05/06 03:22:01 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:01 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/subdir/file3 2026/05/06 03:22:01 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/subdir/file3" 2026/05/06 03:22:02 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:02 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-payudas9xaqi/dir/subdir/file3 2026/05/06 03:22:02 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:02 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a === RUN TestDirReadDirAll/Virtual 2026/05/06 03:22:02 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile" 2026/05/06 03:22:02 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir" 2026/05/06 03:22:02 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/05/06 03:22:02 DEBUG : dir: Added virtual directory entry vDel: "subdir" 2026/05/06 03:22:02 DEBUG : Waiting for deletions to finish 2026/05/06 03:22:02 INFO : dir/subdir/file3: Deleted 2026/05/06 03:22:02 DEBUG : removing 1 level 2 directories 2026/05/06 03:22:02 INFO : dir/subdir: Removing directory 2026/05/06 03:22:02 DEBUG : dir: invalidating directory cache 2026/05/06 03:22:02 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir" 2026/05/06 03:22:02 DEBUG : dir: Removed virtual directory entry vDel: "file2" 2026/05/06 03:22:02 DEBUG : dir: Removed virtual directory entry vDel: "subdir" 2026/05/06 03:22:02 DEBUG : dir/file1: Reset virtual modtime 2026/05/06 03:22:02 DEBUG : dir: Removed virtual directory entry vAddFile: "virtualFile" 2026/05/06 03:22:02 DEBUG : dir/virtualFile: Reset virtual modtime 2026/05/06 03:22:02 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile2" 2026/05/06 03:22:02 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir2" 2026/05/06 03:22:02 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/06 03:22:02 DEBUG : dir: invalidating directory cache 2026/05/06 03:22:02 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir2" 2026/05/06 03:22:02 DEBUG : dir: Removed virtual directory entry vDel: "file1" 2026/05/06 03:22:02 DEBUG : dir/virtualFile: Reset virtual modtime 2026/05/06 03:22:02 DEBUG : forgetting directory cache 2026/05/06 03:22:02 DEBUG : dir: forgetting directory cache 2026/05/06 03:22:02 DEBUG : dir/virtualDir: forgetting directory cache 2026/05/06 03:22:02 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:02 DEBUG : dir/virtualDir: Looking for writers 2026/05/06 03:22:02 DEBUG : dir: Looking for writers 2026/05/06 03:22:02 DEBUG : virtualDir: reading active writers 2026/05/06 03:22:02 DEBUG : file1: reading active writers 2026/05/06 03:22:02 DEBUG : virtualFile2: reading active writers 2026/05/06 03:22:02 DEBUG : virtualFile: reading active writers 2026/05/06 03:22:02 DEBUG : Looking for writers 2026/05/06 03:22:02 DEBUG : dir: reading active writers 2026/05/06 03:22:02 DEBUG : >WaitForWriters: --- PASS: TestDirReadDirAll (0.60s) --- PASS: TestDirReadDirAll/Virtual (0.01s) === RUN TestDirOpen run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:02 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:02 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:02 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:02 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:02 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:02 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:02 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:02 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:02 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:02 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:02 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:02 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:02 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:02 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:02 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:02 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:02 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/06 03:22:02 ERROR : dir/: Can only open directories read only 2026/05/06 03:22:02 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:02 DEBUG : dir: Looking for writers 2026/05/06 03:22:02 DEBUG : Looking for writers 2026/05/06 03:22:02 DEBUG : dir: reading active writers 2026/05/06 03:22:02 DEBUG : >WaitForWriters: --- PASS: TestDirOpen (0.21s) === RUN TestDirCreate run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:02 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:02 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:02 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:02 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:02 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:02 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:02 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:02 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:02 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:02 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:02 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:02 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:02 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:02 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:02 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:02 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:02 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/06 03:22:02 DEBUG : dir/potato: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:02 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/05/06 03:22:02 DEBUG : dir/potato: >Open: fd=dir/potato (w), err= 2026/05/06 03:22:02 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/05/06 03:22:02 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: File to upload is small (5 bytes), uploading instead of streaming 2026/05/06 03:22:02 DEBUG : dir/potato: size = 5 OK 2026/05/06 03:22:02 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/potato" 2026/05/06 03:22:02 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:02 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/potato 2026/05/06 03:22:02 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/potato" 2026/05/06 03:22:02 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:02 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-payudas9xaqi/dir/potato 2026/05/06 03:22:02 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:02 DEBUG : dir/potato: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/06 03:22:02 DEBUG : dir/potato: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/06 03:22:02 DEBUG : dir/potato: Size and md5 of src and dst objects identical 2026/05/06 03:22:02 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/05/06 03:22:02 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:02 DEBUG : dir: Looking for writers 2026/05/06 03:22:02 DEBUG : file1: reading active writers 2026/05/06 03:22:02 DEBUG : potato: reading active writers 2026/05/06 03:22:02 DEBUG : Looking for writers 2026/05/06 03:22:02 DEBUG : dir: reading active writers 2026/05/06 03:22:02 DEBUG : >WaitForWriters: --- PASS: TestDirCreate (0.43s) === RUN TestDirMkdir run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:02 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:02 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:02 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:02 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:02 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:02 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:02 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:02 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:02 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:02 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:02 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:02 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:02 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:02 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:02 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:02 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:02 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/06 03:22:03 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/05/06 03:22:03 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:03 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:03 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:03 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:03 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:03 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:03 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:03 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:03 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:03 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:03 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:03 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:03 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:03 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:03 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:03 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/06 03:22:03 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:03 DEBUG : dir/sub: Looking for writers 2026/05/06 03:22:03 DEBUG : dir: Looking for writers 2026/05/06 03:22:03 DEBUG : file1: reading active writers 2026/05/06 03:22:03 DEBUG : sub: reading active writers 2026/05/06 03:22:03 DEBUG : Looking for writers 2026/05/06 03:22:03 DEBUG : dir: reading active writers 2026/05/06 03:22:03 DEBUG : >WaitForWriters: --- PASS: TestDirMkdir (0.53s) === RUN TestDirMkdirSub run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:03 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:03 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:03 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:03 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:03 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:03 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:03 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:03 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:03 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:03 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:03 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:03 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:03 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:03 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:03 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:03 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:03 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/06 03:22:03 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/05/06 03:22:03 DEBUG : dir/sub: Added virtual directory entry vAddDir: "subsub" 2026/05/06 03:22:03 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:03 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:03 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:03 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:03 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:03 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:03 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:03 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:03 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:03 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:03 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:03 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:03 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:03 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:03 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:03 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/06 03:22:03 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:03 DEBUG : dir/sub/subsub: Looking for writers 2026/05/06 03:22:03 DEBUG : dir/sub: Looking for writers 2026/05/06 03:22:03 DEBUG : subsub: reading active writers 2026/05/06 03:22:03 DEBUG : dir: Looking for writers 2026/05/06 03:22:03 DEBUG : file1: reading active writers 2026/05/06 03:22:03 DEBUG : sub: reading active writers 2026/05/06 03:22:03 DEBUG : Looking for writers 2026/05/06 03:22:03 DEBUG : dir: reading active writers 2026/05/06 03:22:03 DEBUG : >WaitForWriters: --- PASS: TestDirMkdirSub (0.43s) === RUN TestDirRemove run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:03 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:03 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:03 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:03 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:03 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:03 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:03 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:03 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:03 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:03 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:03 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:03 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:03 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:03 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:03 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:03 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:03 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/06 03:22:03 ERROR : dir/: Dir.Remove not empty 2026/05/06 03:22:03 DEBUG : dir/file1: Remove: 2026/05/06 03:22:03 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/06 03:22:03 DEBUG : dir/file1: >Remove: err= 2026/05/06 03:22:03 DEBUG : Added virtual directory entry vDel: "dir" 2026/05/06 03:22:03 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:03 DEBUG : Looking for writers 2026/05/06 03:22:03 DEBUG : >WaitForWriters: --- PASS: TestDirRemove (0.22s) === RUN TestDirRemoveAll run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:03 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:03 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:03 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:03 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:03 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:03 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:03 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:03 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:03 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:03 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:03 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:03 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:03 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:04 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:04 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:04 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:04 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/06 03:22:04 DEBUG : dir/file1: Remove: 2026/05/06 03:22:04 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/06 03:22:04 DEBUG : dir/file1: >Remove: err= 2026/05/06 03:22:04 DEBUG : Added virtual directory entry vDel: "dir" 2026/05/06 03:22:04 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:04 DEBUG : Looking for writers 2026/05/06 03:22:04 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveAll (0.21s) === RUN TestDirRemoveName run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:04 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:04 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:04 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:04 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:04 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:04 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:04 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:04 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:04 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:04 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:04 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:04 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:04 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:04 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:04 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:04 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:04 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/06 03:22:04 DEBUG : dir/file1: Remove: 2026/05/06 03:22:04 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/06 03:22:04 DEBUG : dir/file1: >Remove: err= 2026/05/06 03:22:04 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:04 DEBUG : dir: Looking for writers 2026/05/06 03:22:04 DEBUG : Looking for writers 2026/05/06 03:22:04 DEBUG : dir: reading active writers 2026/05/06 03:22:04 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveName (0.28s) === RUN TestDirRename run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:04 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:04 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:04 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:04 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:04 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:04 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:04 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:04 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:04 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:04 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:04 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:04 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:04 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:04 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:04 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:04 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:04 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/06 03:22:04 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:04 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:04 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:04 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:04 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:04 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:04 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:04 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:04 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:04 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:04 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:04 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:04 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:04 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:04 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:04 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/06 03:22:04 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file3" 2026/05/06 03:22:04 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:04 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file3 2026/05/06 03:22:04 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file3" 2026/05/06 03:22:04 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:04 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-payudas9xaqi/dir/file3 2026/05/06 03:22:04 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:04 DEBUG : dir/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/05/06 03:22:04 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file3" 2026/05/06 03:22:04 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:04 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file3 2026/05/06 03:22:04 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file3" 2026/05/06 03:22:04 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:04 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-payudas9xaqi/dir/file3 2026/05/06 03:22:04 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:04 DEBUG : dir/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/05/06 03:22:04 ERROR : dir/not found: Dir.Rename error: file does not exist 2026/05/06 03:22:04 DEBUG : dir: Updating dir with dir2 0x298bea2e8f70 2026/05/06 03:22:04 DEBUG : dir: forgetting directory cache 2026/05/06 03:22:04 DEBUG : Added virtual directory entry vDel: "dir" 2026/05/06 03:22:04 DEBUG : Added virtual directory entry vAddDir: "dir2" 2026/05/06 03:22:04 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir2/file1" 2026/05/06 03:22:04 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:04 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir2/file1 2026/05/06 03:22:04 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir2/file1" 2026/05/06 03:22:05 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:05 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir2/file1 2026/05/06 03:22:05 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:05 DEBUG : dir2/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:05 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir2/file1" 2026/05/06 03:22:05 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:05 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir2/file1 2026/05/06 03:22:05 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir2/file1" 2026/05/06 03:22:05 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:05 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-payudas9xaqi/dir2/file1 2026/05/06 03:22:05 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:05 DEBUG : dir2/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/06 03:22:05 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir2/file3" 2026/05/06 03:22:05 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:05 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir2/file3 2026/05/06 03:22:05 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir2/file3" 2026/05/06 03:22:05 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:05 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-payudas9xaqi/dir2/file3 2026/05/06 03:22:05 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:05 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/05/06 03:22:05 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir2/file3" 2026/05/06 03:22:05 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:05 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir2/file3 2026/05/06 03:22:05 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir2/file3" 2026/05/06 03:22:05 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:05 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-payudas9xaqi/dir2/file3 2026/05/06 03:22:05 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:05 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/05/06 03:22:05 INFO : dir2/file1: Moved (server-side) to: file2 2026/05/06 03:22:05 DEBUG : file2: Updating file with file2 0x298bea334a90 2026/05/06 03:22:05 DEBUG : dir2: Added virtual directory entry vDel: "file1" 2026/05/06 03:22:05 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/05/06 03:22:05 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/file2" 2026/05/06 03:22:05 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:05 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/file2 2026/05/06 03:22:05 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/file2" 2026/05/06 03:22:05 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:05 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/file2 2026/05/06 03:22:05 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:05 DEBUG : file2: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:05 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/file2" 2026/05/06 03:22:05 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:05 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/file2 2026/05/06 03:22:05 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/file2" 2026/05/06 03:22:05 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:05 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-payudas9xaqi/file2 2026/05/06 03:22:05 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:05 DEBUG : file2: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/06 03:22:05 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir2/file3" 2026/05/06 03:22:05 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:05 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir2/file3 2026/05/06 03:22:05 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir2/file3" 2026/05/06 03:22:05 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:05 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-payudas9xaqi/dir2/file3 2026/05/06 03:22:05 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:05 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/05/06 03:22:05 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir2/file3" 2026/05/06 03:22:05 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:05 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir2/file3 2026/05/06 03:22:05 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir2/file3" 2026/05/06 03:22:05 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:05 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-payudas9xaqi/dir2/file3 2026/05/06 03:22:05 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:05 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/05/06 03:22:05 INFO : dir2/file3: Deleted 2026/05/06 03:22:05 INFO : file2: Moved (server-side) to: dir2/file3 2026/05/06 03:22:05 DEBUG : dir2/file3: Updating file with dir2/file3 0x298bea334a90 2026/05/06 03:22:05 DEBUG : Added virtual directory entry vDel: "file2" 2026/05/06 03:22:05 DEBUG : dir2: Added virtual directory entry vAddFile: "file3" 2026/05/06 03:22:05 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir2/file3" 2026/05/06 03:22:05 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:05 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir2/file3 2026/05/06 03:22:05 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir2/file3" 2026/05/06 03:22:05 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:05 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir2/file3 2026/05/06 03:22:05 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:05 DEBUG : dir2/file3: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:05 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir2/file3" 2026/05/06 03:22:05 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:05 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir2/file3 2026/05/06 03:22:05 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir2/file3" 2026/05/06 03:22:06 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:06 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-payudas9xaqi/dir2/file3 2026/05/06 03:22:06 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:06 DEBUG : dir2/file3: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/06 03:22:06 DEBUG : Added virtual directory entry vAddDir: "empty directory" 2026/05/06 03:22:06 DEBUG : empty directory: Updating dir with renamed empty directory 0x298bea334000 2026/05/06 03:22:06 DEBUG : empty directory: forgetting directory cache 2026/05/06 03:22:06 DEBUG : Added virtual directory entry vDel: "empty directory" 2026/05/06 03:22:06 DEBUG : Added virtual directory entry vAddDir: "renamed empty directory" 2026/05/06 03:22:06 DEBUG : dir2: Renaming to "dir3" 2026/05/06 03:22:06 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:06 DEBUG : dir3: Looking for writers 2026/05/06 03:22:06 DEBUG : file3: reading active writers 2026/05/06 03:22:06 DEBUG : renamed empty directory: Looking for writers 2026/05/06 03:22:06 DEBUG : Looking for writers 2026/05/06 03:22:06 DEBUG : dir3: reading active writers 2026/05/06 03:22:06 DEBUG : renamed empty directory: reading active writers 2026/05/06 03:22:06 DEBUG : >WaitForWriters: --- PASS: TestDirRename (1.64s) === RUN TestDirStructSize dir_test.go:611: Dir struct has size 200 bytes --- PASS: TestDirStructSize (0.00s) === RUN TestDirFileOpen run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:06 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:06 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:06 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:06 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:06 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:06 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:06 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:06 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:06 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:06 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:06 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:06 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:06 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:06 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:06 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:06 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:06 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/06 03:22:06 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/05/06 03:22:06 DEBUG : dir/sub/file0: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:06 DEBUG : dir/sub/file0: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/06 03:22:06 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/05/06 03:22:06 DEBUG : dir/sub/file0: >Open: fd=dir/sub/file0 (w), err= 2026/05/06 03:22:06 DEBUG : dir/sub/file0: >OpenFile: fd=dir/sub/file0 (w), err= 2026/05/06 03:22:06 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/05/06 03:22:06 DEBUG : dir/sub/file2: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:06 DEBUG : dir/sub/file2: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/06 03:22:06 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/05/06 03:22:06 DEBUG : dir/sub/file2: >Open: fd=dir/sub/file2 (w), err= 2026/05/06 03:22:06 DEBUG : dir/sub/file2: >OpenFile: fd=dir/sub/file2 (w), err= 2026/05/06 03:22:06 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/05/06 03:22:06 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: File to upload is small (12 bytes), uploading instead of streaming 2026/05/06 03:22:06 DEBUG : dir/sub/file2: size = 12 OK 2026/05/06 03:22:06 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/sub/file2" 2026/05/06 03:22:06 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:06 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/sub/file2 2026/05/06 03:22:06 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/sub/file2" 2026/05/06 03:22:06 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:06 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: fc3ff98e8c6a0d3087d515c0473f8677 /rclone-test-payudas9xaqi/dir/sub/file2 2026/05/06 03:22:06 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:06 DEBUG : dir/sub/file2: Parsed hash: fc3ff98e8c6a0d3087d515c0473f8677 2026/05/06 03:22:06 DEBUG : dir/sub/file2: md5 = fc3ff98e8c6a0d3087d515c0473f8677 OK 2026/05/06 03:22:06 DEBUG : dir/sub/file2: Size and md5 of src and dst objects identical 2026/05/06 03:22:06 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/05/06 03:22:06 DEBUG : forgetting directory cache 2026/05/06 03:22:06 DEBUG : dir: forgetting directory cache 2026/05/06 03:22:06 DEBUG : dir/sub: forgetting directory cache 2026/05/06 03:22:06 DEBUG : dir/sub: Removed virtual directory entry vAddFile: "file2" 2026/05/06 03:22:06 DEBUG : dir: Removed virtual directory entry vAddDir: "sub" 2026/05/06 03:22:06 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: File to upload is small (5 bytes), uploading instead of streaming 2026/05/06 03:22:06 DEBUG : dir/sub/file0: size = 5 OK 2026/05/06 03:22:06 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/sub/file0" 2026/05/06 03:22:06 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:06 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/sub/file0 2026/05/06 03:22:06 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/sub/file0" 2026/05/06 03:22:06 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:06 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-payudas9xaqi/dir/sub/file0 2026/05/06 03:22:06 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:06 DEBUG : dir/sub/file0: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/06 03:22:06 DEBUG : dir/sub/file0: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/06 03:22:06 DEBUG : dir/sub/file0: Size and md5 of src and dst objects identical 2026/05/06 03:22:06 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/05/06 03:22:06 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:06 DEBUG : dir/sub: Looking for writers 2026/05/06 03:22:06 DEBUG : file0: reading active writers 2026/05/06 03:22:06 DEBUG : file2: reading active writers 2026/05/06 03:22:06 DEBUG : dir: Looking for writers 2026/05/06 03:22:06 DEBUG : file1: reading active writers 2026/05/06 03:22:06 DEBUG : sub: reading active writers 2026/05/06 03:22:06 DEBUG : Looking for writers 2026/05/06 03:22:06 DEBUG : dir: reading active writers 2026/05/06 03:22:06 DEBUG : >WaitForWriters: --- PASS: TestDirFileOpen (0.40s) === RUN TestDirEntryModTimeInvalidation run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:06 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:06 DEBUG : forgetting directory cache 2026/05/06 03:22:07 DEBUG : forgetting directory cache 2026/05/06 03:22:07 DEBUG : dir: forgetting directory cache 2026/05/06 03:22:07 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:07 DEBUG : dir: Looking for writers 2026/05/06 03:22:07 DEBUG : Looking for writers 2026/05/06 03:22:07 DEBUG : dir: reading active writers 2026/05/06 03:22:07 DEBUG : >WaitForWriters: --- PASS: TestDirEntryModTimeInvalidation (1.11s) === RUN TestDirMetadataExtension run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:07 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:07 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:07 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:07 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:07 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:07 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:07 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:07 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:07 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:07 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:07 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:07 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:07 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:07 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:07 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:07 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:07 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/06 03:22:07 DEBUG : dir: Added virtual directory entry vAddFile: "file1.metadata" 2026/05/06 03:22:07 DEBUG : dir/file1.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:07 DEBUG : dir/file1.metadata: Open: flags=O_RDONLY 2026/05/06 03:22:07 DEBUG : dir/file1.metadata: >Open: fd=dir/file1.metadata (r), err= 2026/05/06 03:22:07 DEBUG : dir/file1.metadata: >OpenFile: fd=dir/file1.metadata (r), err= 2026/05/06 03:22:07 DEBUG : dir/file1.metadata: ChunkedReader.openRange at 0 length 134217728 2026/05/06 03:22:07 DEBUG : dir/file1.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/05/06 03:22:07 DEBUG : Added virtual directory entry vAddFile: "dir.metadata" 2026/05/06 03:22:07 DEBUG : dir.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:07 DEBUG : dir.metadata: Open: flags=O_RDONLY 2026/05/06 03:22:07 DEBUG : dir.metadata: >Open: fd=dir.metadata (r), err= 2026/05/06 03:22:07 DEBUG : dir.metadata: >OpenFile: fd=dir.metadata (r), err= 2026/05/06 03:22:07 DEBUG : dir.metadata: ChunkedReader.openRange at 0 length 134217728 2026/05/06 03:22:07 DEBUG : dir.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/05/06 03:22:07 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:07 DEBUG : dir: Looking for writers 2026/05/06 03:22:07 DEBUG : file1: reading active writers 2026/05/06 03:22:07 DEBUG : file1.metadata: reading active writers 2026/05/06 03:22:07 DEBUG : Looking for writers 2026/05/06 03:22:07 DEBUG : dir: reading active writers 2026/05/06 03:22:07 DEBUG : dir.metadata: reading active writers 2026/05/06 03:22:07 DEBUG : >WaitForWriters: --- PASS: TestDirMetadataExtension (0.17s) === RUN TestErrorError --- PASS: TestErrorError (0.00s) === RUN TestFileMethods run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:07 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:07 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:07 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:07 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:07 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:07 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:07 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:07 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:07 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:07 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:07 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:07 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:07 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:07 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:07 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:07 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:07 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/06 03:22:07 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:07 DEBUG : dir: Looking for writers 2026/05/06 03:22:07 DEBUG : file1: reading active writers 2026/05/06 03:22:07 DEBUG : Looking for writers 2026/05/06 03:22:07 DEBUG : dir: reading active writers 2026/05/06 03:22:07 DEBUG : >WaitForWriters: --- PASS: TestFileMethods (0.23s) === RUN TestFileSetModTime === RUN TestFileSetModTime/cache=off,open=false,write=false run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:07 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:07 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:07 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:07 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:07 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:08 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:08 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:08 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:08 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:08 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:08 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:08 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:08 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:08 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:08 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:08 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:08 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/06 03:22:08 DEBUG : Can set mod time: true 2026/05/06 03:22:08 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/06 03:22:08 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:08 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:08 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:08 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:08 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:08 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:08 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:08 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:08 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:08 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:08 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:08 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:08 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:08 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:08 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:08 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/06 03:22:08 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:08 DEBUG : dir: Looking for writers 2026/05/06 03:22:08 DEBUG : file1: reading active writers 2026/05/06 03:22:08 DEBUG : Looking for writers 2026/05/06 03:22:08 DEBUG : dir: reading active writers 2026/05/06 03:22:08 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=false run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:08 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:08 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:08 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:08 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:08 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:08 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:08 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:08 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:08 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:08 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:08 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:08 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:08 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:08 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:08 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:08 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:08 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/06 03:22:08 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/06 03:22:08 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/06 03:22:08 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:08 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: File to upload is small (0 bytes), uploading instead of streaming 2026/05/06 03:22:08 DEBUG : dir/file1: size = 0 OK 2026/05/06 03:22:08 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:08 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:08 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:08 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:08 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:08 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:08 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:08 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/06 03:22:08 DEBUG : dir/file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/06 03:22:08 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/06 03:22:08 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/06 03:22:08 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:08 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:08 DEBUG : dir: Looking for writers 2026/05/06 03:22:08 DEBUG : file1: reading active writers 2026/05/06 03:22:08 DEBUG : Looking for writers 2026/05/06 03:22:08 DEBUG : dir: reading active writers 2026/05/06 03:22:08 DEBUG : >WaitForWriters: 2026/05/06 03:22:08 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:08 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:08 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:08 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:08 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:08 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:08 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:08 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/06 03:22:08 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:08 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:08 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:08 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:08 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:08 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:08 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:08 DEBUG : dir/file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/05/06 03:22:08 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:08 DEBUG : dir: Looking for writers 2026/05/06 03:22:08 DEBUG : file1: reading active writers 2026/05/06 03:22:08 DEBUG : Looking for writers 2026/05/06 03:22:08 DEBUG : dir: reading active writers 2026/05/06 03:22:08 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=true run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:08 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:08 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:08 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:08 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:08 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:08 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:08 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:08 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:08 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:08 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:08 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:08 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:08 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:09 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:09 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:09 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:09 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/06 03:22:09 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/06 03:22:09 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/06 03:22:09 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:09 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: File to upload is small (5 bytes), uploading instead of streaming 2026/05/06 03:22:09 DEBUG : dir/file1: size = 5 OK 2026/05/06 03:22:09 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:09 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:09 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:09 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:09 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:09 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:09 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:09 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/06 03:22:09 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/06 03:22:09 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/06 03:22:09 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/06 03:22:09 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:09 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:09 DEBUG : dir: Looking for writers 2026/05/06 03:22:09 DEBUG : file1: reading active writers 2026/05/06 03:22:09 DEBUG : Looking for writers 2026/05/06 03:22:09 DEBUG : dir: reading active writers 2026/05/06 03:22:09 DEBUG : >WaitForWriters: 2026/05/06 03:22:09 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:09 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:09 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:09 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:09 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:09 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:09 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:09 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/06 03:22:09 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:09 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:09 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:09 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:09 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:09 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:09 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:09 DEBUG : dir/file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/05/06 03:22:09 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:09 DEBUG : dir: Looking for writers 2026/05/06 03:22:09 DEBUG : file1: reading active writers 2026/05/06 03:22:09 DEBUG : Looking for writers 2026/05/06 03:22:09 DEBUG : dir: reading active writers 2026/05/06 03:22:09 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=full,open=false,write=false run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:09 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:09 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/06 03:22:09 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:09 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:09 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:09 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/06 03:22:09 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:09 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:09 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/06 03:22:09 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:09 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/06 03:22:09 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:09 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:09 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:09 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:09 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:09 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:09 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:09 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:09 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:09 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:09 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:09 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:09 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:09 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:09 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:09 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/06 03:22:09 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/06 03:22:09 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:09 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:09 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:09 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:09 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:09 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:09 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:09 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:09 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:09 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:09 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:09 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:09 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:09 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:09 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:09 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/06 03:22:09 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:09 DEBUG : dir: Looking for writers 2026/05/06 03:22:09 DEBUG : file1: reading active writers 2026/05/06 03:22:09 DEBUG : Looking for writers 2026/05/06 03:22:09 DEBUG : dir: reading active writers 2026/05/06 03:22:09 DEBUG : >WaitForWriters: 2026/05/06 03:22:09 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=false run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:09 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:09 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/06 03:22:09 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:09 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:09 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:09 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/06 03:22:09 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:09 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:09 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/06 03:22:09 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:09 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/06 03:22:09 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:09 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:09 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:09 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:09 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:09 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:09 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:09 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:09 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:09 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:09 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:09 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:10 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:10 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:10 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:10 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/06 03:22:10 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/05/06 03:22:10 DEBUG : dir/file1: newRWFileHandle: 2026/05/06 03:22:10 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/06 03:22:10 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/06 03:22:10 DEBUG : dir/file1(0x298bea2ae500): close: 2026/05/06 03:22:10 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/05/06 03:22:10 DEBUG : dir/file1(0x298bea2ae500): >close: err= 2026/05/06 03:22:10 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:10 DEBUG : dir: Looking for writers 2026/05/06 03:22:10 DEBUG : file1: reading active writers 2026/05/06 03:22:10 DEBUG : Looking for writers 2026/05/06 03:22:10 DEBUG : dir: reading active writers 2026/05/06 03:22:10 DEBUG : >WaitForWriters: 2026/05/06 03:22:10 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:10 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:10 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:10 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:10 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:10 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:10 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:10 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:10 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:10 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:10 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:10 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:10 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:10 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:10 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:10 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/06 03:22:10 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:10 DEBUG : dir: Looking for writers 2026/05/06 03:22:10 DEBUG : file1: reading active writers 2026/05/06 03:22:10 DEBUG : Looking for writers 2026/05/06 03:22:10 DEBUG : dir: reading active writers 2026/05/06 03:22:10 DEBUG : >WaitForWriters: 2026/05/06 03:22:10 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=true run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:10 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:10 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/06 03:22:10 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:10 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:10 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:10 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/06 03:22:10 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:10 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:10 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/06 03:22:10 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:10 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/06 03:22:10 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:10 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:10 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:10 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:10 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:10 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:10 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:10 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:10 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:10 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:10 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:10 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:10 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:10 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:10 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:10 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/06 03:22:10 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/05/06 03:22:10 DEBUG : dir/file1: newRWFileHandle: 2026/05/06 03:22:10 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/06 03:22:10 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/06 03:22:10 DEBUG : dir/file1(0x298bea46c640): _writeAt: size=5, off=0 2026/05/06 03:22:10 DEBUG : dir/file1(0x298bea46c640): openPending: 2026/05/06 03:22:10 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:10 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:10 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:10 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:10 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:10 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:10 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:10 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:10 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/06 03:22:10 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/06 03:22:10 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:10 DEBUG : dir/file1(0x298bea46c640): >openPending: err= 2026/05/06 03:22:10 DEBUG : dir/file1(0x298bea46c640): >_writeAt: n=5, err= 2026/05/06 03:22:10 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/05/06 03:22:10 DEBUG : dir/file1(0x298bea46c640): close: 2026/05/06 03:22:10 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:5}] - present false 2026/05/06 03:22:10 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 5 length -1 2026/05/06 03:22:10 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 5 chunkSize 134217728 2026/05/06 03:22:10 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/05/06 03:22:10 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/05/06 03:22:10 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:10 DEBUG : dir/file1(0x298bea46c640): >close: err= 2026/05/06 03:22:10 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:10 DEBUG : dir: Looking for writers 2026/05/06 03:22:10 DEBUG : file1: reading active writers 2026/05/06 03:22:10 DEBUG : Looking for writers 2026/05/06 03:22:10 DEBUG : dir: reading active writers 2026/05/06 03:22:10 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/06 03:22:10 DEBUG : dir: Looking for writers 2026/05/06 03:22:10 DEBUG : file1: reading active writers 2026/05/06 03:22:10 DEBUG : Looking for writers 2026/05/06 03:22:10 DEBUG : dir: reading active writers 2026/05/06 03:22:10 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/06 03:22:10 DEBUG : dir: Looking for writers 2026/05/06 03:22:10 DEBUG : file1: reading active writers 2026/05/06 03:22:10 DEBUG : Looking for writers 2026/05/06 03:22:10 DEBUG : dir: reading active writers 2026/05/06 03:22:10 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/06 03:22:10 DEBUG : dir: Looking for writers 2026/05/06 03:22:10 DEBUG : file1: reading active writers 2026/05/06 03:22:10 DEBUG : Looking for writers 2026/05/06 03:22:10 DEBUG : dir: reading active writers 2026/05/06 03:22:10 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/06 03:22:10 DEBUG : dir/file1: vfs cache: starting upload 2026/05/06 03:22:10 DEBUG : dir/file1.2f98c60a.partial: size = 14 OK 2026/05/06 03:22:10 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1.2f98c60a.partial" 2026/05/06 03:22:10 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:10 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1.2f98c60a.partial 2026/05/06 03:22:10 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1.2f98c60a.partial" 2026/05/06 03:22:10 DEBUG : dir: Looking for writers 2026/05/06 03:22:10 DEBUG : file1: reading active writers 2026/05/06 03:22:10 DEBUG : Looking for writers 2026/05/06 03:22:10 DEBUG : dir: reading active writers 2026/05/06 03:22:10 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/06 03:22:10 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:10 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-payudas9xaqi/dir/file1.2f98c60a.partial 2026/05/06 03:22:10 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:10 DEBUG : dir/file1.2f98c60a.partial: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/05/06 03:22:10 DEBUG : dir/file1: md5 = 60cac3f4f9c843121eee2ba9e0dac970 OK 2026/05/06 03:22:10 DEBUG : dir/file1.2f98c60a.partial: renamed to: dir/file1 2026/05/06 03:22:10 INFO : dir/file1: Copied (replaced existing) 2026/05/06 03:22:10 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:10 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:10 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:10 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:10 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:10 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:10 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:10 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/05/06 03:22:10 DEBUG : dir/file1: vfs cache: fingerprint now "14,2011-12-25 12:59:59 +0000 UTC,60cac3f4f9c843121eee2ba9e0dac970" 2026/05/06 03:22:10 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/06 03:22:10 DEBUG : dir/file1: Not setting pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC as it is already set 2026/05/06 03:22:10 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:10 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/06 03:22:10 DEBUG : dir: Looking for writers 2026/05/06 03:22:10 DEBUG : file1: reading active writers 2026/05/06 03:22:10 DEBUG : Looking for writers 2026/05/06 03:22:10 DEBUG : dir: reading active writers 2026/05/06 03:22:10 DEBUG : >WaitForWriters: 2026/05/06 03:22:10 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:10 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:10 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:10 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:11 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:11 DEBUG : dir/file1: Parsed hash: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 2026/05/06 03:22:11 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:11 DEBUG : dir: Looking for writers 2026/05/06 03:22:11 DEBUG : file1: reading active writers 2026/05/06 03:22:11 DEBUG : Looking for writers 2026/05/06 03:22:11 DEBUG : dir: reading active writers 2026/05/06 03:22:11 DEBUG : >WaitForWriters: 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: cleaner exiting --- PASS: TestFileSetModTime (3.14s) --- PASS: TestFileSetModTime/cache=off,open=false,write=false (0.44s) --- PASS: TestFileSetModTime/cache=off,open=true,write=false (0.46s) --- PASS: TestFileSetModTime/cache=off,open=true,write=true (0.60s) --- PASS: TestFileSetModTime/cache=full,open=false,write=false (0.42s) --- PASS: TestFileSetModTime/cache=full,open=true,write=false (0.39s) --- PASS: TestFileSetModTime/cache=full,open=true,write=true (0.83s) === RUN TestFileOpenRead run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:11 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:11 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:11 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/06 03:22:11 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/06 03:22:11 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/06 03:22:11 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/06 03:22:11 DEBUG : dir/file1: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:11 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:11 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:11 DEBUG : dir: Looking for writers 2026/05/06 03:22:11 DEBUG : file1: reading active writers 2026/05/06 03:22:11 DEBUG : Looking for writers 2026/05/06 03:22:11 DEBUG : dir: reading active writers 2026/05/06 03:22:11 DEBUG : >WaitForWriters: --- PASS: TestFileOpenRead (0.32s) === RUN TestFileOpenReadUnknownSize 2026/05/06 03:22:11 INFO : Mock file system at root: poll-interval is not supported by this remote 2026/05/06 03:22:11 NOTICE: Mock file system at root: --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/05/06 03:22:11 DEBUG : file.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/06 03:22:11 DEBUG : file.txt: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 file_test.go:223: gotContents = "file contents" 2026/05/06 03:22:11 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:11 DEBUG : Looking for writers 2026/05/06 03:22:11 DEBUG : file.txt: reading active writers 2026/05/06 03:22:11 DEBUG : >WaitForWriters: --- PASS: TestFileOpenReadUnknownSize (0.00s) === RUN TestFileOpenWrite run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:11 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:11 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:11 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/06 03:22:11 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: File to upload is small (25 bytes), uploading instead of streaming 2026/05/06 03:22:11 DEBUG : dir/file1: size = 25 OK 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:11 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/06 03:22:11 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/06 03:22:11 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/06 03:22:11 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:11 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:11 DEBUG : dir: Looking for writers 2026/05/06 03:22:11 DEBUG : file1: reading active writers 2026/05/06 03:22:11 DEBUG : Looking for writers 2026/05/06 03:22:11 DEBUG : dir: reading active writers 2026/05/06 03:22:11 DEBUG : >WaitForWriters: --- PASS: TestFileOpenWrite (0.32s) === RUN TestFileRemove run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:11 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:11 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:11 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/06 03:22:11 DEBUG : dir/file1: Remove: 2026/05/06 03:22:11 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/06 03:22:11 DEBUG : dir/file1: >Remove: err= 2026/05/06 03:22:11 DEBUG : dir/file1: Remove: 2026/05/06 03:22:11 DEBUG : dir/file1: >Remove: err=Read only file system 2026/05/06 03:22:11 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:11 DEBUG : dir: Looking for writers 2026/05/06 03:22:11 DEBUG : Looking for writers 2026/05/06 03:22:11 DEBUG : dir: reading active writers 2026/05/06 03:22:11 DEBUG : >WaitForWriters: --- PASS: TestFileRemove (0.21s) === RUN TestFileRemoveAll run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:11 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:11 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:12 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:12 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:12 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:12 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:12 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:12 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:12 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:12 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:12 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:12 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:12 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:12 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/06 03:22:12 DEBUG : dir/file1: Remove: 2026/05/06 03:22:12 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/06 03:22:12 DEBUG : dir/file1: >Remove: err= 2026/05/06 03:22:12 DEBUG : dir/file1: Remove: 2026/05/06 03:22:12 DEBUG : dir/file1: >Remove: err=Read only file system 2026/05/06 03:22:12 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:12 DEBUG : dir: Looking for writers 2026/05/06 03:22:12 DEBUG : Looking for writers 2026/05/06 03:22:12 DEBUG : dir: reading active writers 2026/05/06 03:22:12 DEBUG : >WaitForWriters: --- PASS: TestFileRemoveAll (0.22s) === RUN TestFileOpen run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:12 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:12 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:12 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:12 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:12 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:12 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:12 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:12 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:12 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:12 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:12 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:12 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:12 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:12 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:12 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:12 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:12 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/06 03:22:12 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/06 03:22:12 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/06 03:22:12 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/05/06 03:22:12 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/06 03:22:12 DEBUG : dir/file1: Open: flags=O_RDWR 2026/05/06 03:22:12 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/06 03:22:12 DEBUG : dir/file1: Open: flags=0x3 2026/05/06 03:22:12 DEBUG : dir/file1: Can't figure out how to open with flags: 0x3 2026/05/06 03:22:12 DEBUG : dir/file1: >Open: fd=, err=permission denied 2026/05/06 03:22:12 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:12 DEBUG : dir: Looking for writers 2026/05/06 03:22:12 DEBUG : file1: reading active writers 2026/05/06 03:22:12 DEBUG : Looking for writers 2026/05/06 03:22:12 DEBUG : dir: reading active writers 2026/05/06 03:22:12 DEBUG : >WaitForWriters: --- PASS: TestFileOpen (0.22s) === RUN TestFileRename === RUN TestFileRename/off,forceCache=false run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:12 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:12 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:12 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:12 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:12 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:12 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:12 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:12 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:12 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:12 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:12 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:12 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:12 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:12 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:12 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:12 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:12 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/06 03:22:12 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:12 DEBUG : dir: Looking for writers 2026/05/06 03:22:12 DEBUG : file1: reading active writers 2026/05/06 03:22:12 DEBUG : Looking for writers 2026/05/06 03:22:12 DEBUG : dir: reading active writers 2026/05/06 03:22:12 DEBUG : >WaitForWriters: 2026/05/06 03:22:12 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:12 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:12 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:12 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:12 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:12 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:12 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:12 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:12 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:12 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:12 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:12 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:12 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:12 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:12 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:12 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/06 03:22:12 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/06 03:22:12 DEBUG : newLeaf: Updating file with newLeaf 0x298bea8d1110 2026/05/06 03:22:12 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/06 03:22:12 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/06 03:22:12 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/newLeaf" 2026/05/06 03:22:12 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:12 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/newLeaf 2026/05/06 03:22:12 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/newLeaf" 2026/05/06 03:22:12 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:12 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/newLeaf 2026/05/06 03:22:12 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:12 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:12 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/newLeaf" 2026/05/06 03:22:12 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:12 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/newLeaf 2026/05/06 03:22:12 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/newLeaf" 2026/05/06 03:22:12 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:12 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-payudas9xaqi/newLeaf 2026/05/06 03:22:12 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:12 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/06 03:22:12 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/06 03:22:12 DEBUG : dir/file1: Updating file with dir/file1 0x298bea8d1110 2026/05/06 03:22:12 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/06 03:22:12 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:12 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:12 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:12 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:12 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:13 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:13 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/06 03:22:13 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/06 03:22:13 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/06 03:22:13 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:13 DEBUG : dir/file1: File is currently open, delaying rename 0x298bea8d1110 2026/05/06 03:22:13 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/06 03:22:13 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: File to upload is small (25 bytes), uploading instead of streaming 2026/05/06 03:22:13 DEBUG : dir/file1: size = 25 OK 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:13 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/06 03:22:13 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/06 03:22:13 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/06 03:22:13 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/06 03:22:13 DEBUG : newLeaf: Running delayed rename now 2026/05/06 03:22:13 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/06 03:22:13 DEBUG : newLeaf: Updating file with newLeaf 0x298bea8d1110 2026/05/06 03:22:13 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:13 DEBUG : dir: Looking for writers 2026/05/06 03:22:13 DEBUG : Looking for writers 2026/05/06 03:22:13 DEBUG : newLeaf: reading active writers 2026/05/06 03:22:13 DEBUG : dir: reading active writers 2026/05/06 03:22:13 DEBUG : >WaitForWriters: 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/newLeaf" 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/newLeaf 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/newLeaf" 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-payudas9xaqi/newLeaf 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:13 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/newLeaf" 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/newLeaf 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/newLeaf" 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-payudas9xaqi/newLeaf 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:13 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/06 03:22:13 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:13 DEBUG : dir: Looking for writers 2026/05/06 03:22:13 DEBUG : Looking for writers 2026/05/06 03:22:13 DEBUG : dir: reading active writers 2026/05/06 03:22:13 DEBUG : newLeaf: reading active writers 2026/05/06 03:22:13 DEBUG : >WaitForWriters: === RUN TestFileRename/minimal,forceCache=false run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:13 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:13 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:13 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/06 03:22:13 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:13 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:13 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/06 03:22:13 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:13 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:13 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:13 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/06 03:22:13 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:13 DEBUG : dir: Looking for writers 2026/05/06 03:22:13 DEBUG : file1: reading active writers 2026/05/06 03:22:13 DEBUG : Looking for writers 2026/05/06 03:22:13 DEBUG : dir: reading active writers 2026/05/06 03:22:13 DEBUG : >WaitForWriters: 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:13 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:13 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/06 03:22:13 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/06 03:22:13 DEBUG : newLeaf: Updating file with newLeaf 0x298bea3835f0 2026/05/06 03:22:13 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/06 03:22:13 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/newLeaf" 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/newLeaf 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/newLeaf" 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/newLeaf 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:13 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/newLeaf" 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/newLeaf 2026/05/06 03:22:13 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/newLeaf" 2026/05/06 03:22:14 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:14 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-payudas9xaqi/newLeaf 2026/05/06 03:22:14 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:14 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/06 03:22:14 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/06 03:22:14 DEBUG : dir/file1: Updating file with dir/file1 0x298bea3835f0 2026/05/06 03:22:14 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/06 03:22:14 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:14 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:14 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:14 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:14 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:14 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:14 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:14 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:14 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:14 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:14 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:14 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:14 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:14 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:14 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:14 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:14 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/06 03:22:14 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/06 03:22:14 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/05/06 03:22:14 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:14 DEBUG : dir/file1: File is currently open, delaying rename 0x298bea3835f0 2026/05/06 03:22:14 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/06 03:22:14 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/06 03:22:14 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: File to upload is small (25 bytes), uploading instead of streaming 2026/05/06 03:22:14 DEBUG : dir/file1: size = 25 OK 2026/05/06 03:22:14 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:14 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:14 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:14 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:14 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:14 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:14 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:14 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/06 03:22:14 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/06 03:22:14 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/05/06 03:22:14 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/06 03:22:14 DEBUG : newLeaf: Running delayed rename now 2026/05/06 03:22:14 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/06 03:22:14 DEBUG : newLeaf: Updating file with newLeaf 0x298bea3835f0 2026/05/06 03:22:14 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:14 DEBUG : dir: Looking for writers 2026/05/06 03:22:14 DEBUG : Looking for writers 2026/05/06 03:22:14 DEBUG : dir: reading active writers 2026/05/06 03:22:14 DEBUG : newLeaf: reading active writers 2026/05/06 03:22:14 DEBUG : >WaitForWriters: 2026/05/06 03:22:14 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/newLeaf" 2026/05/06 03:22:14 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:14 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/newLeaf 2026/05/06 03:22:14 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/newLeaf" 2026/05/06 03:22:14 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:14 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-payudas9xaqi/newLeaf 2026/05/06 03:22:14 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:14 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/06 03:22:14 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/newLeaf" 2026/05/06 03:22:14 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:14 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/newLeaf 2026/05/06 03:22:14 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/newLeaf" 2026/05/06 03:22:14 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:14 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-payudas9xaqi/newLeaf 2026/05/06 03:22:14 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:14 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/06 03:22:14 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:14 DEBUG : dir: Looking for writers 2026/05/06 03:22:14 DEBUG : Looking for writers 2026/05/06 03:22:14 DEBUG : dir: reading active writers 2026/05/06 03:22:14 DEBUG : newLeaf: reading active writers 2026/05/06 03:22:14 DEBUG : >WaitForWriters: 2026/05/06 03:22:14 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: cleaner exiting === RUN TestFileRename/minimal,forceCache=true run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:14 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:14 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/06 03:22:14 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:14 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:14 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:14 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/06 03:22:14 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:14 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:14 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/06 03:22:14 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:14 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/06 03:22:14 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:14 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:14 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:14 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:14 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:14 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:14 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:14 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:14 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:14 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:14 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:14 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:14 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:14 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:14 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:14 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/06 03:22:14 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/06 03:22:14 DEBUG : dir/file1: newRWFileHandle: 2026/05/06 03:22:14 DEBUG : dir/file1(0x298bea59ab40): openPending: 2026/05/06 03:22:14 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:14 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:14 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:14 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:14 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:14 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:14 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:14 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:14 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/06 03:22:14 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/06 03:22:14 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:14 DEBUG : dir/file1(0x298bea59ab40): >openPending: err= 2026/05/06 03:22:14 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/06 03:22:14 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/06 03:22:14 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:14 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/06 03:22:14 DEBUG : dir/file1(0x298bea59ab40): _writeAt: size=14, off=0 2026/05/06 03:22:14 DEBUG : dir/file1(0x298bea59ab40): >_writeAt: n=14, err= 2026/05/06 03:22:14 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/05/06 03:22:14 DEBUG : dir/file1(0x298bea59ab40): close: 2026/05/06 03:22:14 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/05/06 03:22:14 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/05/06 03:22:14 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:14 DEBUG : dir/file1(0x298bea59ab40): >close: err= 2026/05/06 03:22:14 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:14 DEBUG : dir: Looking for writers 2026/05/06 03:22:14 DEBUG : file1: reading active writers 2026/05/06 03:22:14 DEBUG : Looking for writers 2026/05/06 03:22:14 DEBUG : dir: reading active writers 2026/05/06 03:22:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/06 03:22:14 DEBUG : dir: Looking for writers 2026/05/06 03:22:14 DEBUG : file1: reading active writers 2026/05/06 03:22:14 DEBUG : Looking for writers 2026/05/06 03:22:14 DEBUG : dir: reading active writers 2026/05/06 03:22:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/06 03:22:14 DEBUG : dir: Looking for writers 2026/05/06 03:22:14 DEBUG : file1: reading active writers 2026/05/06 03:22:14 DEBUG : Looking for writers 2026/05/06 03:22:14 DEBUG : dir: reading active writers 2026/05/06 03:22:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/06 03:22:14 DEBUG : dir: Looking for writers 2026/05/06 03:22:14 DEBUG : file1: reading active writers 2026/05/06 03:22:14 DEBUG : Looking for writers 2026/05/06 03:22:14 DEBUG : dir: reading active writers 2026/05/06 03:22:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/06 03:22:14 DEBUG : dir/file1: vfs cache: starting upload 2026/05/06 03:22:14 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/05/06 03:22:14 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1.ca338588.partial" 2026/05/06 03:22:14 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:14 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1.ca338588.partial 2026/05/06 03:22:14 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1.ca338588.partial" 2026/05/06 03:22:14 DEBUG : dir: Looking for writers 2026/05/06 03:22:14 DEBUG : file1: reading active writers 2026/05/06 03:22:14 DEBUG : Looking for writers 2026/05/06 03:22:14 DEBUG : dir: reading active writers 2026/05/06 03:22:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/06 03:22:15 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:15 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir/file1.ca338588.partial 2026/05/06 03:22:15 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:15 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:15 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/05/06 03:22:15 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/05/06 03:22:15 INFO : dir/file1: Copied (replaced existing) 2026/05/06 03:22:15 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:15 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:15 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:15 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:15 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:15 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:15 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:15 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:15 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/06 03:22:15 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/05/06 03:22:15 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:15 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/06 03:22:15 DEBUG : dir: Looking for writers 2026/05/06 03:22:15 DEBUG : file1: reading active writers 2026/05/06 03:22:15 DEBUG : Looking for writers 2026/05/06 03:22:15 DEBUG : dir: reading active writers 2026/05/06 03:22:15 DEBUG : >WaitForWriters: 2026/05/06 03:22:15 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/06 03:22:15 DEBUG : dir/file1: newRWFileHandle: 2026/05/06 03:22:15 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/06 03:22:15 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/06 03:22:15 DEBUG : dir/file1(0x298bea59b680): _readAt: size=512, off=0 2026/05/06 03:22:15 DEBUG : dir/file1(0x298bea59b680): openPending: 2026/05/06 03:22:15 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/06 03:22:15 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/06 03:22:15 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:15 DEBUG : dir/file1(0x298bea59b680): >openPending: err= 2026/05/06 03:22:15 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/05/06 03:22:15 DEBUG : dir/file1(0x298bea59b680): >_readAt: n=14, err=EOF 2026/05/06 03:22:15 DEBUG : dir/file1(0x298bea59b680): close: 2026/05/06 03:22:15 DEBUG : dir/file1(0x298bea59b680): >close: err= 2026/05/06 03:22:15 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:15 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:15 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:15 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:15 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:15 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:15 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:15 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:15 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:15 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:15 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:15 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:15 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:15 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:15 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:15 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/06 03:22:15 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/06 03:22:15 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/newLeaf" 2026/05/06 03:22:15 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:15 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/newLeaf 2026/05/06 03:22:15 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/newLeaf" 2026/05/06 03:22:15 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:15 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/newLeaf 2026/05/06 03:22:15 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:15 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:15 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/06 03:22:15 DEBUG : newLeaf: Updating file with newLeaf 0x298bea59eea0 2026/05/06 03:22:15 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/06 03:22:15 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/06 03:22:15 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/newLeaf" 2026/05/06 03:22:15 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:15 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/newLeaf 2026/05/06 03:22:15 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/newLeaf" 2026/05/06 03:22:15 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:15 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/newLeaf 2026/05/06 03:22:15 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:15 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:15 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/newLeaf" 2026/05/06 03:22:15 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:15 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/newLeaf 2026/05/06 03:22:15 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/newLeaf" 2026/05/06 03:22:15 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:15 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-payudas9xaqi/newLeaf 2026/05/06 03:22:15 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:15 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/06 03:22:15 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/06 03:22:15 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:15 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:15 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:15 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:15 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:15 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:15 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:15 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:15 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/05/06 03:22:15 DEBUG : dir/file1: Updating file with dir/file1 0x298bea59eea0 2026/05/06 03:22:15 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/06 03:22:15 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:15 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:15 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:15 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:15 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:15 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:15 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:15 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:15 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:15 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:15 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:15 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:15 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:15 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:15 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:15 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:15 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/06 03:22:15 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/06 03:22:15 DEBUG : dir/file1: newRWFileHandle: 2026/05/06 03:22:15 DEBUG : dir/file1(0x298bea99ae00): openPending: 2026/05/06 03:22:15 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/06 03:22:15 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/06 03:22:15 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:15 DEBUG : dir/file1(0x298bea99ae00): >openPending: err= 2026/05/06 03:22:15 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/06 03:22:15 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/06 03:22:15 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/06 03:22:15 DEBUG : dir/file1(0x298bea99ae00): _writeAt: size=25, off=0 2026/05/06 03:22:15 DEBUG : dir/file1(0x298bea99ae00): >_writeAt: n=25, err= 2026/05/06 03:22:15 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/06 03:22:15 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/newLeaf" 2026/05/06 03:22:15 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:15 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/newLeaf 2026/05/06 03:22:15 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/newLeaf" 2026/05/06 03:22:16 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:16 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/newLeaf 2026/05/06 03:22:16 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:16 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:16 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/06 03:22:16 DEBUG : newLeaf: Updating file with newLeaf 0x298bea59eea0 2026/05/06 03:22:16 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/06 03:22:16 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/06 03:22:16 DEBUG : newLeaf(0x298bea99ae00): close: 2026/05/06 03:22:16 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/05/06 03:22:16 DEBUG : newLeaf: vfs cache: setting modification time to 2026-05-06 03:22:15.910895651 +0000 UTC m=+17.252717473 2026/05/06 03:22:16 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:16 DEBUG : newLeaf(0x298bea99ae00): >close: err= 2026/05/06 03:22:16 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:16 DEBUG : dir: Looking for writers 2026/05/06 03:22:16 DEBUG : Looking for writers 2026/05/06 03:22:16 DEBUG : dir: reading active writers 2026/05/06 03:22:16 DEBUG : newLeaf: reading active writers 2026/05/06 03:22:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/06 03:22:16 DEBUG : dir: Looking for writers 2026/05/06 03:22:16 DEBUG : Looking for writers 2026/05/06 03:22:16 DEBUG : newLeaf: reading active writers 2026/05/06 03:22:16 DEBUG : dir: reading active writers 2026/05/06 03:22:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/06 03:22:16 DEBUG : dir: Looking for writers 2026/05/06 03:22:16 DEBUG : Looking for writers 2026/05/06 03:22:16 DEBUG : dir: reading active writers 2026/05/06 03:22:16 DEBUG : newLeaf: reading active writers 2026/05/06 03:22:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/06 03:22:16 DEBUG : dir: Looking for writers 2026/05/06 03:22:16 DEBUG : Looking for writers 2026/05/06 03:22:16 DEBUG : dir: reading active writers 2026/05/06 03:22:16 DEBUG : newLeaf: reading active writers 2026/05/06 03:22:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/06 03:22:16 DEBUG : newLeaf: vfs cache: starting upload 2026/05/06 03:22:16 DEBUG : newLeaf.452eeb86.partial: size = 25 OK 2026/05/06 03:22:16 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/newLeaf.452eeb86.partial" 2026/05/06 03:22:16 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:16 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/newLeaf.452eeb86.partial 2026/05/06 03:22:16 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/newLeaf.452eeb86.partial" 2026/05/06 03:22:16 DEBUG : dir: Looking for writers 2026/05/06 03:22:16 DEBUG : Looking for writers 2026/05/06 03:22:16 DEBUG : dir: reading active writers 2026/05/06 03:22:16 DEBUG : newLeaf: reading active writers 2026/05/06 03:22:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/06 03:22:16 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:16 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-payudas9xaqi/newLeaf.452eeb86.partial 2026/05/06 03:22:16 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:16 DEBUG : newLeaf.452eeb86.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/06 03:22:16 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/06 03:22:16 DEBUG : newLeaf.452eeb86.partial: renamed to: newLeaf 2026/05/06 03:22:16 INFO : newLeaf: Copied (replaced existing) 2026/05/06 03:22:16 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/newLeaf" 2026/05/06 03:22:16 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:16 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/newLeaf 2026/05/06 03:22:16 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/newLeaf" 2026/05/06 03:22:16 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:16 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-payudas9xaqi/newLeaf 2026/05/06 03:22:16 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:16 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/06 03:22:16 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-05-06 03:22:15 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/05/06 03:22:16 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/05/06 03:22:16 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/06 03:22:16 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/05/06 03:22:16 DEBUG : dir: Looking for writers 2026/05/06 03:22:16 DEBUG : Looking for writers 2026/05/06 03:22:16 DEBUG : dir: reading active writers 2026/05/06 03:22:16 DEBUG : newLeaf: reading active writers 2026/05/06 03:22:16 DEBUG : >WaitForWriters: 2026/05/06 03:22:16 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/newLeaf" 2026/05/06 03:22:16 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:16 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/newLeaf 2026/05/06 03:22:16 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/newLeaf" 2026/05/06 03:22:16 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:16 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-payudas9xaqi/newLeaf 2026/05/06 03:22:16 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:16 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/06 03:22:16 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/newLeaf" 2026/05/06 03:22:16 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:16 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/newLeaf 2026/05/06 03:22:16 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/newLeaf" 2026/05/06 03:22:16 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:16 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-payudas9xaqi/newLeaf 2026/05/06 03:22:16 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:16 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/06 03:22:16 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:16 DEBUG : dir: Looking for writers 2026/05/06 03:22:16 DEBUG : Looking for writers 2026/05/06 03:22:16 DEBUG : dir: reading active writers 2026/05/06 03:22:16 DEBUG : newLeaf: reading active writers 2026/05/06 03:22:16 DEBUG : >WaitForWriters: 2026/05/06 03:22:16 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=false run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:16 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:16 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/06 03:22:16 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:16 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:16 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:16 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/06 03:22:16 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:16 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:16 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/06 03:22:16 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:16 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/06 03:22:16 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:16 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:16 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:16 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:16 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:16 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:16 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:16 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:16 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:16 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:16 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:16 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:16 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:16 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:16 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:16 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/06 03:22:16 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:16 DEBUG : dir: Looking for writers 2026/05/06 03:22:16 DEBUG : file1: reading active writers 2026/05/06 03:22:16 DEBUG : Looking for writers 2026/05/06 03:22:16 DEBUG : dir: reading active writers 2026/05/06 03:22:16 DEBUG : >WaitForWriters: 2026/05/06 03:22:16 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:16 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:16 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:16 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:16 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:16 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:16 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:16 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:16 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:16 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:16 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:16 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:16 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:16 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:16 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:16 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/06 03:22:16 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/06 03:22:16 DEBUG : newLeaf: Updating file with newLeaf 0x298bea966750 2026/05/06 03:22:16 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/06 03:22:16 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/06 03:22:16 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/newLeaf" 2026/05/06 03:22:16 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:16 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/newLeaf 2026/05/06 03:22:16 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/newLeaf" 2026/05/06 03:22:17 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:17 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/newLeaf 2026/05/06 03:22:17 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:17 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:17 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/newLeaf" 2026/05/06 03:22:17 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:17 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/newLeaf 2026/05/06 03:22:17 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/newLeaf" 2026/05/06 03:22:17 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:17 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-payudas9xaqi/newLeaf 2026/05/06 03:22:17 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:17 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/06 03:22:17 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/06 03:22:17 DEBUG : dir/file1: Updating file with dir/file1 0x298bea966750 2026/05/06 03:22:17 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/06 03:22:17 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:17 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:17 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:17 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:17 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:17 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:17 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:17 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:17 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:17 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:17 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:17 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:17 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:17 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:17 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:17 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:17 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/06 03:22:17 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/06 03:22:17 DEBUG : dir/file1: newRWFileHandle: 2026/05/06 03:22:17 DEBUG : dir/file1(0x298bea332a80): openPending: 2026/05/06 03:22:17 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:17 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:17 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:17 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:17 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:17 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:17 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:17 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:17 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/06 03:22:17 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/06 03:22:17 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:17 DEBUG : dir/file1(0x298bea332a80): >openPending: err= 2026/05/06 03:22:17 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/06 03:22:17 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/06 03:22:17 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/06 03:22:17 DEBUG : dir/file1(0x298bea332a80): _writeAt: size=25, off=0 2026/05/06 03:22:17 DEBUG : dir/file1(0x298bea332a80): >_writeAt: n=25, err= 2026/05/06 03:22:17 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/06 03:22:17 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/newLeaf" 2026/05/06 03:22:17 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:17 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/newLeaf 2026/05/06 03:22:17 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/newLeaf" 2026/05/06 03:22:17 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:17 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/newLeaf 2026/05/06 03:22:17 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:17 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:17 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/06 03:22:17 DEBUG : newLeaf: Updating file with newLeaf 0x298bea966750 2026/05/06 03:22:17 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/06 03:22:17 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/06 03:22:17 DEBUG : newLeaf(0x298bea332a80): close: 2026/05/06 03:22:17 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/05/06 03:22:17 DEBUG : newLeaf: vfs cache: setting modification time to 2026-05-06 03:22:17.428629808 +0000 UTC m=+18.770451660 2026/05/06 03:22:17 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:17 DEBUG : newLeaf(0x298bea332a80): >close: err= 2026/05/06 03:22:17 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:17 DEBUG : dir: Looking for writers 2026/05/06 03:22:17 DEBUG : Looking for writers 2026/05/06 03:22:17 DEBUG : newLeaf: reading active writers 2026/05/06 03:22:17 DEBUG : dir: reading active writers 2026/05/06 03:22:17 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/06 03:22:17 DEBUG : dir: Looking for writers 2026/05/06 03:22:17 DEBUG : Looking for writers 2026/05/06 03:22:17 DEBUG : dir: reading active writers 2026/05/06 03:22:17 DEBUG : newLeaf: reading active writers 2026/05/06 03:22:17 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/06 03:22:17 DEBUG : dir: Looking for writers 2026/05/06 03:22:17 DEBUG : Looking for writers 2026/05/06 03:22:17 DEBUG : dir: reading active writers 2026/05/06 03:22:17 DEBUG : newLeaf: reading active writers 2026/05/06 03:22:17 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/06 03:22:17 DEBUG : dir: Looking for writers 2026/05/06 03:22:17 DEBUG : Looking for writers 2026/05/06 03:22:17 DEBUG : dir: reading active writers 2026/05/06 03:22:17 DEBUG : newLeaf: reading active writers 2026/05/06 03:22:17 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/06 03:22:17 DEBUG : newLeaf: vfs cache: starting upload 2026/05/06 03:22:17 DEBUG : newLeaf.57dc6c65.partial: size = 25 OK 2026/05/06 03:22:17 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/newLeaf.57dc6c65.partial" 2026/05/06 03:22:17 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:17 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/newLeaf.57dc6c65.partial 2026/05/06 03:22:17 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/newLeaf.57dc6c65.partial" 2026/05/06 03:22:17 DEBUG : dir: Looking for writers 2026/05/06 03:22:17 DEBUG : Looking for writers 2026/05/06 03:22:17 DEBUG : dir: reading active writers 2026/05/06 03:22:17 DEBUG : newLeaf: reading active writers 2026/05/06 03:22:17 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/06 03:22:17 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:17 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-payudas9xaqi/newLeaf.57dc6c65.partial 2026/05/06 03:22:17 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:17 DEBUG : newLeaf.57dc6c65.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/06 03:22:17 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/06 03:22:17 DEBUG : newLeaf.57dc6c65.partial: renamed to: newLeaf 2026/05/06 03:22:17 INFO : newLeaf: Copied (replaced existing) 2026/05/06 03:22:17 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/newLeaf" 2026/05/06 03:22:17 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:17 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/newLeaf 2026/05/06 03:22:17 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/newLeaf" 2026/05/06 03:22:17 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:17 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-payudas9xaqi/newLeaf 2026/05/06 03:22:17 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:17 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/06 03:22:17 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-05-06 03:22:17 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/05/06 03:22:17 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/05/06 03:22:17 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/06 03:22:17 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/05/06 03:22:17 DEBUG : dir: Looking for writers 2026/05/06 03:22:17 DEBUG : Looking for writers 2026/05/06 03:22:17 DEBUG : dir: reading active writers 2026/05/06 03:22:17 DEBUG : newLeaf: reading active writers 2026/05/06 03:22:17 DEBUG : >WaitForWriters: 2026/05/06 03:22:17 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/newLeaf" 2026/05/06 03:22:17 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:17 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/newLeaf 2026/05/06 03:22:17 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/newLeaf" 2026/05/06 03:22:17 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:17 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-payudas9xaqi/newLeaf 2026/05/06 03:22:17 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:17 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/06 03:22:17 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/newLeaf" 2026/05/06 03:22:17 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:17 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/newLeaf 2026/05/06 03:22:17 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/newLeaf" 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-payudas9xaqi/newLeaf 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:18 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/06 03:22:18 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:18 DEBUG : dir: Looking for writers 2026/05/06 03:22:18 DEBUG : Looking for writers 2026/05/06 03:22:18 DEBUG : dir: reading active writers 2026/05/06 03:22:18 DEBUG : newLeaf: reading active writers 2026/05/06 03:22:18 DEBUG : >WaitForWriters: 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=true run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:18 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:18 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:18 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/06 03:22:18 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:18 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:18 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/06 03:22:18 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:18 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:18 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:18 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/06 03:22:18 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/06 03:22:18 DEBUG : dir/file1: newRWFileHandle: 2026/05/06 03:22:18 DEBUG : dir/file1(0x298be9f76d00): openPending: 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:18 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:18 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/06 03:22:18 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/06 03:22:18 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:18 DEBUG : dir/file1(0x298be9f76d00): >openPending: err= 2026/05/06 03:22:18 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/06 03:22:18 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/06 03:22:18 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:18 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/06 03:22:18 DEBUG : dir/file1(0x298be9f76d00): _writeAt: size=14, off=0 2026/05/06 03:22:18 DEBUG : dir/file1(0x298be9f76d00): >_writeAt: n=14, err= 2026/05/06 03:22:18 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/05/06 03:22:18 DEBUG : dir/file1(0x298be9f76d00): close: 2026/05/06 03:22:18 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/05/06 03:22:18 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/05/06 03:22:18 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:18 DEBUG : dir/file1(0x298be9f76d00): >close: err= 2026/05/06 03:22:18 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:18 DEBUG : dir: Looking for writers 2026/05/06 03:22:18 DEBUG : file1: reading active writers 2026/05/06 03:22:18 DEBUG : Looking for writers 2026/05/06 03:22:18 DEBUG : dir: reading active writers 2026/05/06 03:22:18 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/06 03:22:18 DEBUG : dir: Looking for writers 2026/05/06 03:22:18 DEBUG : file1: reading active writers 2026/05/06 03:22:18 DEBUG : Looking for writers 2026/05/06 03:22:18 DEBUG : dir: reading active writers 2026/05/06 03:22:18 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/06 03:22:18 DEBUG : dir: Looking for writers 2026/05/06 03:22:18 DEBUG : file1: reading active writers 2026/05/06 03:22:18 DEBUG : Looking for writers 2026/05/06 03:22:18 DEBUG : dir: reading active writers 2026/05/06 03:22:18 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/06 03:22:18 DEBUG : dir: Looking for writers 2026/05/06 03:22:18 DEBUG : file1: reading active writers 2026/05/06 03:22:18 DEBUG : Looking for writers 2026/05/06 03:22:18 DEBUG : dir: reading active writers 2026/05/06 03:22:18 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/06 03:22:18 DEBUG : dir/file1: vfs cache: starting upload 2026/05/06 03:22:18 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1.ca338588.partial" 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1.ca338588.partial 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1.ca338588.partial" 2026/05/06 03:22:18 DEBUG : dir: Looking for writers 2026/05/06 03:22:18 DEBUG : file1: reading active writers 2026/05/06 03:22:18 DEBUG : Looking for writers 2026/05/06 03:22:18 DEBUG : dir: reading active writers 2026/05/06 03:22:18 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir/file1.ca338588.partial 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:18 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:18 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/05/06 03:22:18 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/05/06 03:22:18 INFO : dir/file1: Copied (replaced existing) 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:18 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:18 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/06 03:22:18 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/05/06 03:22:18 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:18 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/06 03:22:18 DEBUG : dir: Looking for writers 2026/05/06 03:22:18 DEBUG : file1: reading active writers 2026/05/06 03:22:18 DEBUG : Looking for writers 2026/05/06 03:22:18 DEBUG : dir: reading active writers 2026/05/06 03:22:18 DEBUG : >WaitForWriters: 2026/05/06 03:22:18 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/06 03:22:18 DEBUG : dir/file1: newRWFileHandle: 2026/05/06 03:22:18 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/06 03:22:18 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/06 03:22:18 DEBUG : dir/file1(0x298bea9eb980): _readAt: size=512, off=0 2026/05/06 03:22:18 DEBUG : dir/file1(0x298bea9eb980): openPending: 2026/05/06 03:22:18 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/06 03:22:18 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/06 03:22:18 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:18 DEBUG : dir/file1(0x298bea9eb980): >openPending: err= 2026/05/06 03:22:18 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/05/06 03:22:18 DEBUG : dir/file1(0x298bea9eb980): >_readAt: n=14, err=EOF 2026/05/06 03:22:18 DEBUG : dir/file1(0x298bea9eb980): close: 2026/05/06 03:22:18 DEBUG : dir/file1(0x298bea9eb980): >close: err= 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:18 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:18 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/06 03:22:18 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/newLeaf" 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/newLeaf 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/newLeaf" 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/newLeaf 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:18 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:18 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/06 03:22:18 DEBUG : newLeaf: Updating file with newLeaf 0x298bea4d80d0 2026/05/06 03:22:18 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/06 03:22:18 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/newLeaf" 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/newLeaf 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/newLeaf" 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/newLeaf 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:18 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/newLeaf" 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/newLeaf 2026/05/06 03:22:18 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/newLeaf" 2026/05/06 03:22:19 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:19 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-payudas9xaqi/newLeaf 2026/05/06 03:22:19 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:19 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/06 03:22:19 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/06 03:22:19 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:19 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:19 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:19 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:19 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:19 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:19 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:19 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:19 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/05/06 03:22:19 DEBUG : dir/file1: Updating file with dir/file1 0x298bea4d80d0 2026/05/06 03:22:19 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/06 03:22:19 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:19 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:19 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:19 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:19 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:19 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:19 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:19 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:19 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:19 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:19 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:19 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:19 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:19 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:19 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:19 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:19 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/06 03:22:19 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/06 03:22:19 DEBUG : dir/file1: newRWFileHandle: 2026/05/06 03:22:19 DEBUG : dir/file1(0x298bea5fb640): openPending: 2026/05/06 03:22:19 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/05/06 03:22:19 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/06 03:22:19 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:19 DEBUG : dir/file1(0x298bea5fb640): >openPending: err= 2026/05/06 03:22:19 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/06 03:22:19 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/06 03:22:19 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/06 03:22:19 DEBUG : dir/file1(0x298bea5fb640): _writeAt: size=25, off=0 2026/05/06 03:22:19 DEBUG : dir/file1(0x298bea5fb640): >_writeAt: n=25, err= 2026/05/06 03:22:19 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/06 03:22:19 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/newLeaf" 2026/05/06 03:22:19 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:19 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/newLeaf 2026/05/06 03:22:19 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/newLeaf" 2026/05/06 03:22:19 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:19 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/newLeaf 2026/05/06 03:22:19 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:19 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:19 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/06 03:22:19 DEBUG : newLeaf: Updating file with newLeaf 0x298bea4d80d0 2026/05/06 03:22:19 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/06 03:22:19 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/06 03:22:19 DEBUG : newLeaf(0x298bea5fb640): close: 2026/05/06 03:22:19 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/05/06 03:22:19 DEBUG : newLeaf: vfs cache: setting modification time to 2026-05-06 03:22:19.300265945 +0000 UTC m=+20.642087767 2026/05/06 03:22:19 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:19 DEBUG : newLeaf(0x298bea5fb640): >close: err= 2026/05/06 03:22:19 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:19 DEBUG : dir: Looking for writers 2026/05/06 03:22:19 DEBUG : Looking for writers 2026/05/06 03:22:19 DEBUG : dir: reading active writers 2026/05/06 03:22:19 DEBUG : newLeaf: reading active writers 2026/05/06 03:22:19 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/06 03:22:19 DEBUG : dir: Looking for writers 2026/05/06 03:22:19 DEBUG : Looking for writers 2026/05/06 03:22:19 DEBUG : dir: reading active writers 2026/05/06 03:22:19 DEBUG : newLeaf: reading active writers 2026/05/06 03:22:19 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/06 03:22:19 DEBUG : dir: Looking for writers 2026/05/06 03:22:19 DEBUG : Looking for writers 2026/05/06 03:22:19 DEBUG : dir: reading active writers 2026/05/06 03:22:19 DEBUG : newLeaf: reading active writers 2026/05/06 03:22:19 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/06 03:22:19 DEBUG : dir: Looking for writers 2026/05/06 03:22:19 DEBUG : Looking for writers 2026/05/06 03:22:19 DEBUG : dir: reading active writers 2026/05/06 03:22:19 DEBUG : newLeaf: reading active writers 2026/05/06 03:22:19 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/06 03:22:19 DEBUG : newLeaf: vfs cache: starting upload 2026/05/06 03:22:19 DEBUG : newLeaf.4c55d8b7.partial: size = 25 OK 2026/05/06 03:22:19 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/newLeaf.4c55d8b7.partial" 2026/05/06 03:22:19 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:19 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/newLeaf.4c55d8b7.partial 2026/05/06 03:22:19 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/newLeaf.4c55d8b7.partial" 2026/05/06 03:22:19 DEBUG : dir: Looking for writers 2026/05/06 03:22:19 DEBUG : Looking for writers 2026/05/06 03:22:19 DEBUG : dir: reading active writers 2026/05/06 03:22:19 DEBUG : newLeaf: reading active writers 2026/05/06 03:22:19 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/06 03:22:19 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:19 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-payudas9xaqi/newLeaf.4c55d8b7.partial 2026/05/06 03:22:19 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:19 DEBUG : newLeaf.4c55d8b7.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/06 03:22:19 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/06 03:22:19 DEBUG : newLeaf.4c55d8b7.partial: renamed to: newLeaf 2026/05/06 03:22:19 INFO : newLeaf: Copied (replaced existing) 2026/05/06 03:22:19 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/newLeaf" 2026/05/06 03:22:19 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:19 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/newLeaf 2026/05/06 03:22:19 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/newLeaf" 2026/05/06 03:22:19 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:19 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-payudas9xaqi/newLeaf 2026/05/06 03:22:19 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:19 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/06 03:22:19 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-05-06 03:22:19 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/05/06 03:22:19 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/05/06 03:22:19 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/06 03:22:19 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/05/06 03:22:19 DEBUG : dir: Looking for writers 2026/05/06 03:22:19 DEBUG : Looking for writers 2026/05/06 03:22:19 DEBUG : dir: reading active writers 2026/05/06 03:22:19 DEBUG : newLeaf: reading active writers 2026/05/06 03:22:19 DEBUG : >WaitForWriters: 2026/05/06 03:22:19 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/newLeaf" 2026/05/06 03:22:19 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:19 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/newLeaf 2026/05/06 03:22:19 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/newLeaf" 2026/05/06 03:22:19 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:19 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-payudas9xaqi/newLeaf 2026/05/06 03:22:19 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:19 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/06 03:22:19 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/newLeaf" 2026/05/06 03:22:19 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:19 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/newLeaf 2026/05/06 03:22:19 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/newLeaf" 2026/05/06 03:22:19 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:19 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-payudas9xaqi/newLeaf 2026/05/06 03:22:19 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:19 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/06 03:22:19 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:19 DEBUG : dir: Looking for writers 2026/05/06 03:22:19 DEBUG : Looking for writers 2026/05/06 03:22:19 DEBUG : dir: reading active writers 2026/05/06 03:22:19 DEBUG : newLeaf: reading active writers 2026/05/06 03:22:19 DEBUG : >WaitForWriters: 2026/05/06 03:22:19 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: cleaner exiting === RUN TestFileRename/full,forceCache=false run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:19 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:19 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/06 03:22:19 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:19 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:19 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:19 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/06 03:22:19 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:19 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:19 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/06 03:22:19 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:19 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/06 03:22:19 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:19 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:19 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:19 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:20 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:20 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:20 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:20 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:20 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:20 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:20 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:20 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:20 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:20 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:20 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:20 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/06 03:22:20 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:20 DEBUG : dir: Looking for writers 2026/05/06 03:22:20 DEBUG : file1: reading active writers 2026/05/06 03:22:20 DEBUG : Looking for writers 2026/05/06 03:22:20 DEBUG : dir: reading active writers 2026/05/06 03:22:20 DEBUG : >WaitForWriters: 2026/05/06 03:22:20 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/06 03:22:20 DEBUG : dir/file1: newRWFileHandle: 2026/05/06 03:22:20 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/06 03:22:20 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/06 03:22:20 DEBUG : dir/file1(0x298bea447e40): _readAt: size=512, off=0 2026/05/06 03:22:20 DEBUG : dir/file1(0x298bea447e40): openPending: 2026/05/06 03:22:20 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:20 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:20 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:20 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:20 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:20 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:20 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:20 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:20 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/05/06 03:22:20 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/05/06 03:22:20 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:20 DEBUG : dir/file1(0x298bea447e40): >openPending: err= 2026/05/06 03:22:20 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [] - present false 2026/05/06 03:22:20 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/06 03:22:20 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/06 03:22:20 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/06 03:22:20 DEBUG : dir/file1(0x298bea447e40): >_readAt: n=14, err=EOF 2026/05/06 03:22:20 DEBUG : dir/file1(0x298bea447e40): close: 2026/05/06 03:22:20 DEBUG : dir/file1(0x298bea447e40): >close: err= 2026/05/06 03:22:20 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:20 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:20 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:20 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:20 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:20 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:20 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:20 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:20 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:20 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:20 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:20 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:20 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:20 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:20 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:20 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/06 03:22:20 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/06 03:22:20 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/newLeaf" 2026/05/06 03:22:20 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:20 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/newLeaf 2026/05/06 03:22:20 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/newLeaf" 2026/05/06 03:22:20 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:20 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/newLeaf 2026/05/06 03:22:20 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:20 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:20 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/06 03:22:20 DEBUG : newLeaf: Updating file with newLeaf 0x298bea1dc340 2026/05/06 03:22:20 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/06 03:22:20 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/06 03:22:20 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/newLeaf" 2026/05/06 03:22:20 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:20 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/newLeaf 2026/05/06 03:22:20 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/newLeaf" 2026/05/06 03:22:20 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:20 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/newLeaf 2026/05/06 03:22:20 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:20 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:20 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/newLeaf" 2026/05/06 03:22:20 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:20 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/newLeaf 2026/05/06 03:22:20 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/newLeaf" 2026/05/06 03:22:20 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:20 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-payudas9xaqi/newLeaf 2026/05/06 03:22:20 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:20 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/06 03:22:20 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/05/06 03:22:20 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:20 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:20 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:20 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:20 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:20 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:20 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:20 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:20 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/05/06 03:22:20 DEBUG : dir/file1: Updating file with dir/file1 0x298bea1dc340 2026/05/06 03:22:20 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/05/06 03:22:20 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:20 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:20 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:20 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:20 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:20 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:20 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:20 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:20 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:20 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:20 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:20 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:20 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:21 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:21 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:21 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:21 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/06 03:22:21 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/06 03:22:21 DEBUG : dir/file1: newRWFileHandle: 2026/05/06 03:22:21 DEBUG : dir/file1(0x298bea06b980): openPending: 2026/05/06 03:22:21 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/06 03:22:21 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/05/06 03:22:21 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:21 DEBUG : dir/file1(0x298bea06b980): >openPending: err= 2026/05/06 03:22:21 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/06 03:22:21 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/06 03:22:21 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/06 03:22:21 DEBUG : dir/file1(0x298bea06b980): _writeAt: size=25, off=0 2026/05/06 03:22:21 DEBUG : dir/file1(0x298bea06b980): >_writeAt: n=25, err= 2026/05/06 03:22:21 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/05/06 03:22:21 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/newLeaf" 2026/05/06 03:22:21 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:21 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/newLeaf 2026/05/06 03:22:21 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/newLeaf" 2026/05/06 03:22:21 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:21 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/newLeaf 2026/05/06 03:22:21 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:21 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:21 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/05/06 03:22:21 DEBUG : newLeaf: Updating file with newLeaf 0x298bea1dc340 2026/05/06 03:22:21 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/06 03:22:21 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/06 03:22:21 DEBUG : newLeaf(0x298bea06b980): close: 2026/05/06 03:22:21 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/05/06 03:22:21 DEBUG : newLeaf: vfs cache: setting modification time to 2026-05-06 03:22:21.061162445 +0000 UTC m=+22.402984266 2026/05/06 03:22:21 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:21 DEBUG : newLeaf(0x298bea06b980): >close: err= 2026/05/06 03:22:21 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:21 DEBUG : dir: Looking for writers 2026/05/06 03:22:21 DEBUG : Looking for writers 2026/05/06 03:22:21 DEBUG : dir: reading active writers 2026/05/06 03:22:21 DEBUG : newLeaf: reading active writers 2026/05/06 03:22:21 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/06 03:22:21 DEBUG : dir: Looking for writers 2026/05/06 03:22:21 DEBUG : Looking for writers 2026/05/06 03:22:21 DEBUG : dir: reading active writers 2026/05/06 03:22:21 DEBUG : newLeaf: reading active writers 2026/05/06 03:22:21 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/06 03:22:21 DEBUG : dir: Looking for writers 2026/05/06 03:22:21 DEBUG : Looking for writers 2026/05/06 03:22:21 DEBUG : dir: reading active writers 2026/05/06 03:22:21 DEBUG : newLeaf: reading active writers 2026/05/06 03:22:21 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/06 03:22:21 DEBUG : dir: Looking for writers 2026/05/06 03:22:21 DEBUG : Looking for writers 2026/05/06 03:22:21 DEBUG : dir: reading active writers 2026/05/06 03:22:21 DEBUG : newLeaf: reading active writers 2026/05/06 03:22:21 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/06 03:22:21 DEBUG : newLeaf: vfs cache: starting upload 2026/05/06 03:22:21 DEBUG : newLeaf.717af3a2.partial: size = 25 OK 2026/05/06 03:22:21 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/newLeaf.717af3a2.partial" 2026/05/06 03:22:21 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:21 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/newLeaf.717af3a2.partial 2026/05/06 03:22:21 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/newLeaf.717af3a2.partial" 2026/05/06 03:22:21 DEBUG : dir: Looking for writers 2026/05/06 03:22:21 DEBUG : Looking for writers 2026/05/06 03:22:21 DEBUG : dir: reading active writers 2026/05/06 03:22:21 DEBUG : newLeaf: reading active writers 2026/05/06 03:22:21 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/06 03:22:21 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:21 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-payudas9xaqi/newLeaf.717af3a2.partial 2026/05/06 03:22:21 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:21 DEBUG : newLeaf.717af3a2.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/06 03:22:21 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/05/06 03:22:21 DEBUG : newLeaf.717af3a2.partial: renamed to: newLeaf 2026/05/06 03:22:21 INFO : newLeaf: Copied (replaced existing) 2026/05/06 03:22:21 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/newLeaf" 2026/05/06 03:22:21 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:21 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/newLeaf 2026/05/06 03:22:21 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/newLeaf" 2026/05/06 03:22:21 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:21 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-payudas9xaqi/newLeaf 2026/05/06 03:22:21 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:21 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/06 03:22:21 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-05-06 03:22:21 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/05/06 03:22:21 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/05/06 03:22:21 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/05/06 03:22:21 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/05/06 03:22:21 DEBUG : dir: Looking for writers 2026/05/06 03:22:21 DEBUG : Looking for writers 2026/05/06 03:22:21 DEBUG : dir: reading active writers 2026/05/06 03:22:21 DEBUG : newLeaf: reading active writers 2026/05/06 03:22:21 DEBUG : >WaitForWriters: 2026/05/06 03:22:21 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/newLeaf" 2026/05/06 03:22:21 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:21 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/newLeaf 2026/05/06 03:22:21 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/newLeaf" 2026/05/06 03:22:21 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:21 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-payudas9xaqi/newLeaf 2026/05/06 03:22:21 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:21 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/05/06 03:22:21 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/newLeaf" 2026/05/06 03:22:21 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:21 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/newLeaf 2026/05/06 03:22:21 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/newLeaf" 2026/05/06 03:22:21 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:21 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-payudas9xaqi/newLeaf 2026/05/06 03:22:21 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:21 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/05/06 03:22:21 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:21 DEBUG : dir: Looking for writers 2026/05/06 03:22:21 DEBUG : Looking for writers 2026/05/06 03:22:21 DEBUG : dir: reading active writers 2026/05/06 03:22:21 DEBUG : newLeaf: reading active writers 2026/05/06 03:22:21 DEBUG : >WaitForWriters: 2026/05/06 03:22:21 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: cleaner exiting --- PASS: TestFileRename (9.32s) --- PASS: TestFileRename/off,forceCache=false (1.08s) --- PASS: TestFileRename/minimal,forceCache=false (1.08s) --- PASS: TestFileRename/minimal,forceCache=true (2.02s) --- PASS: TestFileRename/writes,forceCache=false (1.49s) --- PASS: TestFileRename/writes,forceCache=true (1.90s) --- PASS: TestFileRename/full,forceCache=false (1.75s) === RUN TestFileStructSize file_test.go:419: File struct has size 208 bytes --- PASS: TestFileStructSize (0.00s) === RUN TestRcGetVFS run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:21 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:21 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:21 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:21 DEBUG : Looking for writers 2026/05/06 03:22:21 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:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:21 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:21 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:21 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:21 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:21 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:21 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:21 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:21 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:21 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/06 03:22:21 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:21 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:21 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:21 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:21 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:21 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:21 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:21 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/06 03:22:21 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/06 03:22:21 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/06 03:22:21 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/06 03:22:21 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/06 03:22:21 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/06 03:22:21 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/05/06 03:22:21 DEBUG : dir/file1: ChunkedReader.Read at 1 length 256 chunkOffset 0 chunkSize 134217728 2026/05/06 03:22:21 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:21 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:21 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:21 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:21 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:21 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:21 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:21 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/06 03:22:21 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:21 DEBUG : dir: Looking for writers 2026/05/06 03:22:21 DEBUG : file1: reading active writers 2026/05/06 03:22:21 DEBUG : Looking for writers 2026/05/06 03:22:21 DEBUG : dir: reading active writers 2026/05/06 03:22:21 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleMethods (0.28s) === RUN TestReadFileHandleSeek run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:21 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:21 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:21 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:21 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:21 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:22 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:22 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:22 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:22 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/06 03:22:22 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:22 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:22 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:22 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:22 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:22 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:22 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:22 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/06 03:22:22 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/06 03:22:22 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/06 03:22:22 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/06 03:22:22 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/06 03:22:22 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/06 03:22:22 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/05/06 03:22:22 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/05/06 03:22:22 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/05/06 03:22:22 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/05/06 03:22:22 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/05/06 03:22:22 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/05/06 03:22:22 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/05/06 03:22:22 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/05/06 03:22:22 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 3 (fs.RangeSeeker) 2026/05/06 03:22:22 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 3 length -1 2026/05/06 03:22:22 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 3 chunkSize 134217728 2026/05/06 03:22:22 DEBUG : dir/file1: ChunkedReader.openRange at 3 length 134217728 2026/05/06 03:22:22 DEBUG : dir/file1: ReadFileHandle.seek from 4 to 13 (fs.RangeSeeker) 2026/05/06 03:22:22 DEBUG : dir/file1: ChunkedReader.RangeSeek from 4 to 13 length -1 2026/05/06 03:22:22 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 13 chunkSize 134217728 2026/05/06 03:22:22 DEBUG : dir/file1: ChunkedReader.openRange at 13 length 134217728 2026/05/06 03:22:22 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:22 DEBUG : dir: Looking for writers 2026/05/06 03:22:22 DEBUG : file1: reading active writers 2026/05/06 03:22:22 DEBUG : Looking for writers 2026/05/06 03:22:22 DEBUG : dir: reading active writers 2026/05/06 03:22:22 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleSeek (0.32s) === RUN TestReadFileHandleReadAt run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:22 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:22 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:22 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:22 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:22 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:22 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:22 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:22 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:22 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/06 03:22:22 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:22 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:22 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:22 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:22 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:22 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:22 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:22 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/06 03:22:22 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/06 03:22:22 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/06 03:22:22 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/06 03:22:22 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/06 03:22:22 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/06 03:22:22 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/05/06 03:22:22 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/05/06 03:22:22 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/05/06 03:22:22 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/05/06 03:22:22 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/05/06 03:22:22 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/05/06 03:22:22 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/05/06 03:22:22 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/05/06 03:22:22 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 1 (fs.RangeSeeker) 2026/05/06 03:22:22 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 1 length -1 2026/05/06 03:22:22 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 1 chunkSize 134217728 2026/05/06 03:22:22 DEBUG : dir/file1: ChunkedReader.openRange at 1 length 134217728 2026/05/06 03:22:22 DEBUG : dir/file1: waiting for in-sequence read to 10 for 20ms 2026/05/06 03:22:22 DEBUG : dir/file1: aborting in-sequence read wait, off=10 2026/05/06 03:22:22 DEBUG : dir/file1: failed to wait for in-sequence read to 10 2026/05/06 03:22:22 DEBUG : dir/file1: ReadFileHandle.seek from 2 to 10 (fs.RangeSeeker) 2026/05/06 03:22:22 DEBUG : dir/file1: ChunkedReader.RangeSeek from 2 to 10 length -1 2026/05/06 03:22:22 DEBUG : dir/file1: ChunkedReader.Read at -1 length 6 chunkOffset 10 chunkSize 134217728 2026/05/06 03:22:22 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/05/06 03:22:22 DEBUG : dir/file1: ReadFileHandle.seek from 16 to 10 (fs.RangeSeeker) 2026/05/06 03:22:22 DEBUG : dir/file1: ChunkedReader.RangeSeek from 16 to 10 length -1 2026/05/06 03:22:22 DEBUG : dir/file1: ChunkedReader.Read at -1 length 256 chunkOffset 10 chunkSize 134217728 2026/05/06 03:22:22 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/05/06 03:22:22 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/05/06 03:22:22 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/05/06 03:22:22 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/05/06 03:22:22 DEBUG : dir/file1: ReadFileHandle.Read attempt to read beyond end of file: 100 > 16 2026/05/06 03:22:22 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/05/06 03:22:22 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/05/06 03:22:22 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/05/06 03:22:22 ERROR : dir/file1: ReadFileHandle.Read error: Bad file descriptor 2026/05/06 03:22:22 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:22 DEBUG : dir: Looking for writers 2026/05/06 03:22:22 DEBUG : file1: reading active writers 2026/05/06 03:22:22 DEBUG : Looking for writers 2026/05/06 03:22:22 DEBUG : dir: reading active writers 2026/05/06 03:22:22 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleReadAt (0.34s) === RUN TestReadFileHandleFlush run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:22 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:22 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:22 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:22 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:22 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:22 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:22 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:22 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:22 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/06 03:22:22 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:22 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:22 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:22 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:22 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:22 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:22 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:22 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/06 03:22:22 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/06 03:22:22 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/06 03:22:22 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/06 03:22:22 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/06 03:22:22 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/06 03:22:22 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/05/06 03:22:22 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:22 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:22 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:22 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:22 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:22 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:22 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:22 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/06 03:22:22 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:22 DEBUG : dir: Looking for writers 2026/05/06 03:22:22 DEBUG : file1: reading active writers 2026/05/06 03:22:22 DEBUG : Looking for writers 2026/05/06 03:22:22 DEBUG : dir: reading active writers 2026/05/06 03:22:22 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleFlush (0.31s) === RUN TestReadFileHandleRelease run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:22 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:22 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:22 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:22 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:22 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:23 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:23 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/06 03:22:23 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/06 03:22:23 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/06 03:22:23 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/05/06 03:22:23 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/05/06 03:22:23 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/06 03:22:23 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/05/06 03:22:23 DEBUG : dir/file1: ReadFileHandle.Release closing 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:23 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/06 03:22:23 DEBUG : dir/file1: ReadFileHandle.Release nothing to do 2026/05/06 03:22:23 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:23 DEBUG : dir: Looking for writers 2026/05/06 03:22:23 DEBUG : file1: reading active writers 2026/05/06 03:22:23 DEBUG : Looking for writers 2026/05/06 03:22:23 DEBUG : dir: reading active writers 2026/05/06 03:22:23 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleRelease (0.28s) === RUN TestRWFileHandleMethodsRead run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:23 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:23 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:23 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/06 03:22:23 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:23 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:23 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/06 03:22:23 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:23 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:23 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:23 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/06 03:22:23 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/06 03:22:23 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/06 03:22:23 DEBUG : dir/file1: newRWFileHandle: 2026/05/06 03:22:23 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/06 03:22:23 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/06 03:22:23 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/06 03:22:23 DEBUG : dir/file1(0x298bea9ea0c0): _readAt: size=1, off=0 2026/05/06 03:22:23 DEBUG : dir/file1(0x298bea9ea0c0): openPending: 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:23 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/06 03:22:23 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/06 03:22:23 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/06 03:22:23 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:23 DEBUG : dir/file1(0x298bea9ea0c0): >openPending: err= 2026/05/06 03:22:23 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/05/06 03:22:23 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/06 03:22:23 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/06 03:22:23 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/06 03:22:23 DEBUG : dir/file1(0x298bea9ea0c0): >_readAt: n=1, err= 2026/05/06 03:22:23 DEBUG : dir/file1(0x298bea9ea0c0): _readAt: size=256, off=1 2026/05/06 03:22:23 DEBUG : vfs cache: looking for range={Pos:1 Size:15} in [{Pos:0 Size:16}] - present true 2026/05/06 03:22:23 DEBUG : dir/file1(0x298bea9ea0c0): >_readAt: n=15, err=EOF 2026/05/06 03:22:23 DEBUG : dir/file1(0x298bea9ea0c0): _readAt: size=16, off=16 2026/05/06 03:22:23 DEBUG : dir/file1(0x298bea9ea0c0): >_readAt: n=0, err=EOF 2026/05/06 03:22:23 DEBUG : dir/file1(0x298bea9ea0c0): close: 2026/05/06 03:22:23 DEBUG : dir/file1(0x298bea9ea0c0): >close: err= 2026/05/06 03:22:23 DEBUG : dir/file1(0x298bea9ea0c0): close: 2026/05/06 03:22:23 DEBUG : dir/file1(0x298bea9ea0c0): >close: err=file already closed 2026/05/06 03:22:23 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:23 DEBUG : dir: Looking for writers 2026/05/06 03:22:23 DEBUG : file1: reading active writers 2026/05/06 03:22:23 DEBUG : Looking for writers 2026/05/06 03:22:23 DEBUG : dir: reading active writers 2026/05/06 03:22:23 DEBUG : >WaitForWriters: 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsRead (0.32s) === RUN TestRWFileHandleSeek run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:23 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:23 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:23 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/06 03:22:23 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:23 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:23 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/06 03:22:23 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:23 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:23 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:23 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/06 03:22:23 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/06 03:22:23 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/06 03:22:23 DEBUG : dir/file1: newRWFileHandle: 2026/05/06 03:22:23 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/06 03:22:23 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/06 03:22:23 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/06 03:22:23 DEBUG : dir/file1(0x298bea616580): _readAt: size=1, off=0 2026/05/06 03:22:23 DEBUG : dir/file1(0x298bea616580): openPending: 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:23 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/06 03:22:23 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/06 03:22:23 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/06 03:22:23 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:23 DEBUG : dir/file1(0x298bea616580): >openPending: err= 2026/05/06 03:22:23 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/05/06 03:22:23 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/06 03:22:23 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/06 03:22:23 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/06 03:22:23 DEBUG : dir/file1(0x298bea616580): >_readAt: n=1, err= 2026/05/06 03:22:23 DEBUG : dir/file1(0x298bea616580): _readAt: size=1, off=5 2026/05/06 03:22:23 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/06 03:22:23 DEBUG : dir/file1(0x298bea616580): >_readAt: n=1, err= 2026/05/06 03:22:23 DEBUG : dir/file1(0x298bea616580): _readAt: size=1, off=3 2026/05/06 03:22:23 DEBUG : vfs cache: looking for range={Pos:3 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/06 03:22:23 DEBUG : dir/file1(0x298bea616580): >_readAt: n=1, err= 2026/05/06 03:22:23 DEBUG : dir/file1(0x298bea616580): _readAt: size=1, off=13 2026/05/06 03:22:23 DEBUG : vfs cache: looking for range={Pos:13 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/06 03:22:23 DEBUG : dir/file1(0x298bea616580): >_readAt: n=1, err= 2026/05/06 03:22:23 DEBUG : dir/file1(0x298bea616580): _readAt: size=16, off=100 2026/05/06 03:22:23 DEBUG : dir/file1(0x298bea616580): >_readAt: n=0, err=EOF 2026/05/06 03:22:23 DEBUG : dir/file1(0x298bea616580): close: 2026/05/06 03:22:23 DEBUG : dir/file1(0x298bea616580): >close: err= 2026/05/06 03:22:23 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:23 DEBUG : dir: Looking for writers 2026/05/06 03:22:23 DEBUG : file1: reading active writers 2026/05/06 03:22:23 DEBUG : Looking for writers 2026/05/06 03:22:23 DEBUG : dir: reading active writers 2026/05/06 03:22:23 DEBUG : >WaitForWriters: 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSeek (0.31s) === RUN TestRWFileHandleReadAt run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:23 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:23 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:23 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/06 03:22:23 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:23 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:23 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/06 03:22:23 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:23 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:23 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:23 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:24 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/06 03:22:24 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/06 03:22:24 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/06 03:22:24 DEBUG : dir/file1: newRWFileHandle: 2026/05/06 03:22:24 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/06 03:22:24 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/06 03:22:24 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/06 03:22:24 DEBUG : dir/file1(0x298bea9eb200): _readAt: size=1, off=0 2026/05/06 03:22:24 DEBUG : dir/file1(0x298bea9eb200): openPending: 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:24 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/06 03:22:24 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/06 03:22:24 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/06 03:22:24 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:24 DEBUG : dir/file1(0x298bea9eb200): >openPending: err= 2026/05/06 03:22:24 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/05/06 03:22:24 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/06 03:22:24 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/06 03:22:24 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/06 03:22:24 DEBUG : dir/file1(0x298bea9eb200): >_readAt: n=1, err= 2026/05/06 03:22:24 DEBUG : dir/file1(0x298bea9eb200): _readAt: size=1, off=5 2026/05/06 03:22:24 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/06 03:22:24 DEBUG : dir/file1(0x298bea9eb200): >_readAt: n=1, err= 2026/05/06 03:22:24 DEBUG : dir/file1(0x298bea9eb200): _readAt: size=1, off=1 2026/05/06 03:22:24 DEBUG : vfs cache: looking for range={Pos:1 Size:1} in [{Pos:0 Size:16}] - present true 2026/05/06 03:22:24 DEBUG : dir/file1(0x298bea9eb200): >_readAt: n=1, err= 2026/05/06 03:22:24 DEBUG : dir/file1(0x298bea9eb200): _readAt: size=6, off=10 2026/05/06 03:22:24 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/05/06 03:22:24 DEBUG : dir/file1(0x298bea9eb200): >_readAt: n=6, err= 2026/05/06 03:22:24 DEBUG : dir/file1(0x298bea9eb200): _readAt: size=256, off=10 2026/05/06 03:22:24 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/05/06 03:22:24 DEBUG : dir/file1(0x298bea9eb200): >_readAt: n=6, err=EOF 2026/05/06 03:22:24 DEBUG : dir/file1(0x298bea9eb200): _readAt: size=256, off=100 2026/05/06 03:22:24 DEBUG : dir/file1(0x298bea9eb200): >_readAt: n=0, err=EOF 2026/05/06 03:22:24 DEBUG : dir/file1(0x298bea9eb200): close: 2026/05/06 03:22:24 DEBUG : dir/file1(0x298bea9eb200): >close: err= 2026/05/06 03:22:24 DEBUG : dir/file1(0x298bea9eb200): _readAt: size=256, off=100 2026/05/06 03:22:24 DEBUG : dir/file1(0x298bea9eb200): >_readAt: n=0, err=file already closed 2026/05/06 03:22:24 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:24 DEBUG : dir: Looking for writers 2026/05/06 03:22:24 DEBUG : file1: reading active writers 2026/05/06 03:22:24 DEBUG : Looking for writers 2026/05/06 03:22:24 DEBUG : dir: reading active writers 2026/05/06 03:22:24 DEBUG : >WaitForWriters: 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReadAt (0.27s) === RUN TestRWFileHandleFlushRead run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:24 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:24 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:24 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/06 03:22:24 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:24 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:24 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/06 03:22:24 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:24 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:24 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:24 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/06 03:22:24 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/06 03:22:24 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/06 03:22:24 DEBUG : dir/file1: newRWFileHandle: 2026/05/06 03:22:24 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/06 03:22:24 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/06 03:22:24 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/06 03:22:24 DEBUG : dir/file1(0x298bea3332c0): RWFileHandle.Flush 2026/05/06 03:22:24 DEBUG : dir/file1(0x298bea3332c0): _readAt: size=256, off=0 2026/05/06 03:22:24 DEBUG : dir/file1(0x298bea3332c0): openPending: 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:24 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/06 03:22:24 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/06 03:22:24 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/06 03:22:24 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:24 DEBUG : dir/file1(0x298bea3332c0): >openPending: err= 2026/05/06 03:22:24 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/05/06 03:22:24 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/06 03:22:24 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/06 03:22:24 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/06 03:22:24 DEBUG : dir/file1(0x298bea3332c0): >_readAt: n=16, err=EOF 2026/05/06 03:22:24 DEBUG : dir/file1(0x298bea3332c0): RWFileHandle.Flush 2026/05/06 03:22:24 DEBUG : dir/file1(0x298bea3332c0): RWFileHandle.Flush 2026/05/06 03:22:24 DEBUG : dir/file1(0x298bea3332c0): close: 2026/05/06 03:22:24 DEBUG : dir/file1(0x298bea3332c0): >close: err= 2026/05/06 03:22:24 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:24 DEBUG : dir: Looking for writers 2026/05/06 03:22:24 DEBUG : file1: reading active writers 2026/05/06 03:22:24 DEBUG : Looking for writers 2026/05/06 03:22:24 DEBUG : dir: reading active writers 2026/05/06 03:22:24 DEBUG : >WaitForWriters: 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushRead (0.27s) === RUN TestRWFileHandleReleaseRead run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:24 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:24 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:24 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/06 03:22:24 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:24 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:24 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/06 03:22:24 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:24 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:24 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:24 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/06 03:22:24 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/06 03:22:24 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/05/06 03:22:24 DEBUG : dir/file1: newRWFileHandle: 2026/05/06 03:22:24 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/06 03:22:24 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/06 03:22:24 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/06 03:22:24 DEBUG : dir/file1(0x298bea446000): _readAt: size=256, off=0 2026/05/06 03:22:24 DEBUG : dir/file1(0x298bea446000): openPending: 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:24 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/06 03:22:24 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/06 03:22:24 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/06 03:22:24 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:24 DEBUG : dir/file1(0x298bea446000): >openPending: err= 2026/05/06 03:22:24 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/05/06 03:22:24 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/06 03:22:24 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/06 03:22:24 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/05/06 03:22:24 DEBUG : dir/file1(0x298bea446000): >_readAt: n=16, err=EOF 2026/05/06 03:22:24 DEBUG : dir/file1(0x298bea446000): RWFileHandle.Release 2026/05/06 03:22:24 DEBUG : dir/file1(0x298bea446000): close: 2026/05/06 03:22:24 DEBUG : dir/file1(0x298bea446000): >close: err= 2026/05/06 03:22:24 DEBUG : dir/file1(0x298bea446000): RWFileHandle.Release 2026/05/06 03:22:24 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:24 DEBUG : dir: Looking for writers 2026/05/06 03:22:24 DEBUG : file1: reading active writers 2026/05/06 03:22:24 DEBUG : Looking for writers 2026/05/06 03:22:24 DEBUG : dir: reading active writers 2026/05/06 03:22:24 DEBUG : >WaitForWriters: 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseRead (0.24s) === RUN TestRWFileHandleMethodsWrite run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:24 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:24 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:24 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/06 03:22:24 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:24 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:24 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/06 03:22:24 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:24 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:24 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/06 03:22:24 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:24 DEBUG : file1: newRWFileHandle: 2026/05/06 03:22:24 DEBUG : file1(0x298bea9ebe40): openPending: 2026/05/06 03:22:24 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:24 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:24 DEBUG : file1(0x298bea9ebe40): >openPending: err= 2026/05/06 03:22:24 DEBUG : file1: >newRWFileHandle: err= 2026/05/06 03:22:24 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:24 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/06 03:22:24 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/06 03:22:24 DEBUG : file1(0x298bea9ebe40): _writeAt: size=5, off=0 2026/05/06 03:22:24 DEBUG : file1(0x298bea9ebe40): >_writeAt: n=5, err= 2026/05/06 03:22:24 DEBUG : file1(0x298bea9ebe40): _writeAt: size=7, off=5 2026/05/06 03:22:24 DEBUG : file1(0x298bea9ebe40): >_writeAt: n=7, err= 2026/05/06 03:22:24 DEBUG : file1: vfs cache: truncate to size=11 2026/05/06 03:22:24 DEBUG : file1(0x298bea9ebe40): close: 2026/05/06 03:22:24 DEBUG : file1: vfs cache: setting modification time to 2026-05-06 03:22:24.634941717 +0000 UTC m=+25.976763539 2026/05/06 03:22:24 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:24 DEBUG : file1(0x298bea9ebe40): >close: err= 2026/05/06 03:22:24 DEBUG : file1(0x298bea9ebe40): close: 2026/05/06 03:22:24 DEBUG : file1(0x298bea9ebe40): >close: err=file already closed 2026/05/06 03:22:24 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:24 DEBUG : Looking for writers 2026/05/06 03:22:24 DEBUG : file1: reading active writers 2026/05/06 03:22:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/06 03:22:24 DEBUG : Looking for writers 2026/05/06 03:22:24 DEBUG : file1: reading active writers 2026/05/06 03:22:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/06 03:22:24 DEBUG : Looking for writers 2026/05/06 03:22:24 DEBUG : file1: reading active writers 2026/05/06 03:22:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/06 03:22:24 DEBUG : Looking for writers 2026/05/06 03:22:24 DEBUG : file1: reading active writers 2026/05/06 03:22:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/06 03:22:24 DEBUG : file1: vfs cache: starting upload 2026/05/06 03:22:24 DEBUG : file1.036c7c22.partial: size = 11 OK 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/file1.036c7c22.partial" 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/file1.036c7c22.partial 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/file1.036c7c22.partial" 2026/05/06 03:22:24 DEBUG : Looking for writers 2026/05/06 03:22:24 DEBUG : file1: reading active writers 2026/05/06 03:22:24 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-payudas9xaqi/file1.036c7c22.partial 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:24 DEBUG : file1.036c7c22.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/06 03:22:24 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/05/06 03:22:24 DEBUG : file1.036c7c22.partial: renamed to: file1 2026/05/06 03:22:24 INFO : file1: Copied (new) 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/file1" 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/file1 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/file1" 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-payudas9xaqi/file1 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:24 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/06 03:22:24 DEBUG : file1: vfs cache: fingerprint now "11,2026-05-06 03:22:24 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/05/06 03:22:24 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/06 03:22:24 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:24 INFO : file1: vfs cache: upload succeeded try #1 2026/05/06 03:22:24 DEBUG : Looking for writers 2026/05/06 03:22:24 DEBUG : file1: reading active writers 2026/05/06 03:22:24 DEBUG : >WaitForWriters: 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/file1" 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/file1 2026/05/06 03:22:24 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/file1" 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-payudas9xaqi/file1 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:25 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/file1" 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/file1 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/file1" 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-payudas9xaqi/file1 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:25 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/05/06 03:22:25 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:25 DEBUG : Looking for writers 2026/05/06 03:22:25 DEBUG : file1: reading active writers 2026/05/06 03:22:25 DEBUG : >WaitForWriters: 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsWrite (0.48s) === RUN TestRWFileHandleWriteAt run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:25 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:25 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:25 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/06 03:22:25 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:25 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:25 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/06 03:22:25 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:25 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:25 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/06 03:22:25 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:25 DEBUG : file1: newRWFileHandle: 2026/05/06 03:22:25 DEBUG : file1(0x298bea06ba80): openPending: 2026/05/06 03:22:25 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:25 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:25 DEBUG : file1(0x298bea06ba80): >openPending: err= 2026/05/06 03:22:25 DEBUG : file1: >newRWFileHandle: err= 2026/05/06 03:22:25 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:25 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/06 03:22:25 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/06 03:22:25 DEBUG : file1(0x298bea06ba80): _writeAt: size=7, off=0 2026/05/06 03:22:25 DEBUG : file1(0x298bea06ba80): >_writeAt: n=7, err= 2026/05/06 03:22:25 DEBUG : file1(0x298bea06ba80): _writeAt: size=6, off=5 2026/05/06 03:22:25 DEBUG : file1(0x298bea06ba80): >_writeAt: n=6, err= 2026/05/06 03:22:25 DEBUG : file1(0x298bea06ba80): close: 2026/05/06 03:22:25 DEBUG : file1: vfs cache: setting modification time to 2026-05-06 03:22:25.110944813 +0000 UTC m=+26.452766635 2026/05/06 03:22:25 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:25 DEBUG : file1(0x298bea06ba80): >close: err= 2026/05/06 03:22:25 DEBUG : file1(0x298bea06ba80): _writeAt: size=5, off=0 2026/05/06 03:22:25 DEBUG : file1(0x298bea06ba80): >_writeAt: n=0, err=file already closed 2026/05/06 03:22:25 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:25 DEBUG : Looking for writers 2026/05/06 03:22:25 DEBUG : file1: reading active writers 2026/05/06 03:22:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/06 03:22:25 DEBUG : Looking for writers 2026/05/06 03:22:25 DEBUG : file1: reading active writers 2026/05/06 03:22:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/06 03:22:25 DEBUG : Looking for writers 2026/05/06 03:22:25 DEBUG : file1: reading active writers 2026/05/06 03:22:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/06 03:22:25 DEBUG : Looking for writers 2026/05/06 03:22:25 DEBUG : file1: reading active writers 2026/05/06 03:22:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/06 03:22:25 DEBUG : file1: vfs cache: starting upload 2026/05/06 03:22:25 DEBUG : file1.b35ef061.partial: size = 11 OK 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/file1.b35ef061.partial" 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/file1.b35ef061.partial 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/file1.b35ef061.partial" 2026/05/06 03:22:25 DEBUG : Looking for writers 2026/05/06 03:22:25 DEBUG : file1: reading active writers 2026/05/06 03:22:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-payudas9xaqi/file1.b35ef061.partial 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:25 DEBUG : file1.b35ef061.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/06 03:22:25 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/05/06 03:22:25 DEBUG : file1.b35ef061.partial: renamed to: file1 2026/05/06 03:22:25 INFO : file1: Copied (new) 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/file1" 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/file1 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/file1" 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-payudas9xaqi/file1 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:25 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/06 03:22:25 DEBUG : file1: vfs cache: fingerprint now "11,2026-05-06 03:22:25 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/05/06 03:22:25 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/06 03:22:25 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:25 INFO : file1: vfs cache: upload succeeded try #1 2026/05/06 03:22:25 DEBUG : Looking for writers 2026/05/06 03:22:25 DEBUG : file1: reading active writers 2026/05/06 03:22:25 DEBUG : >WaitForWriters: 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/file1" 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/file1 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/file1" 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-payudas9xaqi/file1 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:25 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/file1" 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/file1 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/file1" 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-payudas9xaqi/file1 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:25 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/05/06 03:22:25 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:25 DEBUG : Looking for writers 2026/05/06 03:22:25 DEBUG : file1: reading active writers 2026/05/06 03:22:25 DEBUG : >WaitForWriters: 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteAt (0.51s) === RUN TestRWFileHandleWriteNoWrite run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:25 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:25 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:25 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/06 03:22:25 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:25 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:25 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/06 03:22:25 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:25 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:25 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/06 03:22:25 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:25 DEBUG : file1: newRWFileHandle: 2026/05/06 03:22:25 DEBUG : file1(0x298bea4477c0): openPending: 2026/05/06 03:22:25 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:25 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:25 DEBUG : file1(0x298bea4477c0): >openPending: err= 2026/05/06 03:22:25 DEBUG : file1: >newRWFileHandle: err= 2026/05/06 03:22:25 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:25 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/06 03:22:25 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/06 03:22:25 DEBUG : file1(0x298bea4477c0): close: 2026/05/06 03:22:25 DEBUG : file1: vfs cache: setting modification time to 2026-05-06 03:22:25.621934204 +0000 UTC m=+26.963756026 2026/05/06 03:22:25 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:25 DEBUG : file1(0x298bea4477c0): >close: err= 2026/05/06 03:22:25 DEBUG : file2: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/05/06 03:22:25 DEBUG : file2: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/06 03:22:25 DEBUG : file2: newRWFileHandle: 2026/05/06 03:22:25 DEBUG : file2(0x298bea447c40): openPending: 2026/05/06 03:22:25 DEBUG : file2: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:25 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/05/06 03:22:25 DEBUG : file2(0x298bea447c40): >openPending: err= 2026/05/06 03:22:25 DEBUG : file2: >newRWFileHandle: err= 2026/05/06 03:22:25 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/05/06 03:22:25 DEBUG : file2: >Open: fd=file2 (rw), err= 2026/05/06 03:22:25 DEBUG : file2: >OpenFile: fd=file2 (rw), err= 2026/05/06 03:22:25 DEBUG : file2(0x298bea447c40): RWFileHandle.Flush 2026/05/06 03:22:25 DEBUG : file2(0x298bea447c40): RWFileHandle.Release 2026/05/06 03:22:25 DEBUG : file2(0x298bea447c40): close: 2026/05/06 03:22:25 DEBUG : file2: vfs cache: setting modification time to 2026-05-06 03:22:25.62600501 +0000 UTC m=+26.967826833 2026/05/06 03:22:25 INFO : file2: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:25 DEBUG : file2(0x298bea447c40): >close: err= 2026/05/06 03:22:25 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:25 DEBUG : Looking for writers 2026/05/06 03:22:25 DEBUG : file1: reading active writers 2026/05/06 03:22:25 DEBUG : file2: reading active writers 2026/05/06 03:22:25 DEBUG : Still 0 writers active and 2 cache items in use, waiting 10ms 2026/05/06 03:22:25 DEBUG : Looking for writers 2026/05/06 03:22:25 DEBUG : file2: reading active writers 2026/05/06 03:22:25 DEBUG : file1: reading active writers 2026/05/06 03:22:25 DEBUG : Still 0 writers active and 2 cache items in use, waiting 20ms 2026/05/06 03:22:25 DEBUG : Looking for writers 2026/05/06 03:22:25 DEBUG : file1: reading active writers 2026/05/06 03:22:25 DEBUG : file2: reading active writers 2026/05/06 03:22:25 DEBUG : Still 0 writers active and 2 cache items in use, waiting 40ms 2026/05/06 03:22:25 DEBUG : Looking for writers 2026/05/06 03:22:25 DEBUG : file1: reading active writers 2026/05/06 03:22:25 DEBUG : file2: reading active writers 2026/05/06 03:22:25 DEBUG : Still 0 writers active and 2 cache items in use, waiting 80ms 2026/05/06 03:22:25 DEBUG : file2: vfs cache: starting upload 2026/05/06 03:22:25 DEBUG : file1: vfs cache: starting upload 2026/05/06 03:22:25 DEBUG : file1.47bc8a2b.partial: size = 0 OK 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/file1.47bc8a2b.partial" 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/file1.47bc8a2b.partial 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/file1.47bc8a2b.partial" 2026/05/06 03:22:25 DEBUG : file2.f0851aa2.partial: size = 0 OK 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/file2.f0851aa2.partial" 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/file2.f0851aa2.partial 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/file2.f0851aa2.partial" 2026/05/06 03:22:25 DEBUG : Looking for writers 2026/05/06 03:22:25 DEBUG : file2: reading active writers 2026/05/06 03:22:25 DEBUG : file1: reading active writers 2026/05/06 03:22:25 DEBUG : Still 0 writers active and 2 cache items in use, waiting 160ms 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-payudas9xaqi/file2.f0851aa2.partial 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:25 DEBUG : file2.f0851aa2.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/06 03:22:25 DEBUG : file2: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/06 03:22:25 DEBUG : file2.f0851aa2.partial: renamed to: file2 2026/05/06 03:22:25 INFO : file2: Copied (new) 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/file2" 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/file2 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/file2" 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-payudas9xaqi/file1.47bc8a2b.partial 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:25 DEBUG : file1.47bc8a2b.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/06 03:22:25 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/06 03:22:25 DEBUG : file1.47bc8a2b.partial: renamed to: file1 2026/05/06 03:22:25 INFO : file1: Copied (new) 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/file1" 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/file1 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/file1" 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-payudas9xaqi/file2 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:25 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/06 03:22:25 DEBUG : file2: vfs cache: fingerprint now "0,2026-05-06 03:22:25 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/05/06 03:22:25 DEBUG : file2: vfs cache: writeback object to VFS layer 2026/05/06 03:22:25 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/05/06 03:22:25 INFO : file2: vfs cache: upload succeeded try #1 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-payudas9xaqi/file1 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:25 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/06 03:22:25 DEBUG : file1: vfs cache: fingerprint now "0,2026-05-06 03:22:25 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/05/06 03:22:25 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/06 03:22:25 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:25 INFO : file1: vfs cache: upload succeeded try #1 2026/05/06 03:22:25 DEBUG : Looking for writers 2026/05/06 03:22:25 DEBUG : file1: reading active writers 2026/05/06 03:22:25 DEBUG : file2: reading active writers 2026/05/06 03:22:25 DEBUG : >WaitForWriters: 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/file1" 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/file1 2026/05/06 03:22:25 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/file1" 2026/05/06 03:22:26 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:26 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-payudas9xaqi/file1 2026/05/06 03:22:26 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:26 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/06 03:22:26 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/file1" 2026/05/06 03:22:26 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:26 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/file1 2026/05/06 03:22:26 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/file1" 2026/05/06 03:22:26 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:26 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-payudas9xaqi/file1 2026/05/06 03:22:26 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:26 DEBUG : file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/05/06 03:22:26 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/file2" 2026/05/06 03:22:26 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:26 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/file2 2026/05/06 03:22:26 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/file2" 2026/05/06 03:22:26 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:26 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-payudas9xaqi/file2 2026/05/06 03:22:26 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:26 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/06 03:22:26 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/file2" 2026/05/06 03:22:26 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:26 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/file2 2026/05/06 03:22:26 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/file2" 2026/05/06 03:22:26 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:26 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-payudas9xaqi/file2 2026/05/06 03:22:26 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:26 DEBUG : file2: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/05/06 03:22:26 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:26 DEBUG : Looking for writers 2026/05/06 03:22:26 DEBUG : file1: reading active writers 2026/05/06 03:22:26 DEBUG : file2: reading active writers 2026/05/06 03:22:26 DEBUG : >WaitForWriters: 2026/05/06 03:22:26 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteNoWrite (0.68s) === RUN TestRWFileHandleFlushWrite run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:26 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:26 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/06 03:22:26 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:26 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:26 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:26 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/06 03:22:26 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:26 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:26 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/06 03:22:26 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:26 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:26 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/06 03:22:26 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:26 DEBUG : file1: newRWFileHandle: 2026/05/06 03:22:26 DEBUG : file1(0x298be9f77d40): openPending: 2026/05/06 03:22:26 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:26 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:26 DEBUG : file1(0x298be9f77d40): >openPending: err= 2026/05/06 03:22:26 DEBUG : file1: >newRWFileHandle: err= 2026/05/06 03:22:26 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:26 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/06 03:22:26 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/06 03:22:26 DEBUG : file1(0x298be9f77d40): _writeAt: size=5, off=0 2026/05/06 03:22:26 DEBUG : file1(0x298be9f77d40): >_writeAt: n=5, err= 2026/05/06 03:22:26 DEBUG : file1(0x298be9f77d40): RWFileHandle.Flush 2026/05/06 03:22:26 DEBUG : file1(0x298be9f77d40): RWFileHandle.Flush 2026/05/06 03:22:26 DEBUG : file1(0x298be9f77d40): close: 2026/05/06 03:22:26 DEBUG : file1: vfs cache: setting modification time to 2026-05-06 03:22:26.30680598 +0000 UTC m=+27.648627802 2026/05/06 03:22:26 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:26 DEBUG : file1(0x298be9f77d40): >close: err= 2026/05/06 03:22:26 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:26 DEBUG : Looking for writers 2026/05/06 03:22:26 DEBUG : file1: reading active writers 2026/05/06 03:22:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/06 03:22:26 DEBUG : Looking for writers 2026/05/06 03:22:26 DEBUG : file1: reading active writers 2026/05/06 03:22:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/06 03:22:26 DEBUG : Looking for writers 2026/05/06 03:22:26 DEBUG : file1: reading active writers 2026/05/06 03:22:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/06 03:22:26 DEBUG : Looking for writers 2026/05/06 03:22:26 DEBUG : file1: reading active writers 2026/05/06 03:22:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/06 03:22:26 DEBUG : file1: vfs cache: starting upload 2026/05/06 03:22:26 DEBUG : file1.da0b08e1.partial: size = 5 OK 2026/05/06 03:22:26 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/file1.da0b08e1.partial" 2026/05/06 03:22:26 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:26 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/file1.da0b08e1.partial 2026/05/06 03:22:26 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/file1.da0b08e1.partial" 2026/05/06 03:22:26 DEBUG : Looking for writers 2026/05/06 03:22:26 DEBUG : file1: reading active writers 2026/05/06 03:22:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/06 03:22:26 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:26 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-payudas9xaqi/file1.da0b08e1.partial 2026/05/06 03:22:26 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:26 DEBUG : file1.da0b08e1.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/06 03:22:26 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/06 03:22:26 DEBUG : file1.da0b08e1.partial: renamed to: file1 2026/05/06 03:22:26 INFO : file1: Copied (new) 2026/05/06 03:22:26 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/file1" 2026/05/06 03:22:26 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:26 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/file1 2026/05/06 03:22:26 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/file1" 2026/05/06 03:22:26 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:26 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-payudas9xaqi/file1 2026/05/06 03:22:26 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:26 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/06 03:22:26 DEBUG : file1: vfs cache: fingerprint now "5,2026-05-06 03:22:26 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/06 03:22:26 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/06 03:22:26 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:26 INFO : file1: vfs cache: upload succeeded try #1 2026/05/06 03:22:26 DEBUG : Looking for writers 2026/05/06 03:22:26 DEBUG : file1: reading active writers 2026/05/06 03:22:26 DEBUG : >WaitForWriters: 2026/05/06 03:22:26 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushWrite (0.32s) === RUN TestRWFileHandleReleaseWrite run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:26 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:26 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/06 03:22:26 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:26 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:26 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:26 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/06 03:22:26 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:26 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:26 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/06 03:22:26 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:26 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:26 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/06 03:22:26 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:26 DEBUG : file1: newRWFileHandle: 2026/05/06 03:22:26 DEBUG : file1(0x298bea332d80): openPending: 2026/05/06 03:22:26 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:26 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:26 DEBUG : file1(0x298bea332d80): >openPending: err= 2026/05/06 03:22:26 DEBUG : file1: >newRWFileHandle: err= 2026/05/06 03:22:26 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:26 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/06 03:22:26 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/06 03:22:26 DEBUG : file1(0x298bea332d80): _writeAt: size=5, off=0 2026/05/06 03:22:26 DEBUG : file1(0x298bea332d80): >_writeAt: n=5, err= 2026/05/06 03:22:26 DEBUG : file1(0x298bea332d80): RWFileHandle.Release 2026/05/06 03:22:26 DEBUG : file1(0x298bea332d80): close: 2026/05/06 03:22:26 DEBUG : file1: vfs cache: setting modification time to 2026-05-06 03:22:26.628211312 +0000 UTC m=+27.970033134 2026/05/06 03:22:26 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:26 DEBUG : file1(0x298bea332d80): >close: err= 2026/05/06 03:22:26 DEBUG : file1(0x298bea332d80): RWFileHandle.Release 2026/05/06 03:22:26 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:26 DEBUG : Looking for writers 2026/05/06 03:22:26 DEBUG : file1: reading active writers 2026/05/06 03:22:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/06 03:22:26 DEBUG : Looking for writers 2026/05/06 03:22:26 DEBUG : file1: reading active writers 2026/05/06 03:22:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/06 03:22:26 DEBUG : Looking for writers 2026/05/06 03:22:26 DEBUG : file1: reading active writers 2026/05/06 03:22:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/06 03:22:26 DEBUG : Looking for writers 2026/05/06 03:22:26 DEBUG : file1: reading active writers 2026/05/06 03:22:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/06 03:22:26 DEBUG : file1: vfs cache: starting upload 2026/05/06 03:22:26 DEBUG : file1.7bc7f95a.partial: size = 5 OK 2026/05/06 03:22:26 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/file1.7bc7f95a.partial" 2026/05/06 03:22:26 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:26 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/file1.7bc7f95a.partial 2026/05/06 03:22:26 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/file1.7bc7f95a.partial" 2026/05/06 03:22:26 DEBUG : Looking for writers 2026/05/06 03:22:26 DEBUG : file1: reading active writers 2026/05/06 03:22:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/06 03:22:26 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:26 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-payudas9xaqi/file1.7bc7f95a.partial 2026/05/06 03:22:26 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:26 DEBUG : file1.7bc7f95a.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/06 03:22:26 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/06 03:22:26 DEBUG : file1.7bc7f95a.partial: renamed to: file1 2026/05/06 03:22:26 INFO : file1: Copied (new) 2026/05/06 03:22:26 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/file1" 2026/05/06 03:22:26 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:26 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/file1 2026/05/06 03:22:26 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/file1" 2026/05/06 03:22:26 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:26 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-payudas9xaqi/file1 2026/05/06 03:22:26 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:26 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/06 03:22:26 DEBUG : file1: vfs cache: fingerprint now "5,2026-05-06 03:22:26 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/06 03:22:26 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/06 03:22:26 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:26 INFO : file1: vfs cache: upload succeeded try #1 2026/05/06 03:22:26 DEBUG : Looking for writers 2026/05/06 03:22:26 DEBUG : file1: reading active writers 2026/05/06 03:22:26 DEBUG : >WaitForWriters: 2026/05/06 03:22:26 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseWrite (0.32s) === RUN TestRWFileHandleSizeTruncateExisting run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:26 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:26 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/06 03:22:26 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:26 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:26 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:26 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/06 03:22:26 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:26 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:26 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/06 03:22:26 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:26 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/06 03:22:26 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:26 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:26 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:26 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:27 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:27 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:27 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:27 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/06 03:22:27 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:27 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:27 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:27 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:27 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:27 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:27 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:27 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/06 03:22:27 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rwxrwxrwx 2026/05/06 03:22:27 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/05/06 03:22:27 DEBUG : dir/file1: newRWFileHandle: 2026/05/06 03:22:27 DEBUG : dir/file1(0x298bea616d00): openPending: 2026/05/06 03:22:27 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:27 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:27 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:27 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:27 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:27 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:27 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:27 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/06 03:22:27 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/06 03:22:27 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/06 03:22:27 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:27 DEBUG : dir/file1(0x298bea616d00): >openPending: err= 2026/05/06 03:22:27 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/05/06 03:22:27 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/06 03:22:27 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/06 03:22:27 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/06 03:22:27 DEBUG : dir/file1(0x298bea616d00): _writeAt: size=5, off=0 2026/05/06 03:22:27 DEBUG : dir/file1(0x298bea616d00): >_writeAt: n=5, err= 2026/05/06 03:22:27 DEBUG : dir/file1(0x298bea616d00): close: 2026/05/06 03:22:27 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:27 DEBUG : dir/file1: vfs cache: setting modification time to 2026-05-06 03:22:27.201810135 +0000 UTC m=+28.543631958 2026/05/06 03:22:27 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:27 DEBUG : dir/file1(0x298bea616d00): >close: err= 2026/05/06 03:22:27 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:27 DEBUG : dir: Looking for writers 2026/05/06 03:22:27 DEBUG : file1: reading active writers 2026/05/06 03:22:27 DEBUG : Looking for writers 2026/05/06 03:22:27 DEBUG : dir: reading active writers 2026/05/06 03:22:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/06 03:22:27 DEBUG : dir: Looking for writers 2026/05/06 03:22:27 DEBUG : file1: reading active writers 2026/05/06 03:22:27 DEBUG : Looking for writers 2026/05/06 03:22:27 DEBUG : dir: reading active writers 2026/05/06 03:22:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/06 03:22:27 DEBUG : dir: Looking for writers 2026/05/06 03:22:27 DEBUG : file1: reading active writers 2026/05/06 03:22:27 DEBUG : Looking for writers 2026/05/06 03:22:27 DEBUG : dir: reading active writers 2026/05/06 03:22:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/06 03:22:27 DEBUG : dir: Looking for writers 2026/05/06 03:22:27 DEBUG : file1: reading active writers 2026/05/06 03:22:27 DEBUG : Looking for writers 2026/05/06 03:22:27 DEBUG : dir: reading active writers 2026/05/06 03:22:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/06 03:22:27 DEBUG : dir/file1: vfs cache: starting upload 2026/05/06 03:22:27 DEBUG : dir/file1.30f56405.partial: size = 5 OK 2026/05/06 03:22:27 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1.30f56405.partial" 2026/05/06 03:22:27 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:27 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1.30f56405.partial 2026/05/06 03:22:27 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1.30f56405.partial" 2026/05/06 03:22:27 DEBUG : dir: Looking for writers 2026/05/06 03:22:27 DEBUG : file1: reading active writers 2026/05/06 03:22:27 DEBUG : Looking for writers 2026/05/06 03:22:27 DEBUG : dir: reading active writers 2026/05/06 03:22:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/06 03:22:27 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:27 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-payudas9xaqi/dir/file1.30f56405.partial 2026/05/06 03:22:27 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:27 DEBUG : dir/file1.30f56405.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/06 03:22:27 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/06 03:22:27 DEBUG : dir/file1.30f56405.partial: renamed to: dir/file1 2026/05/06 03:22:27 INFO : dir/file1: Copied (replaced existing) 2026/05/06 03:22:27 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:27 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:27 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:27 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:27 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:27 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:27 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:27 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/06 03:22:27 DEBUG : dir/file1: vfs cache: fingerprint now "5,2026-05-06 03:22:27 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/06 03:22:27 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/06 03:22:27 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:27 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/06 03:22:27 DEBUG : dir: Looking for writers 2026/05/06 03:22:27 DEBUG : file1: reading active writers 2026/05/06 03:22:27 DEBUG : Looking for writers 2026/05/06 03:22:27 DEBUG : dir: reading active writers 2026/05/06 03:22:27 DEBUG : >WaitForWriters: 2026/05/06 03:22:27 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeTruncateExisting (0.58s) === RUN TestRWFileHandleSizeCreateExisting run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:27 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:27 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/06 03:22:27 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:27 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:27 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:27 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/06 03:22:27 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:27 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:27 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/06 03:22:27 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:27 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/06 03:22:27 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:27 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:27 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:27 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:27 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:27 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:27 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:27 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/06 03:22:27 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:27 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:27 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:27 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:27 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:27 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:27 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:27 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/05/06 03:22:27 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:27 DEBUG : dir/file1: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:27 DEBUG : dir/file1: newRWFileHandle: 2026/05/06 03:22:27 DEBUG : dir/file1: >newRWFileHandle: err= 2026/05/06 03:22:27 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:27 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/05/06 03:22:27 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/05/06 03:22:27 DEBUG : dir/file1(0x298bea06a900): _writeAt: size=5, off=0 2026/05/06 03:22:27 DEBUG : dir/file1(0x298bea06a900): openPending: 2026/05/06 03:22:27 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:27 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:27 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:27 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:27 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:27 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:27 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:27 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/05/06 03:22:27 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/05/06 03:22:27 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/05/06 03:22:27 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:27 DEBUG : dir/file1(0x298bea06a900): >openPending: err= 2026/05/06 03:22:27 DEBUG : dir/file1(0x298bea06a900): >_writeAt: n=5, err= 2026/05/06 03:22:27 DEBUG : dir/file1(0x298bea06a900): _writeAt: size=15, off=5 2026/05/06 03:22:27 DEBUG : dir/file1(0x298bea06a900): >_writeAt: n=15, err= 2026/05/06 03:22:27 DEBUG : dir/file1(0x298bea06a900): close: 2026/05/06 03:22:27 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [{Pos:0 Size:20}] - present true 2026/05/06 03:22:27 DEBUG : dir/file1: vfs cache: setting modification time to 2026-05-06 03:22:27.822215141 +0000 UTC m=+29.164036963 2026/05/06 03:22:27 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:27 DEBUG : dir/file1(0x298bea06a900): >close: err= 2026/05/06 03:22:27 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:27 DEBUG : dir: Looking for writers 2026/05/06 03:22:27 DEBUG : file1: reading active writers 2026/05/06 03:22:27 DEBUG : Looking for writers 2026/05/06 03:22:27 DEBUG : dir: reading active writers 2026/05/06 03:22:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/06 03:22:27 DEBUG : dir: Looking for writers 2026/05/06 03:22:27 DEBUG : file1: reading active writers 2026/05/06 03:22:27 DEBUG : Looking for writers 2026/05/06 03:22:27 DEBUG : dir: reading active writers 2026/05/06 03:22:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/06 03:22:27 DEBUG : dir: Looking for writers 2026/05/06 03:22:27 DEBUG : file1: reading active writers 2026/05/06 03:22:27 DEBUG : Looking for writers 2026/05/06 03:22:27 DEBUG : dir: reading active writers 2026/05/06 03:22:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/06 03:22:27 DEBUG : dir: Looking for writers 2026/05/06 03:22:27 DEBUG : file1: reading active writers 2026/05/06 03:22:27 DEBUG : Looking for writers 2026/05/06 03:22:27 DEBUG : dir: reading active writers 2026/05/06 03:22:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/06 03:22:27 DEBUG : dir/file1: vfs cache: starting upload 2026/05/06 03:22:27 DEBUG : dir/file1.84d6f96a.partial: size = 20 OK 2026/05/06 03:22:27 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1.84d6f96a.partial" 2026/05/06 03:22:27 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:27 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1.84d6f96a.partial 2026/05/06 03:22:27 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1.84d6f96a.partial" 2026/05/06 03:22:27 DEBUG : dir: Looking for writers 2026/05/06 03:22:27 DEBUG : file1: reading active writers 2026/05/06 03:22:27 DEBUG : Looking for writers 2026/05/06 03:22:27 DEBUG : dir: reading active writers 2026/05/06 03:22:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/06 03:22:28 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:28 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-payudas9xaqi/dir/file1.84d6f96a.partial 2026/05/06 03:22:28 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:28 DEBUG : dir/file1.84d6f96a.partial: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/05/06 03:22:28 DEBUG : dir/file1: md5 = 5198435b5c4e591523b7f5435cc07e88 OK 2026/05/06 03:22:28 DEBUG : dir/file1.84d6f96a.partial: renamed to: dir/file1 2026/05/06 03:22:28 INFO : dir/file1: Copied (replaced existing) 2026/05/06 03:22:28 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:28 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:28 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:28 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:28 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:28 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:28 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:28 DEBUG : dir/file1: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/05/06 03:22:28 DEBUG : dir/file1: vfs cache: fingerprint now "20,2026-05-06 03:22:27 +0000 UTC,5198435b5c4e591523b7f5435cc07e88" 2026/05/06 03:22:28 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/05/06 03:22:28 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:28 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/05/06 03:22:28 DEBUG : dir: Looking for writers 2026/05/06 03:22:28 DEBUG : file1: reading active writers 2026/05/06 03:22:28 DEBUG : Looking for writers 2026/05/06 03:22:28 DEBUG : dir: reading active writers 2026/05/06 03:22:28 DEBUG : >WaitForWriters: 2026/05/06 03:22:28 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateExisting (0.62s) === RUN TestRWFileHandleSizeCreateNew run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:28 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:28 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/06 03:22:28 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:28 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:28 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:28 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/06 03:22:28 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:28 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:28 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/06 03:22:28 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:28 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/06 03:22:28 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : file1: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : file1(0x298bea4464c0): openPending: 2026/05/06 03:22:28 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:28 DEBUG : file1(0x298bea4464c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : file1: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:28 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/06 03:22:28 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/06 03:22:28 DEBUG : file1(0x298bea4464c0): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : file1(0x298bea4464c0): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : file1(0x298bea4464c0): close: 2026/05/06 03:22:28 DEBUG : file1: vfs cache: setting modification time to 2026-05-06 03:22:28.142588433 +0000 UTC m=+29.484410255 2026/05/06 03:22:28 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : file1(0x298bea4464c0): >close: err= 2026/05/06 03:22:28 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:28 DEBUG : Looking for writers 2026/05/06 03:22:28 DEBUG : file1: reading active writers 2026/05/06 03:22:28 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/06 03:22:28 DEBUG : Looking for writers 2026/05/06 03:22:28 DEBUG : file1: reading active writers 2026/05/06 03:22:28 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/06 03:22:28 DEBUG : Looking for writers 2026/05/06 03:22:28 DEBUG : file1: reading active writers 2026/05/06 03:22:28 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/06 03:22:28 DEBUG : Looking for writers 2026/05/06 03:22:28 DEBUG : file1: reading active writers 2026/05/06 03:22:28 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/06 03:22:28 DEBUG : file1: vfs cache: starting upload 2026/05/06 03:22:28 DEBUG : file1.ab7d4a20.partial: size = 5 OK 2026/05/06 03:22:28 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/file1.ab7d4a20.partial" 2026/05/06 03:22:28 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:28 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/file1.ab7d4a20.partial 2026/05/06 03:22:28 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/file1.ab7d4a20.partial" 2026/05/06 03:22:28 DEBUG : Looking for writers 2026/05/06 03:22:28 DEBUG : file1: reading active writers 2026/05/06 03:22:28 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/06 03:22:28 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:28 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-payudas9xaqi/file1.ab7d4a20.partial 2026/05/06 03:22:28 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:28 DEBUG : file1.ab7d4a20.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/06 03:22:28 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/06 03:22:28 DEBUG : file1.ab7d4a20.partial: renamed to: file1 2026/05/06 03:22:28 INFO : file1: Copied (new) 2026/05/06 03:22:28 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/file1" 2026/05/06 03:22:28 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:28 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/file1 2026/05/06 03:22:28 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/file1" 2026/05/06 03:22:28 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:28 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-payudas9xaqi/file1 2026/05/06 03:22:28 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:28 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/06 03:22:28 DEBUG : file1: vfs cache: fingerprint now "5,2026-05-06 03:22:28 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/06 03:22:28 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:28 INFO : file1: vfs cache: upload succeeded try #1 2026/05/06 03:22:28 DEBUG : Looking for writers 2026/05/06 03:22:28 DEBUG : file1: reading active writers 2026/05/06 03:22:28 DEBUG : >WaitForWriters: 2026/05/06 03:22:28 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateNew (0.32s) === RUN TestRWFileHandleOpenTests === RUN TestRWFileHandleOpenTests/writes run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:28 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:28 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/06 03:22:28 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:28 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:28 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:28 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/06 03:22:28 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:28 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:28 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/06 03:22:28 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY 2026/05/06 03:22:28 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea447580): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea447580): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea447580): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea447580): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea447580): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.461572259 +0000 UTC m=+29.803394081 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea447580): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea447a00): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea447a00): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea447a00): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea447a00): >_readAt: n=2, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea447a00): _writeAt: size=3, off=2 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea447a00): >_writeAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea447a00): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.461572259 +0000 UTC m=+29.803394081 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea447a00): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea447ec0): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea447ec0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea447ec0): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea447ec0): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea447ec0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.461572259 +0000 UTC m=+29.803394081 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea447ec0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea396460 item 1 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea3d4600): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea3d4600): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea3d4600): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea3d4600): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea3d4600): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.46357195 +0000 UTC m=+29.805393772 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea3d4600): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea3d4b00): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea3d4b00): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea3d4b00): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea3d4b00): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea3d4b00): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.46357195 +0000 UTC m=+29.805393772 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea3d4b00): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea3969a0 item 2 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea3d5140): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea3d5140): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea3d5140): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea3d5140): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea3d5140): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.46527042 +0000 UTC m=+29.807092242 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea3d5140): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea3d55c0): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea3d55c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea3d55c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea3d55c0): >_readAt: n=2, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea3d55c0): _writeAt: size=3, off=2 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea3d55c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea3d55c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.46527042 +0000 UTC m=+29.807092242 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea3d55c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea3d5a80): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea3d5a80): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea3d5a80): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea3d5a80): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea3d5a80): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.46527042 +0000 UTC m=+29.807092242 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea3d5a80): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea3975e0 item 3 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea43c200): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea43c200): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea43c200): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea43c200): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea43c200): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.46697823 +0000 UTC m=+29.808800052 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea43c200): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea43c740): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea43c740): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea43c740): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea43c740): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea43c740): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.46697823 +0000 UTC m=+29.808800052 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea43c740): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea397c70 item 4 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea43cd80): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea43cd80): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea43cd80): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea43cd80): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea43cd80): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.468809331 +0000 UTC m=+29.810631153 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea43cd80): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea43d200): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea43d200): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea43d200): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea43d200): >_readAt: n=2, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea43d200): _writeAt: size=3, off=2 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea43d200): >_writeAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea43d200): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.468809331 +0000 UTC m=+29.810631153 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea43d200): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea43d6c0): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea43d6c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea43d6c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea43d6c0): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea43d6c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.468809331 +0000 UTC m=+29.810631153 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea43d6c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea9602a0 item 5 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea43dd40): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea43dd40): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea43dd40): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea43dd40): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea43dd40): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.471001987 +0000 UTC m=+29.812823808 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea43dd40): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea468380): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea468380): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea468380): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea468380): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea468380): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.471001987 +0000 UTC m=+29.812823808 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea468380): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea960850 item 6 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea468a00): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea468a00): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea468a00): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea468a00): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea468a00): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.472393077 +0000 UTC m=+29.814214909 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea468a00): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea468f00): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea468f00): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea468f00): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea468f00): >_readAt: n=2, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea468f00): _writeAt: size=3, off=2 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea468f00): >_writeAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea468f00): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.472393077 +0000 UTC m=+29.814214909 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea468f00): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4693c0): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4693c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4693c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4693c0): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4693c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.472393077 +0000 UTC m=+29.814214909 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4693c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea960bd0 item 7 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea469a40): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea469a40): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea469a40): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea469a40): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea469a40): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.474309521 +0000 UTC m=+29.816131342 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea469a40): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea488080): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea488080): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea488080): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea488080): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea488080): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.474309521 +0000 UTC m=+29.816131342 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea488080): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea961180 item 8 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea488640): _readAt: size=2, off=0 2026/05/06 03:22:28 ERROR : open-test-file(0x298bea488640): Couldn't read size of file 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea488640): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea488640): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea488640): >_writeAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea488640): close: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea488640): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea488a00): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea488a00): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea488a00): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea488a00): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea488a00): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.476028972 +0000 UTC m=+29.817850793 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea488a00): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea488e80): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea488e80): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea488e80): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea488e80): >_readAt: n=2, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea488e80): _writeAt: size=3, off=2 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea488e80): >_writeAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea488e80): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.476028972 +0000 UTC m=+29.817850793 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea488e80): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea489380): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea489380): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea489380): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea489380): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea489380): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.476028972 +0000 UTC m=+29.817850793 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea489380): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea9615e0 item 9 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea489a00): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea489a00): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea489a00): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea489a00): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea489a00): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.478487279 +0000 UTC m=+29.820309121 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea489a00): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4da040): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4da040): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4da040): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4da040): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4da040): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.478487279 +0000 UTC m=+29.820309121 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4da040): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea961b90 item 10 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4da680): _readAt: size=2, off=0 2026/05/06 03:22:28 ERROR : open-test-file(0x298bea4da680): Couldn't read size of file 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4da680): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4da680): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4da680): >_writeAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4da680): close: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4da680): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4daa40): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4daa40): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4daa40): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4daa40): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4daa40): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.480321326 +0000 UTC m=+29.822143408 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4daa40): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4daf40): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4daf40): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4daf40): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4daf40): >_readAt: n=2, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4daf40): _writeAt: size=3, off=2 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4daf40): >_writeAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4daf40): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.480321326 +0000 UTC m=+29.822143408 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4daf40): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4db440): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4db440): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4db440): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4db440): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4db440): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.480321326 +0000 UTC m=+29.822143408 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4db440): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298be9c121c0 item 11 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4dbac0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4dbac0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4dbac0): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4dbac0): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4dbac0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.482711033 +0000 UTC m=+29.824532865 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4dbac0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea50a100): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea50a100): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea50a100): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea50a100): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea50a100): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.482711033 +0000 UTC m=+29.824532865 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea50a100): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298be9c13c70 item 12 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fa2c0): _readAt: size=2, off=0 2026/05/06 03:22:28 ERROR : open-test-file(0x298bea5fa2c0): Couldn't read size of file 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fa2c0): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fa2c0): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fa2c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fa2c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fa2c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fa700): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fa700): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fa700): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fa700): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fa700): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.484859446 +0000 UTC m=+29.826681268 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fa700): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fadc0): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fadc0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fadc0): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fadc0): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fadc0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.484859446 +0000 UTC m=+29.826681268 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fadc0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea5c29a0 item 13 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fb440): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fb440): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fb440): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fb440): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fb440): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.486685719 +0000 UTC m=+29.828507551 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fb440): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fb980): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fb980): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fb980): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fb980): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fb980): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.486685719 +0000 UTC m=+29.828507551 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fb980): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea5c2d90 item 14 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a80c0): _readAt: size=2, off=0 2026/05/06 03:22:28 ERROR : open-test-file(0x298bea5a80c0): Couldn't read size of file 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a80c0): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a80c0): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a80c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a80c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a80c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a8480): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a8480): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a8480): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a8480): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a8480): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.489589418 +0000 UTC m=+29.831411240 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a8480): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a8b40): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a8b40): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a8b40): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a8b40): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a8b40): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.489589418 +0000 UTC m=+29.831411240 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a8b40): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea5c31f0 item 15 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 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/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea50a740): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea50a740): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea50a740): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea50a740): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea50a740): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.492591374 +0000 UTC m=+29.834413196 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea50a740): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea50ac80): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea50ac80): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea50ac80): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea50ac80): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea50ac80): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.492591374 +0000 UTC m=+29.834413196 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea50ac80): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298be9f74540 item 16 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea50b2c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea50b2c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea50b2c0): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea50b2c0): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea50b2c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.495372121 +0000 UTC m=+29.837193943 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea50b2c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea50b740): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea50b740): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea50b740): open at offset 5 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea50b740): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea50b740): >_readAt: n=2, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea50b740): _writeAt: size=3, off=7 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea50b740): >_writeAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea50b740): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.495372121 +0000 UTC m=+29.837193943 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea50b740): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea50bc40): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea50bc40): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea50bc40): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea50bc40): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea50bc40): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.495372121 +0000 UTC m=+29.837193943 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea50bc40): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298be9f74e00 item 17 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5443c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5443c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5443c0): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5443c0): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5443c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.499099669 +0000 UTC m=+29.840921490 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5443c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea544900): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea544900): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea544900): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea544900): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea544900): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.499099669 +0000 UTC m=+29.840921490 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea544900): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea3522a0 item 18 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a91c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a91c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a91c0): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a91c0): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a91c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.501554239 +0000 UTC m=+29.843376081 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a91c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a96c0): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a96c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a96c0): open at offset 5 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a96c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a96c0): >_readAt: n=2, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a96c0): _writeAt: size=3, off=7 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a96c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a96c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.501554239 +0000 UTC m=+29.843376081 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a96c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a9bc0): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a9bc0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a9bc0): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a9bc0): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a9bc0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.501554239 +0000 UTC m=+29.843376081 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a9bc0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea5c35e0 item 19 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5da340): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5da340): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5da340): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5da340): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5da340): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.507222275 +0000 UTC m=+29.849044097 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5da340): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5da880): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5da880): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5da880): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5da880): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5da880): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.507222275 +0000 UTC m=+29.849044097 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5da880): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea5c3c70 item 20 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5daf00): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5daf00): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5daf00): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5daf00): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5daf00): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.509858309 +0000 UTC m=+29.851680151 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5daf00): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9ea200): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9ea200): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9ea200): open at offset 5 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9ea200): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9ea200): >_readAt: n=2, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9ea200): _writeAt: size=3, off=7 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9ea200): >_writeAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9ea200): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.509858309 +0000 UTC m=+29.851680151 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9ea200): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9ea700): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9ea700): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9ea700): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9ea700): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9ea700): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.509858309 +0000 UTC m=+29.851680151 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9ea700): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea552000 item 21 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9eae00): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9eae00): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9eae00): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9eae00): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9eae00): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.512650438 +0000 UTC m=+29.854472260 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9eae00): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9eb340): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9eb340): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9eb340): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9eb340): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9eb340): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.512650438 +0000 UTC m=+29.854472260 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9eb340): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea552690 item 22 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9eb9c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9eb9c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9eb9c0): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9eb9c0): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9eb9c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.513961697 +0000 UTC m=+29.855783519 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9eb9c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9ebec0): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9ebec0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9ebec0): open at offset 5 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9ebec0): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9ebec0): >_readAt: n=2, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9ebec0): _writeAt: size=3, off=7 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9ebec0): >_writeAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9ebec0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.513961697 +0000 UTC m=+29.855783519 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9ebec0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6224c0): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6224c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6224c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6224c0): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6224c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.513961697 +0000 UTC m=+29.855783519 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6224c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea552a10 item 23 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 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/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea622bc0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea622bc0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea622bc0): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea622bc0): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea622bc0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.515577451 +0000 UTC m=+29.857399274 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea622bc0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea623100): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea623100): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea623100): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea623100): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea623100): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.515577451 +0000 UTC m=+29.857399274 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea623100): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea5530a0 item 24 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea623740): _readAt: size=2, off=0 2026/05/06 03:22:28 ERROR : open-test-file(0x298bea623740): Couldn't read size of file 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea623740): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea623740): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea623740): >_writeAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea623740): close: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea623740): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea623b00): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea623b00): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea623b00): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea623b00): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea623b00): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.517108567 +0000 UTC m=+29.858930389 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea623b00): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea544100): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea544100): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea544100): open at offset 5 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea544100): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea544100): >_readAt: n=2, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea544100): _writeAt: size=3, off=7 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea544100): >_writeAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea544100): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.517108567 +0000 UTC m=+29.858930389 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea544100): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea544640): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea544640): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea544640): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea544640): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea544640): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.517108567 +0000 UTC m=+29.858930389 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea544640): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea553420 item 25 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea544cc0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea544cc0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea544cc0): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea544cc0): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea544cc0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.518908509 +0000 UTC m=+29.860730332 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea544cc0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5452c0): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5452c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5452c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5452c0): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5452c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.518908509 +0000 UTC m=+29.860730332 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5452c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea553a40 item 26 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea545900): _readAt: size=2, off=0 2026/05/06 03:22:28 ERROR : open-test-file(0x298bea545900): Couldn't read size of file 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea545900): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea545900): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea545900): >_writeAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea545900): close: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea545900): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea545cc0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea545cc0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea545cc0): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea545cc0): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea545cc0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.520318085 +0000 UTC m=+29.862139907 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea545cc0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5da2c0): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5da2c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5da2c0): open at offset 5 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5da2c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5da2c0): >_readAt: n=2, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5da2c0): _writeAt: size=3, off=7 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5da2c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5da2c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.520318085 +0000 UTC m=+29.862139907 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5da2c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5db5c0): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5db5c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5db5c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5db5c0): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5db5c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.520318085 +0000 UTC m=+29.862139907 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5db5c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea0a37a0 item 27 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 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/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5dbc40): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5dbc40): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5dbc40): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5dbc40): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5dbc40): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.52192897 +0000 UTC m=+29.863750792 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5dbc40): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298be9f76640): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298be9f76640): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298be9f76640): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298be9f76640): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298be9f76640): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.52192897 +0000 UTC m=+29.863750792 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298be9f76640): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea3522a0 item 28 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298be9f774c0): _readAt: size=2, off=0 2026/05/06 03:22:28 ERROR : open-test-file(0x298be9f774c0): Couldn't read size of file 2026/05/06 03:22:28 DEBUG : open-test-file(0x298be9f774c0): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298be9f774c0): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298be9f774c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298be9f774c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298be9f774c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298be9f77d00): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298be9f77d00): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298be9f77d00): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298be9f77d00): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298be9f77d00): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.523408337 +0000 UTC m=+29.865230159 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298be9f77d00): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea398680): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea398680): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea398680): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea398680): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea398680): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.523408337 +0000 UTC m=+29.865230159 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea398680): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea352850 item 29 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 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/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea399880): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea399880): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea399880): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea399880): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea399880): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.524587867 +0000 UTC m=+29.866409689 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea399880): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea06a740): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea06a740): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea06a740): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea06a740): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea06a740): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.524587867 +0000 UTC m=+29.866409689 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea06a740): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298be9ef67e0 item 30 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 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/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea06ae80): _readAt: size=2, off=0 2026/05/06 03:22:28 ERROR : open-test-file(0x298bea06ae80): Couldn't read size of file 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea06ae80): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea06ae80): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea06ae80): >_writeAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea06ae80): close: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea06ae80): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea06b240): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea06b240): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea06b240): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea06b240): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea06b240): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.525975951 +0000 UTC m=+29.867797773 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea06b240): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea06bec0): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea06bec0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea06bec0): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea06bec0): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea06bec0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.525975951 +0000 UTC m=+29.867797773 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea06bec0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298be9ef71f0 item 31 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 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/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea332640): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea332640): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea332640): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea332640): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea332640): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.52728147 +0000 UTC m=+29.869103291 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea332640): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea332b80): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea332b80): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea332b80): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea332b80): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea332b80): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.52728147 +0000 UTC m=+29.869103291 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea332b80): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea512000 item 32 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea333240): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea333240): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea333240): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea333240): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea333240): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.528663222 +0000 UTC m=+29.870485045 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea333240): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea3336c0): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea3336c0): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea3336c0): _writeAt: size=3, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea3336c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea3336c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea512460 item 33 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea3336c0): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea3336c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.52926496 +0000 UTC m=+29.871086782 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea3336c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea333bc0): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea333bc0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea333bc0): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea333bc0): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea333bc0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.52926496 +0000 UTC m=+29.871086782 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea333bc0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea512690 item 33 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea446300): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea446300): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea446300): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea446300): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea446300): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.530622286 +0000 UTC m=+29.872444108 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea446300): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea446780): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea446780): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea512b60 item 34 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea446780): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea446780): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea446780): _writeAt: size=3, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea446780): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea446780): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.531334592 +0000 UTC m=+29.873156415 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea446780): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea446cc0): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea446cc0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea446cc0): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea446cc0): >_readAt: n=3, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea446cc0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.531334592 +0000 UTC m=+29.873156415 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea446cc0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea512d20 item 34 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea399d80): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea399d80): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea399d80): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea399d80): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea399d80): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.532868302 +0000 UTC m=+29.874690124 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea399d80): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fa4c0): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fa4c0): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fa4c0): _writeAt: size=3, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fa4c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fa4c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea352d20 item 35 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fa4c0): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fa4c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.533531045 +0000 UTC m=+29.875352867 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fa4c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fa9c0): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fa9c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fa9c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fa9c0): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fa9c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.533531045 +0000 UTC m=+29.875352867 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fa9c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea353110 item 35 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 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-payudas9xaqi/dir/file1: no such file or directory 2026/05/06 03:22:28 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-payudas9xaqi/dir/file1: no such file or directory 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fb040): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fb040): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fb040): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fb040): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fb040): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.535157069 +0000 UTC m=+29.876978892 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fb040): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fb540): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fb540): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea353500 item 36 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fb540): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fb540): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fb540): _writeAt: size=3, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fb540): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fb540): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.535809012 +0000 UTC m=+29.877630834 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fb540): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fba80): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fba80): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fba80): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fba80): >_readAt: n=3, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fba80): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.535809012 +0000 UTC m=+29.877630834 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fba80): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea353880 item 36 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1801c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1801c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1801c0): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1801c0): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1801c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.537533823 +0000 UTC m=+29.879355646 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1801c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea180640): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea180640): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea180640): _writeAt: size=3, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea180640): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea180640): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea353ce0 item 37 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea180640): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea180640): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.53818774 +0000 UTC m=+29.880009562 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea180640): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea180b40): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea180b40): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea180b40): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea180b40): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea180b40): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.53818774 +0000 UTC m=+29.880009562 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea180b40): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea1d2230 item 37 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1811c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1811c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1811c0): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1811c0): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1811c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.539762496 +0000 UTC m=+29.881584318 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1811c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1816c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1816c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea1d2850 item 38 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1816c0): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1816c0): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1816c0): _writeAt: size=3, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1816c0): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1816c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.540460115 +0000 UTC m=+29.882281938 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1816c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea181c00): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea181c00): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea181c00): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea181c00): >_readAt: n=3, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea181c00): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.540460115 +0000 UTC m=+29.882281938 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea181c00): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea1d2a10 item 38 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea192380): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea192380): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea192380): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea192380): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea192380): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.541807162 +0000 UTC m=+29.883628984 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea192380): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea192880): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea192880): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea192880): _writeAt: size=3, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea192880): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea192880): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea1d2e70 item 39 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea192880): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea192880): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.542368434 +0000 UTC m=+29.884190255 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea192880): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea192d80): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea192d80): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea192d80): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea192d80): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea192d80): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.542368434 +0000 UTC m=+29.884190255 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea192d80): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea1d30a0 item 39 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea193400): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea193400): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea193400): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea193400): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea193400): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.543634286 +0000 UTC m=+29.885456108 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea193400): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea193900): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea193900): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea1d3500 item 40 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea193900): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea193900): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea193900): _writeAt: size=3, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea193900): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea193900): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.544240713 +0000 UTC m=+29.886062535 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea193900): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea193e40): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea193e40): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea193e40): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea193e40): >_readAt: n=3, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea193e40): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.544240713 +0000 UTC m=+29.886062535 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea193e40): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea1d37a0 item 40 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1f8500): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1f8500): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1f8500): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1f8500): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1f8500): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1f8500): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1f8500): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.545730831 +0000 UTC m=+29.887552663 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1f8500): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1f8a00): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1f8a00): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1f8a00): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298be9ebe2a0 item 41 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1f8a00): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1f8a00): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.546284307 +0000 UTC m=+29.888106129 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1f8a00): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1f8ec0): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1f8ec0): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1f8ec0): _writeAt: size=3, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1f8ec0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1f8ec0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298be9ebe5b0 item 41 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1f8ec0): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1f8ec0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.546874152 +0000 UTC m=+29.888695974 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1f8ec0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1f9400): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1f9400): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1f9400): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1f9400): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1f9400): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.546874152 +0000 UTC m=+29.888695974 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1f9400): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298be9ebea80 item 41 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1f9a40): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1f9a40): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1f9a40): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1f9a40): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1f9a40): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1f9a40): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1f9a40): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.548465541 +0000 UTC m=+29.890287363 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1f9a40): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22a040): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22a040): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22a040): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea3a82a0 item 42 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22a040): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22a040): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.548985554 +0000 UTC m=+29.890807377 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22a040): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22a580): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22a580): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea3a8540 item 42 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22a580): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22a580): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22a580): _writeAt: size=3, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22a580): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22a580): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.549569899 +0000 UTC m=+29.891391721 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22a580): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22ab00): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22ab00): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22ab00): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22ab00): >_readAt: n=3, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22ab00): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.549569899 +0000 UTC m=+29.891391721 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22ab00): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea3a8700 item 42 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22b140): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22b140): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22b140): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22b140): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22b140): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22b140): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22b140): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.551256217 +0000 UTC m=+29.893078039 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22b140): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22b640): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22b640): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22b640): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea3a8cb0 item 43 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22b640): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22b640): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.551717659 +0000 UTC m=+29.893539481 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22b640): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea447480): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea447480): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea447480): _writeAt: size=3, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea447480): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea447480): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea5130a0 item 43 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea447480): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea447480): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.55244252 +0000 UTC m=+29.894264341 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea447480): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4479c0): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4479c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4479c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4479c0): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4479c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.55244252 +0000 UTC m=+29.894264341 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4479c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea513340 item 43 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea168100): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea168100): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea168100): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea168100): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea168100): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea168100): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea168100): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.553701159 +0000 UTC m=+29.895522981 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea168100): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea168600): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea168600): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea168600): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea513810 item 44 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea168600): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea168600): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.554218277 +0000 UTC m=+29.896040099 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea168600): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea168b40): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea168b40): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea513a40 item 44 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea168b40): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea168b40): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea168b40): _writeAt: size=3, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea168b40): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea168b40): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.554914644 +0000 UTC m=+29.896736466 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea168b40): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1690c0): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1690c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1690c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1690c0): >_readAt: n=3, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1690c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.554914644 +0000 UTC m=+29.896736466 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1690c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea513c70 item 44 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea169700): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea169700): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea169700): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea169700): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea169700): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea169700): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea169700): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.556343375 +0000 UTC m=+29.898165196 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea169700): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea169c00): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea169c00): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea169c00): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298be9f0e310 item 45 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea169c00): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea169c00): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.556847378 +0000 UTC m=+29.898669200 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea169c00): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea288400): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea288400): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea288400): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea288400): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea288400): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.556847378 +0000 UTC m=+29.898669200 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea288400): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298be9f0e770 item 45 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea288a40): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea288a40): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea288a40): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea288a40): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea288a40): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea288a40): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea288a40): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.558465116 +0000 UTC m=+29.900286938 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea288a40): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea288f40): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea288f40): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea288f40): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298be9f0ed20 item 46 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea288f40): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea288f40): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.558999866 +0000 UTC m=+29.900821689 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea288f40): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea289640): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea289640): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea289640): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea289640): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea289640): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.558999866 +0000 UTC m=+29.900821689 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea289640): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298be9f0f2d0 item 46 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea289c80): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea289c80): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea289c80): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea289c80): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea289c80): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea289c80): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea289c80): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.560771707 +0000 UTC m=+29.902593529 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea289c80): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2ae280): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2ae280): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2ae280): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298be9f0f8f0 item 47 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2ae280): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2ae280): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.561320144 +0000 UTC m=+29.903141965 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2ae280): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2ae980): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2ae980): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2ae980): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2ae980): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2ae980): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.561320144 +0000 UTC m=+29.903141965 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2ae980): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298be9f0fce0 item 47 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 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/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22bd00): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22bd00): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22bd00): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22bd00): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22bd00): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22bd00): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22bd00): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.562612617 +0000 UTC m=+29.904434439 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22bd00): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea252300): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea252300): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea252300): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea3a90a0 item 48 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea252300): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea252300): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.563199997 +0000 UTC m=+29.905021819 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea252300): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea252a00): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea252a00): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea252a00): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea252a00): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea252a00): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.563199997 +0000 UTC m=+29.905021819 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea252a00): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea3a92d0 item 48 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea253040): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea253040): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea253040): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea253040): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea253040): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.564558416 +0000 UTC m=+29.906380238 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea253040): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2534c0): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2534c0): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2534c0): _writeAt: size=3, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2534c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2534c0): open at offset 5 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2534c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea3a9b20 item 49 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2534c0): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2534c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.565104258 +0000 UTC m=+29.906926080 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2534c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea253a00): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea253a00): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea253a00): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea253a00): >_readAt: n=8, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea253a00): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.565104258 +0000 UTC m=+29.906926080 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea253a00): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea5ea8c0 item 49 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea272180): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea272180): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea272180): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea272180): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea272180): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.566595598 +0000 UTC m=+29.908417419 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea272180): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea272680): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea272680): open at offset 5 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea272680): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea5eac40 item 50 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea272680): _readAt: size=2, off=5 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea272680): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea272680): _writeAt: size=3, off=5 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea272680): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea272680): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.567232742 +0000 UTC m=+29.909054564 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea272680): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea272c00): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea272c00): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea272c00): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea272c00): >_readAt: n=3, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea272c00): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.567232742 +0000 UTC m=+29.909054564 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea272c00): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea5eae00 item 50 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea273280): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea273280): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea273280): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea273280): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea273280): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.568619284 +0000 UTC m=+29.910441106 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea273280): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea273780): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea273780): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea273780): _writeAt: size=3, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea273780): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea273780): open at offset 5 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea273780): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea5eb3b0 item 51 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea273780): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea273780): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.569334245 +0000 UTC m=+29.911156067 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea273780): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea273cc0): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea273cc0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea273cc0): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea273cc0): >_readAt: n=8, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea273cc0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.569334245 +0000 UTC m=+29.911156067 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea273cc0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea5eb650 item 51 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea306440): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea306440): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea306440): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea306440): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea306440): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.571046783 +0000 UTC m=+29.912868605 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea306440): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea306940): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea306940): open at offset 5 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea306940): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea5eba40 item 52 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea306940): _readAt: size=2, off=5 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea306940): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea306940): _writeAt: size=3, off=5 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea306940): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea306940): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.571575463 +0000 UTC m=+29.913397285 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea306940): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea306ec0): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea306ec0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea306ec0): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea306ec0): >_readAt: n=3, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea306ec0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.571575463 +0000 UTC m=+29.913397285 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea306ec0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea5ebc00 item 52 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea307540): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea307540): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea307540): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea307540): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea307540): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.57377446 +0000 UTC m=+29.915596283 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea307540): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea307a40): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea307a40): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea307a40): _writeAt: size=3, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea307a40): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea307a40): open at offset 5 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea307a40): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298be9f629a0 item 53 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea307a40): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea307a40): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.574631831 +0000 UTC m=+29.916453653 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea307a40): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea400080): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea400080): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea400080): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea400080): >_readAt: n=8, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea400080): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.574631831 +0000 UTC m=+29.916453653 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea400080): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298be9f62cb0 item 53 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea400700): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea400700): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea400700): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea400700): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea400700): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.576326885 +0000 UTC m=+29.918148708 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea400700): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea400c00): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea400c00): open at offset 5 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea400c00): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298be9f633b0 item 54 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea400c00): _readAt: size=2, off=5 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea400c00): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea400c00): _writeAt: size=3, off=5 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea400c00): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea400c00): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.578684002 +0000 UTC m=+29.920505824 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea400c00): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea401180): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea401180): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea401180): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea401180): >_readAt: n=3, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea401180): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.578684002 +0000 UTC m=+29.920505824 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea401180): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298be9f63c00 item 54 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea401800): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea401800): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea401800): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea401800): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea401800): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.582071837 +0000 UTC m=+29.923893660 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea401800): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea401d00): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea401d00): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea401d00): _writeAt: size=3, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea401d00): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea401d00): open at offset 5 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea401d00): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea444930 item 55 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea401d00): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea401d00): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.582811044 +0000 UTC m=+29.924632866 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea401d00): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41a340): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41a340): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41a340): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41a340): >_readAt: n=8, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41a340): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.582811044 +0000 UTC m=+29.924632866 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41a340): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea444af0 item 55 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 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/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41a9c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41a9c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41a9c0): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41a9c0): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41a9c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.584376335 +0000 UTC m=+29.926198177 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41a9c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41aec0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41aec0): open at offset 5 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41aec0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea445030 item 56 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41aec0): _readAt: size=2, off=5 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41aec0): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41aec0): _writeAt: size=3, off=5 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41aec0): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41aec0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.584938016 +0000 UTC m=+29.926759838 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41aec0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41b440): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41b440): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41b440): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41b440): >_readAt: n=3, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41b440): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.584938016 +0000 UTC m=+29.926759838 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41b440): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea4451f0 item 56 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41ba80): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41ba80): open at offset 0 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41ba80): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41ba80): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41ba80): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41ba80): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41ba80): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41ba80): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.586509878 +0000 UTC m=+29.928331700 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41ba80): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4580c0): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4580c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4580c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea445880 item 57 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4580c0): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4580c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.587141573 +0000 UTC m=+29.928963395 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4580c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea458600): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea458600): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea458600): _writeAt: size=3, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea458600): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea458600): open at offset 5 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea458600): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea445a40 item 57 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea458600): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea458600): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.587736637 +0000 UTC m=+29.929558459 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea458600): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea458b80): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea458b80): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea458b80): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea458b80): >_readAt: n=8, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea458b80): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.587736637 +0000 UTC m=+29.929558459 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea458b80): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea445d50 item 57 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4591c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4591c0): open at offset 0 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4591c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4591c0): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4591c0): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4591c0): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4591c0): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4591c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.589279334 +0000 UTC m=+29.931101156 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4591c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea459700): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea459700): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea459700): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea3bc310 item 58 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea459700): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea459700): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.589724887 +0000 UTC m=+29.931546708 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea459700): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea459c40): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea459c40): open at offset 5 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea459c40): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea3bc4d0 item 58 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea459c40): _readAt: size=2, off=5 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea459c40): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea459c40): _writeAt: size=3, off=5 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea459c40): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea459c40): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.590296327 +0000 UTC m=+29.932118149 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea459c40): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea474300): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea474300): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea474300): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea474300): >_readAt: n=3, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea474300): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.590296327 +0000 UTC m=+29.932118149 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea474300): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea3bc700 item 58 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea474940): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea474940): open at offset 0 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea474940): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea474940): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea474940): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea474940): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea474940): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea474940): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.593426434 +0000 UTC m=+29.935248256 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea474940): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea474e80): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea474e80): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea474e80): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea3bcbd0 item 59 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea474e80): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea474e80): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.594074359 +0000 UTC m=+29.935896181 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea474e80): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4753c0): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4753c0): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4753c0): _writeAt: size=3, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4753c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4753c0): open at offset 5 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4753c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea3bcf50 item 59 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4753c0): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4753c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.594715481 +0000 UTC m=+29.936537303 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4753c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea475940): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea475940): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea475940): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea475940): >_readAt: n=8, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea475940): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.594715481 +0000 UTC m=+29.936537303 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea475940): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea3bd1f0 item 59 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 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/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4ba080): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4ba080): open at offset 0 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4ba080): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4ba080): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4ba080): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4ba080): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4ba080): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4ba080): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.596300959 +0000 UTC m=+29.938122781 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4ba080): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4ba5c0): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4ba5c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4ba5c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea3bd9d0 item 60 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4ba5c0): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4ba5c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.596770386 +0000 UTC m=+29.938592208 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4ba5c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4bab00): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4bab00): open at offset 5 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4bab00): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea3bdc00 item 60 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4bab00): _readAt: size=2, off=5 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4bab00): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4bab00): _writeAt: size=3, off=5 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4bab00): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4bab00): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.597382845 +0000 UTC m=+29.939204727 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4bab00): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4bb0c0): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4bb0c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4bb0c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4bb0c0): >_readAt: n=3, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4bb0c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.597382845 +0000 UTC m=+29.939204727 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4bb0c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea3bddc0 item 60 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4bb700): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4bb700): open at offset 0 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4bb700): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4bb700): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4bb700): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4bb700): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4bb700): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4bb700): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.598633518 +0000 UTC m=+29.940455341 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4bb700): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4bbc40): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4bbc40): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4bbc40): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea47ea80 item 61 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4bbc40): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4bbc40): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.599067249 +0000 UTC m=+29.940889071 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4bbc40): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4f6440): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4f6440): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4f6440): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4f6440): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4f6440): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.599067249 +0000 UTC m=+29.940889071 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4f6440): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea47ed20 item 61 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 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/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4f6a80): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4f6a80): open at offset 0 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4f6a80): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4f6a80): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4f6a80): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4f6a80): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4f6a80): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4f6a80): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.600589197 +0000 UTC m=+29.942411019 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4f6a80): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4f6fc0): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4f6fc0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4f6fc0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea47f2d0 item 62 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4f6fc0): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4f6fc0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.601006786 +0000 UTC m=+29.942828608 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4f6fc0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4f76c0): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4f76c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4f76c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4f76c0): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4f76c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.601006786 +0000 UTC m=+29.942828608 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4f76c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea47f490 item 62 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 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/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4f7d00): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4f7d00): open at offset 0 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4f7d00): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4f7d00): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4f7d00): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4f7d00): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4f7d00): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4f7d00): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.602279703 +0000 UTC m=+29.944101524 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4f7d00): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea526340): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea526340): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea526340): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea47f8f0 item 63 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea526340): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea526340): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.602757776 +0000 UTC m=+29.944579598 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea526340): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea526a40): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea526a40): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea526a40): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea526a40): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea526a40): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.602757776 +0000 UTC m=+29.944579598 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea526a40): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea47fc70 item 63 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 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/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea527080): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea527080): open at offset 0 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea527080): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea527080): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea527080): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea527080): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea527080): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea527080): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.60399235 +0000 UTC m=+29.945814172 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea527080): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5275c0): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5275c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5275c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea63e150 item 64 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5275c0): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5275c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.604466547 +0000 UTC m=+29.946288369 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5275c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea527cc0): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea527cc0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea527cc0): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea527cc0): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea527cc0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.604466547 +0000 UTC m=+29.946288369 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea527cc0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea63e3f0 item 64 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a4400): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a4400): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a4400): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a4400): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a4400): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.606275407 +0000 UTC m=+29.948097229 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a4400): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a4880): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a4880): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a4880): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a4880): >_readAt: n=2, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a4880): _writeAt: size=3, off=2 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea63ea10 item 65 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a4880): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a4880): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.606717463 +0000 UTC m=+29.948539285 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a4880): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a4d80): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a4d80): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a4d80): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a4d80): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a4d80): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.606717463 +0000 UTC m=+29.948539285 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a4d80): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea63ecb0 item 65 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a53c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a53c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a53c0): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a53c0): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a53c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.610259579 +0000 UTC m=+29.952081401 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a53c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a5840): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a5840): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea63f030 item 66 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a5840): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a5840): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a5840): _writeAt: size=3, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a5840): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a5840): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.610817445 +0000 UTC m=+29.952639266 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a5840): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a5d80): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a5d80): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a5d80): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a5d80): >_readAt: n=3, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a5d80): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.610817445 +0000 UTC m=+29.952639266 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5a5d80): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea63f1f0 item 66 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea60c4c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea60c4c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea60c4c0): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea60c4c0): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea60c4c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.61206893 +0000 UTC m=+29.953890752 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea60c4c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea60c940): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea60c940): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea60c940): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea60c940): >_readAt: n=2, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea60c940): _writeAt: size=3, off=2 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea63f5e0 item 67 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea60c940): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea60c940): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.612463717 +0000 UTC m=+29.954285538 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea60c940): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea60ce40): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea60ce40): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea60ce40): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea60ce40): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea60ce40): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.612463717 +0000 UTC m=+29.954285538 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea60ce40): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea63f7a0 item 67 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea60d4c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea60d4c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea60d4c0): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea60d4c0): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea60d4c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.61520023 +0000 UTC m=+29.957022053 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea60d4c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea60d9c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea60d9c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea63fb20 item 68 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea60d9c0): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea60d9c0): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea60d9c0): _writeAt: size=3, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea60d9c0): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea60d9c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.615753476 +0000 UTC m=+29.957575328 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea60d9c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63a000): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63a000): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63a000): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63a000): >_readAt: n=3, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63a000): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.615753476 +0000 UTC m=+29.957575328 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63a000): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea63fdc0 item 68 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63a640): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63a640): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63a640): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63a640): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63a640): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.616995044 +0000 UTC m=+29.958816876 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63a640): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63aac0): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63aac0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63aac0): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63aac0): >_readAt: n=2, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63aac0): _writeAt: size=3, off=2 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea3b2460 item 69 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63aac0): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63aac0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.61762772 +0000 UTC m=+29.959449541 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63aac0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63afc0): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63afc0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63afc0): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63afc0): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63afc0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.61762772 +0000 UTC m=+29.959449541 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63afc0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea3b2620 item 69 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63b640): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63b640): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63b640): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63b640): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63b640): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.618832768 +0000 UTC m=+29.960654590 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63b640): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63bb40): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63bb40): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea3b2bd0 item 70 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63bb40): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63bb40): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63bb40): _writeAt: size=3, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63bb40): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63bb40): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.619391154 +0000 UTC m=+29.961212976 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63bb40): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea65c180): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea65c180): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea65c180): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea65c180): >_readAt: n=3, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea65c180): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.619391154 +0000 UTC m=+29.961212976 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea65c180): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea3b2d90 item 70 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea65c800): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea65c800): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea65c800): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea65c800): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea65c800): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.620601192 +0000 UTC m=+29.962423014 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea65c800): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea65cd00): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea65cd00): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea65cd00): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea65cd00): >_readAt: n=2, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea65cd00): _writeAt: size=3, off=2 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea3b36c0 item 71 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea65cd00): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea65cd00): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.621148987 +0000 UTC m=+29.962970809 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea65cd00): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea65d200): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea65d200): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea65d200): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea65d200): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea65d200): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.621148987 +0000 UTC m=+29.962970809 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea65d200): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea65e000 item 71 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea65d880): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea65d880): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea65d880): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea65d880): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea65d880): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.622432393 +0000 UTC m=+29.964254225 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea65d880): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea65dd80): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea65dd80): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea65e380 item 72 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea65dd80): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea65dd80): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea65dd80): _writeAt: size=3, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea65dd80): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea65dd80): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.622910508 +0000 UTC m=+29.964732340 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea65dd80): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6803c0): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6803c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6803c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6803c0): >_readAt: n=3, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6803c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.622910508 +0000 UTC m=+29.964732340 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6803c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea65e540 item 72 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea680980): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea680980): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea680980): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea680980): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea680980): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea680980): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea680980): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.62573675 +0000 UTC m=+29.967558572 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea680980): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea680e80): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea680e80): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea680e80): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea65e8c0 item 73 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea680e80): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea680e80): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.626957849 +0000 UTC m=+29.968779671 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea680e80): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea681340): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea681340): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea681340): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea681340): >_readAt: n=2, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea681340): _writeAt: size=3, off=2 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea65ea80 item 73 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea681340): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea681340): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.627523709 +0000 UTC m=+29.969345531 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea681340): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea681880): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea681880): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea681880): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea681880): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea681880): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.627523709 +0000 UTC m=+29.969345531 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea681880): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea65ecb0 item 73 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea681ec0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea681ec0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea681ec0): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea681ec0): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea681ec0): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea681ec0): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea681ec0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.630245786 +0000 UTC m=+29.972067608 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea681ec0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6984c0): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6984c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6984c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea65f0a0 item 74 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6984c0): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6984c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.631193768 +0000 UTC m=+29.973015589 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6984c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea698a00): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea698a00): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea65f260 item 74 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea698a00): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea698a00): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea698a00): _writeAt: size=3, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea698a00): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea698a00): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.631624492 +0000 UTC m=+29.973446314 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea698a00): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea698f80): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea698f80): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea698f80): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea698f80): >_readAt: n=3, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea698f80): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.631624492 +0000 UTC m=+29.973446314 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea698f80): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea65f420 item 74 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea562140): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea562140): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea562140): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea562140): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea562140): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea562140): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea562140): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.632942534 +0000 UTC m=+29.974764356 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea562140): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5626c0): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5626c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5626c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea3963f0 item 75 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5626c0): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5626c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.633531568 +0000 UTC m=+29.975353390 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5626c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea562c00): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea562c00): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea562c00): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea562c00): >_readAt: n=2, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea562c00): _writeAt: size=3, off=2 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea3965b0 item 75 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea562c00): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea562c00): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.634196755 +0000 UTC m=+29.976018587 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea562c00): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea563140): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea563140): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea563140): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea563140): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea563140): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.634196755 +0000 UTC m=+29.976018587 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea563140): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea3967e0 item 75 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea563780): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea563780): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea563780): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea563780): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea563780): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea563780): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea563780): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.635273892 +0000 UTC m=+29.977095714 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea563780): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea563c80): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea563c80): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea563c80): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea397260 item 76 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea563c80): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea563c80): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.635672205 +0000 UTC m=+29.977494027 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea563c80): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7082c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7082c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea3975e0 item 76 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7082c0): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7082c0): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7082c0): _writeAt: size=3, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7082c0): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7082c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.636140309 +0000 UTC m=+29.977962132 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7082c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea708840): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea708840): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea708840): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea708840): >_readAt: n=3, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea708840): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.636140309 +0000 UTC m=+29.977962132 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea708840): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea397880 item 76 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea708e80): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea708e80): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea708e80): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea708e80): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea708e80): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea708e80): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea708e80): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.637435809 +0000 UTC m=+29.979257631 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea708e80): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea709380): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea709380): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea709380): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea397ce0 item 77 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea709380): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea709380): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.637829433 +0000 UTC m=+29.979651255 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea709380): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea709a80): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea709a80): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea709a80): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea709a80): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea709a80): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.637829433 +0000 UTC m=+29.979651255 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea709a80): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea960150 item 77 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea71e1c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea71e1c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea71e1c0): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea71e1c0): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea71e1c0): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea71e1c0): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea71e1c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.639217027 +0000 UTC m=+29.981038849 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea71e1c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea71e6c0): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea71e6c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea71e6c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea9604d0 item 78 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea71e6c0): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea71e6c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.639740056 +0000 UTC m=+29.981561878 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea71e6c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea71edc0): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea71edc0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea71edc0): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea71edc0): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea71edc0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.639740056 +0000 UTC m=+29.981561878 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea71edc0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea960770 item 78 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea71f400): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea71f400): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea71f400): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea71f400): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea71f400): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea71f400): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea71f400): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.641182282 +0000 UTC m=+29.983004105 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea71f400): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea71f900): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea71f900): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea71f900): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea960af0 item 79 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea71f900): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea71f900): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.641548915 +0000 UTC m=+29.983370738 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea71f900): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea738100): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea738100): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea738100): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea738100): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea738100): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.641548915 +0000 UTC m=+29.983370738 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea738100): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea960cb0 item 79 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 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/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea738740): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea738740): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea738740): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea738740): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea738740): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea738740): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea738740): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.642784331 +0000 UTC m=+29.984606153 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea738740): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea738c40): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea738c40): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea738c40): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea961110 item 80 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea738c40): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea738c40): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.64332847 +0000 UTC m=+29.985150292 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea738c40): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea739340): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea739340): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea739340): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea739340): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea739340): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.64332847 +0000 UTC m=+29.985150292 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea739340): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea9612d0 item 80 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea739980): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea739980): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea739980): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea739980): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea739980): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.644401439 +0000 UTC m=+29.986223261 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea739980): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea739e00): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea739e00): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea739e00): open at offset 5 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea739e00): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea739e00): >_readAt: n=2, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea739e00): _writeAt: size=3, off=7 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea961730 item 81 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea739e00): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea739e00): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.644824808 +0000 UTC m=+29.986646631 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea739e00): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea756440): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea756440): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea756440): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea756440): >_readAt: n=8, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea756440): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.644824808 +0000 UTC m=+29.986646631 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea756440): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea9618f0 item 81 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea756ac0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea756ac0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea756ac0): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea756ac0): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea756ac0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.645838445 +0000 UTC m=+29.987660277 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea756ac0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea756fc0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea756fc0): open at offset 5 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea756fc0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea961c70 item 82 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea756fc0): _readAt: size=2, off=5 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea756fc0): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea756fc0): _writeAt: size=3, off=5 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea756fc0): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea756fc0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.646310478 +0000 UTC m=+29.988132300 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea756fc0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea757540): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea757540): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea757540): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea757540): >_readAt: n=3, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea757540): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.646310478 +0000 UTC m=+29.988132300 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea757540): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea961e30 item 82 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea757bc0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea757bc0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea757bc0): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea757bc0): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea757bc0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.647510707 +0000 UTC m=+29.989332529 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea757bc0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea77c1c0): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea77c1c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea77c1c0): open at offset 5 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea77c1c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea77c1c0): >_readAt: n=2, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea77c1c0): _writeAt: size=3, off=7 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298be9c128c0 item 83 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea77c1c0): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea77c1c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.64795089 +0000 UTC m=+29.989772711 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea77c1c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea77c700): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea77c700): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea77c700): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea77c700): >_readAt: n=8, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea77c700): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.64795089 +0000 UTC m=+29.989772711 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea77c700): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298be9c13b90 item 83 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea77cd80): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea77cd80): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea77cd80): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea77cd80): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea77cd80): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.650835594 +0000 UTC m=+29.992657416 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea77cd80): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea77d280): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea77d280): open at offset 5 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea77d280): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298be9f744d0 item 84 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea77d280): _readAt: size=2, off=5 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea77d280): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea77d280): _writeAt: size=3, off=5 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea77d280): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea77d280): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.65137378 +0000 UTC m=+29.993195603 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea77d280): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea77d800): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea77d800): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea77d800): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea77d800): >_readAt: n=3, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea77d800): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.65137378 +0000 UTC m=+29.993195603 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea77d800): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298be9f748c0 item 84 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea77de80): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea77de80): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea77de80): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea77de80): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea77de80): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.652681593 +0000 UTC m=+29.994503415 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea77de80): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea79e480): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea79e480): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea79e480): open at offset 5 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea79e480): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea79e480): >_readAt: n=2, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea79e480): _writeAt: size=3, off=7 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298be9f75ab0 item 85 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea79e480): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea79e480): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.653412195 +0000 UTC m=+29.995234017 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea79e480): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea79e9c0): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea79e9c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea79e9c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea79e9c0): >_readAt: n=8, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea79e9c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.653412195 +0000 UTC m=+29.995234017 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea79e9c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea5c2000 item 85 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea79f040): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea79f040): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea79f040): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea79f040): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea79f040): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.654757177 +0000 UTC m=+29.996578999 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea79f040): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea79f540): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea79f540): open at offset 5 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea79f540): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea5c2380 item 86 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea79f540): _readAt: size=2, off=5 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea79f540): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea79f540): _writeAt: size=3, off=5 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea79f540): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea79f540): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.655406575 +0000 UTC m=+29.997228397 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea79f540): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea79fac0): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea79fac0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea79fac0): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea79fac0): >_readAt: n=3, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea79fac0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.655406575 +0000 UTC m=+29.997228397 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea79fac0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea5c2540 item 86 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7b4240): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7b4240): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7b4240): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7b4240): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7b4240): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.656738663 +0000 UTC m=+29.998560485 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7b4240): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7b4740): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7b4740): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7b4740): open at offset 5 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7b4740): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7b4740): >_readAt: n=2, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7b4740): _writeAt: size=3, off=7 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea5c29a0 item 87 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7b4740): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7b4740): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.657245832 +0000 UTC m=+29.999067654 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7b4740): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7b4c80): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7b4c80): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7b4c80): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7b4c80): >_readAt: n=8, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7b4c80): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.657245832 +0000 UTC m=+29.999067654 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7b4c80): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea5c2b60 item 87 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 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/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7b5300): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7b5300): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7b5300): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7b5300): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7b5300): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.661058941 +0000 UTC m=+30.002880763 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7b5300): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7b4340): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7b4340): open at offset 5 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7b4340): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea5c2070 item 88 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7b4340): _readAt: size=2, off=5 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7b4340): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7b4340): _writeAt: size=3, off=5 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7b4340): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7b4340): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.661512099 +0000 UTC m=+30.003333921 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7b4340): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7b48c0): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7b48c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7b48c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7b48c0): >_readAt: n=3, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7b48c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.661512099 +0000 UTC m=+30.003333921 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7b48c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea5c2230 item 88 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7b4f00): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7b4f00): open at offset 0 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7b4f00): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7b4f00): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7b4f00): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7b4f00): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7b4f00): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7b4f00): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.662551233 +0000 UTC m=+30.004373055 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7b4f00): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7b5480): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7b5480): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7b5480): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea5c25b0 item 89 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7b5480): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7b5480): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.663006093 +0000 UTC m=+30.004827915 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7b5480): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7b59c0): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7b59c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7b59c0): open at offset 5 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7b59c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7b59c0): >_readAt: n=2, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7b59c0): _writeAt: size=3, off=7 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea5c2850 item 89 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7b59c0): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7b59c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.663523501 +0000 UTC m=+30.005345324 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea7b59c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9ea040): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9ea040): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9ea040): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9ea040): >_readAt: n=8, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9ea040): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.663523501 +0000 UTC m=+30.005345324 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9ea040): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea5c2a10 item 89 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9ea680): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9ea680): open at offset 0 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9ea680): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9ea680): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9ea680): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9ea680): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9ea680): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9ea680): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.664769516 +0000 UTC m=+30.006591338 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9ea680): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9eac40): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9eac40): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9eac40): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea5c2e70 item 90 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9eac40): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9eac40): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.665205802 +0000 UTC m=+30.007027624 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9eac40): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9eb180): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9eb180): open at offset 5 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9eb180): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea5c3030 item 90 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9eb180): _readAt: size=2, off=5 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9eb180): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9eb180): _writeAt: size=3, off=5 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9eb180): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9eb180): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.665754288 +0000 UTC m=+30.007576110 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9eb180): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9eb740): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9eb740): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9eb740): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9eb740): >_readAt: n=3, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9eb740): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.665754288 +0000 UTC m=+30.007576110 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9eb740): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea5c3340 item 90 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9ebd80): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9ebd80): open at offset 0 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9ebd80): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9ebd80): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9ebd80): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9ebd80): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9ebd80): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9ebd80): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.667132715 +0000 UTC m=+30.008954536 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea9ebd80): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6223c0): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6223c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6223c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea5c36c0 item 91 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6223c0): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6223c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.667545114 +0000 UTC m=+30.009366936 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6223c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea622980): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea622980): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea622980): open at offset 5 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea622980): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea622980): >_readAt: n=2, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea622980): _writeAt: size=3, off=7 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea5c38f0 item 91 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea622980): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea622980): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.66793478 +0000 UTC m=+30.009756603 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea622980): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea622f00): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea622f00): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea622f00): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea622f00): >_readAt: n=8, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea622f00): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.66793478 +0000 UTC m=+30.009756603 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea622f00): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea5c3ab0 item 91 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 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/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea623540): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea623540): open at offset 0 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea623540): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea623540): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea623540): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea623540): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea623540): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea623540): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.669128859 +0000 UTC m=+30.010950681 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea623540): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea623a80): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea623a80): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea623a80): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea65e150 item 92 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea623a80): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea623a80): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.669628193 +0000 UTC m=+30.011450015 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea623a80): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298be9e7ac40): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298be9e7ac40): open at offset 5 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298be9e7ac40): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea65e310 item 92 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298be9e7ac40): _readAt: size=2, off=5 2026/05/06 03:22:28 DEBUG : open-test-file(0x298be9e7ac40): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298be9e7ac40): _writeAt: size=3, off=5 2026/05/06 03:22:28 DEBUG : open-test-file(0x298be9e7ac40): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298be9e7ac40): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.670375194 +0000 UTC m=+30.012197017 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298be9e7ac40): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298be9f770c0): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298be9f770c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298be9f770c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298be9f770c0): >_readAt: n=3, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298be9f770c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.670375194 +0000 UTC m=+30.012197017 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298be9f770c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea65e4d0 item 92 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298be9f77d00): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298be9f77d00): open at offset 0 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298be9f77d00): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298be9f77d00): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298be9f77d00): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298be9f77d00): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298be9f77d00): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298be9f77d00): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.671693948 +0000 UTC m=+30.013515771 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298be9f77d00): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea06a980): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea06a980): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea06a980): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea65e850 item 93 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea06a980): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea06a980): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.672172052 +0000 UTC m=+30.013993874 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea06a980): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea06b140): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea06b140): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea06b140): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea06b140): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea06b140): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.672172052 +0000 UTC m=+30.013993874 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea06b140): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea65ea10 item 93 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 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/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea06bd40): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea06bd40): open at offset 0 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea06bd40): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea06bd40): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea06bd40): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea06bd40): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea06bd40): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea06bd40): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.673783909 +0000 UTC m=+30.015605731 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea06bd40): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea398400): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea398400): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea398400): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea65ee00 item 94 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea398400): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea398400): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.674528247 +0000 UTC m=+30.016350069 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea398400): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea3996c0): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea3996c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea3996c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea3996c0): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea3996c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.674528247 +0000 UTC m=+30.016350069 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea3996c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea65f030 item 94 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 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/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea399dc0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea399dc0): open at offset 0 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea399dc0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea399dc0): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea399dc0): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea399dc0): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea399dc0): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea399dc0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.676123863 +0000 UTC m=+30.017945686 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea399dc0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fa540): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fa540): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fa540): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea65f3b0 item 95 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fa540): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fa540): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.676725601 +0000 UTC m=+30.018547423 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fa540): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fac40): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fac40): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fac40): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fac40): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fac40): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.676725601 +0000 UTC m=+30.018547423 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fac40): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea65f7a0 item 95 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 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/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fb280): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fb280): open at offset 0 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fb280): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fb280): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fb280): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fb280): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fb280): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fb280): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.678165362 +0000 UTC m=+30.019987185 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fb280): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fb7c0): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fb7c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fb7c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea65fce0 item 96 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fb7c0): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fb7c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.678565911 +0000 UTC m=+30.020387733 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fb7c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fbec0): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fbec0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fbec0): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fbec0): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fbec0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.678565911 +0000 UTC m=+30.020387733 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fbec0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea4e6070 item 96 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= 2026/05/06 03:22:28 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:28 DEBUG : Looking for writers 2026/05/06 03:22:28 DEBUG : >WaitForWriters: 2026/05/06 03:22:28 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: cleaner exiting === RUN TestRWFileHandleOpenTests/full run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:28 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:28 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/06 03:22:28 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:28 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:28 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:28 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/06 03:22:28 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:28 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:28 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/06 03:22:28 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY 2026/05/06 03:22:28 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15c140): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15c140): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15c140): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15c140): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15c140): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.68496026 +0000 UTC m=+30.026782081 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15c140): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15c5c0): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15c5c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15c5c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15c5c0): >_readAt: n=2, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15c5c0): _writeAt: size=3, off=2 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15c5c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15c5c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.68496026 +0000 UTC m=+30.026782081 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15c5c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15ca80): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15ca80): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15ca80): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15ca80): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15ca80): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.68496026 +0000 UTC m=+30.026782081 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15ca80): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea5529a0 item 1 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15d0c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15d0c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15d0c0): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15d0c0): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15d0c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.687050411 +0000 UTC m=+30.028872243 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15d0c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15d5c0): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15d5c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15d5c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15d5c0): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15d5c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.687050411 +0000 UTC m=+30.028872243 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15d5c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea553030 item 2 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15dc00): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15dc00): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15dc00): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15dc00): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15dc00): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.688473723 +0000 UTC m=+30.030295545 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15dc00): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea17a180): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea17a180): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea17a180): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea17a180): >_readAt: n=2, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea17a180): _writeAt: size=3, off=2 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea17a180): >_writeAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea17a180): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.688473723 +0000 UTC m=+30.030295545 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea17a180): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea17a640): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea17a640): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea17a640): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea17a640): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea17a640): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.688473723 +0000 UTC m=+30.030295545 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea17a640): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea5533b0 item 3 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea17acc0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea17acc0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea17acc0): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea17acc0): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea17acc0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.690142356 +0000 UTC m=+30.031964179 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea17acc0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea17b200): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea17b200): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea17b200): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea17b200): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea17b200): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.690142356 +0000 UTC m=+30.031964179 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea17b200): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea5539d0 item 4 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea17b840): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea17b840): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea17b840): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea17b840): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea17b840): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.691379536 +0000 UTC m=+30.033201358 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea17b840): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea17bcc0): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea17bcc0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea17bcc0): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea17bcc0): >_readAt: n=2, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea17bcc0): _writeAt: size=3, off=2 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea17bcc0): >_writeAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea17bcc0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.691379536 +0000 UTC m=+30.033201358 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea17bcc0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea18a280): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea18a280): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea18a280): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea18a280): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea18a280): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.691379536 +0000 UTC m=+30.033201358 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea18a280): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea553e30 item 5 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea18a900): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea18a900): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea18a900): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea18a900): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea18a900): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.69319043 +0000 UTC m=+30.035012252 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea18a900): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea18ae40): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea18ae40): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea18ae40): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea18ae40): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea18ae40): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.69319043 +0000 UTC m=+30.035012252 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea18ae40): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea1d2850 item 6 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea18b4c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea18b4c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea18b4c0): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea18b4c0): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea18b4c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.695144243 +0000 UTC m=+30.036966066 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea18b4c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea18b9c0): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea18b9c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea18b9c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea18b9c0): >_readAt: n=2, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea18b9c0): _writeAt: size=3, off=2 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea18b9c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea18b9c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.695144243 +0000 UTC m=+30.036966066 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea18b9c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea18be80): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea18be80): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea18be80): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea18be80): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea18be80): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.695144243 +0000 UTC m=+30.036966066 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea18be80): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea1d2cb0 item 7 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e2600): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e2600): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e2600): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e2600): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e2600): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.697287415 +0000 UTC m=+30.039109237 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e2600): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e2b40): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e2b40): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e2b40): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e2b40): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e2b40): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.697287415 +0000 UTC m=+30.039109237 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e2b40): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea1d31f0 item 8 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e3100): _readAt: size=2, off=0 2026/05/06 03:22:28 ERROR : open-test-file(0x298bea1e3100): Couldn't read size of file 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e3100): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e3100): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e3100): >_writeAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e3100): close: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e3100): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e34c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e34c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e34c0): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e34c0): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e34c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.699374862 +0000 UTC m=+30.041196684 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e34c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e3940): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e3940): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e3940): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e3940): >_readAt: n=2, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e3940): _writeAt: size=3, off=2 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e3940): >_writeAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e3940): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.699374862 +0000 UTC m=+30.041196684 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e3940): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e3e40): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e3e40): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e3e40): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e3e40): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e3e40): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.699374862 +0000 UTC m=+30.041196684 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e3e40): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea1d36c0 item 9 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea20e5c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea20e5c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea20e5c0): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea20e5c0): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea20e5c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.701665012 +0000 UTC m=+30.043486835 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea20e5c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea20eb00): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea20eb00): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea20eb00): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea20eb00): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea20eb00): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.701665012 +0000 UTC m=+30.043486835 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea20eb00): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298be9ebe460 item 10 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea20f140): _readAt: size=2, off=0 2026/05/06 03:22:28 ERROR : open-test-file(0x298bea20f140): Couldn't read size of file 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea20f140): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea20f140): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea20f140): >_writeAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea20f140): close: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea20f140): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea20f500): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea20f500): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea20f500): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea20f500): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea20f500): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.703900318 +0000 UTC m=+30.045722140 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea20f500): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea20fa00): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea20fa00): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea20fa00): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea20fa00): >_readAt: n=2, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea20fa00): _writeAt: size=3, off=2 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea20fa00): >_writeAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea20fa00): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.703900318 +0000 UTC m=+30.045722140 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea20fa00): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22a000): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22a000): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22a000): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22a000): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22a000): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.703900318 +0000 UTC m=+30.045722140 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22a000): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298be9ebf110 item 11 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22a680): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22a680): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22a680): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22a680): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22a680): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.706061114 +0000 UTC m=+30.047882935 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22a680): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22abc0): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22abc0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22abc0): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22abc0): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22abc0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.706061114 +0000 UTC m=+30.047882935 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22abc0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea5124d0 item 12 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22b200): _readAt: size=2, off=0 2026/05/06 03:22:28 ERROR : open-test-file(0x298bea22b200): Couldn't read size of file 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22b200): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22b200): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22b200): >_writeAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22b200): close: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22b200): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22b5c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22b5c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22b5c0): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22b5c0): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22b5c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.707904428 +0000 UTC m=+30.049726251 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22b5c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22bc80): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22bc80): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22bc80): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22bc80): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22bc80): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.707904428 +0000 UTC m=+30.049726251 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea22bc80): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea5128c0 item 13 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea254400): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea254400): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea254400): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea254400): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea254400): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.709646703 +0000 UTC m=+30.051468525 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea254400): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea254940): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea254940): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea254940): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea254940): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea254940): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.709646703 +0000 UTC m=+30.051468525 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea254940): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea512e70 item 14 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea254f80): _readAt: size=2, off=0 2026/05/06 03:22:28 ERROR : open-test-file(0x298bea254f80): Couldn't read size of file 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea254f80): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea254f80): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea254f80): >_writeAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea254f80): close: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea254f80): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea255340): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea255340): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea255340): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea255340): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea255340): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.711677561 +0000 UTC m=+30.053499383 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea255340): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea255a00): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea255a00): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea255a00): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea255a00): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea255a00): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.711677561 +0000 UTC m=+30.053499383 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea255a00): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea513340 item 15 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 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/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea03c880): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea03c880): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea03c880): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea03c880): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea03c880): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.7134223 +0000 UTC m=+30.055244122 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea03c880): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea03cdc0): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea03cdc0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea03cdc0): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea03cdc0): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea03cdc0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.7134223 +0000 UTC m=+30.055244122 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea03cdc0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea3525b0 item 16 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea03d400): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea03d400): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea03d400): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea03d400): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea03d400): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.714907347 +0000 UTC m=+30.056729170 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea03d400): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea03d880): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea03d880): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea03d880): open at offset 5 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea03d880): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea03d880): >_readAt: n=2, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea03d880): _writeAt: size=3, off=7 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea03d880): >_writeAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea03d880): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.714907347 +0000 UTC m=+30.056729170 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea03d880): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea03dd80): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea03dd80): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea03dd80): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea03dd80): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea03dd80): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.714907347 +0000 UTC m=+30.056729170 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea03dd80): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea352af0 item 17 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea284500): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea284500): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea284500): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea284500): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea284500): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.716981961 +0000 UTC m=+30.058803782 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea284500): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea284a40): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea284a40): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea284a40): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea284a40): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea284a40): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.716981961 +0000 UTC m=+30.058803782 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea284a40): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea3531f0 item 18 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea255dc0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea255dc0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea255dc0): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea255dc0): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea255dc0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.719542902 +0000 UTC m=+30.061364724 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea255dc0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea26e3c0): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea26e3c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea26e3c0): open at offset 5 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea26e3c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea26e3c0): >_readAt: n=2, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea26e3c0): _writeAt: size=3, off=7 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea26e3c0): >_writeAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea26e3c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.719542902 +0000 UTC m=+30.061364724 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea26e3c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea26e8c0): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea26e8c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea26e8c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea26e8c0): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea26e8c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.719542902 +0000 UTC m=+30.061364724 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea26e8c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea513730 item 19 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea26ef40): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea26ef40): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea26ef40): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea26ef40): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea26ef40): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.721669432 +0000 UTC m=+30.063491254 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea26ef40): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea26f480): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea26f480): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea26f480): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea26f480): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea26f480): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.721669432 +0000 UTC m=+30.063491254 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea26f480): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea513ce0 item 20 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea26fb00): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea26fb00): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea26fb00): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea26fb00): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea26fb00): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.723136425 +0000 UTC m=+30.064958248 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea26fb00): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea30a100): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea30a100): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea30a100): open at offset 5 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea30a100): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea30a100): >_readAt: n=2, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea30a100): _writeAt: size=3, off=7 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea30a100): >_writeAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea30a100): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.723136425 +0000 UTC m=+30.064958248 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea30a100): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea30a600): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea30a600): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea30a600): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea30a600): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea30a600): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.723136425 +0000 UTC m=+30.064958248 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea30a600): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298be9f0e380 item 21 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea30ac80): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea30ac80): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea30ac80): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea30ac80): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea30ac80): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.725694522 +0000 UTC m=+30.067516345 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea30ac80): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea30b1c0): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea30b1c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea30b1c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea30b1c0): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea30b1c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.725694522 +0000 UTC m=+30.067516345 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea30b1c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298be9f0ed20 item 22 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea30b840): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea30b840): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea30b840): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea30b840): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea30b840): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.727197754 +0000 UTC m=+30.069019576 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea30b840): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea30bd40): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea30bd40): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea30bd40): open at offset 5 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea30bd40): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea30bd40): >_readAt: n=2, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea30bd40): _writeAt: size=3, off=7 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea30bd40): >_writeAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea30bd40): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.727197754 +0000 UTC m=+30.069019576 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea30bd40): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea350340): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea350340): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea350340): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea350340): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea350340): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.727197754 +0000 UTC m=+30.069019576 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea350340): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298be9f0f650 item 23 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 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/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2850c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2850c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2850c0): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2850c0): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2850c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.729970357 +0000 UTC m=+30.071792179 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2850c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea285600): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea285600): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea285600): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea285600): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea285600): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.729970357 +0000 UTC m=+30.071792179 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea285600): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea353650 item 24 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea285c40): _readAt: size=2, off=0 2026/05/06 03:22:28 ERROR : open-test-file(0x298bea285c40): Couldn't read size of file 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea285c40): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea285c40): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea285c40): >_writeAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea285c40): close: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea285c40): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b2100): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b2100): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b2100): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b2100): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b2100): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.731702551 +0000 UTC m=+30.073524373 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b2100): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b2600): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b2600): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b2600): open at offset 5 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b2600): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b2600): >_readAt: n=2, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b2600): _writeAt: size=3, off=7 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b2600): >_writeAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b2600): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.731702551 +0000 UTC m=+30.073524373 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b2600): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b2b40): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b2b40): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b2b40): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b2b40): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b2b40): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.731702551 +0000 UTC m=+30.073524373 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b2b40): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea353c00 item 25 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b31c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b31c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b31c0): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b31c0): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b31c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.733995306 +0000 UTC m=+30.075817128 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b31c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b3700): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b3700): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b3700): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b3700): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b3700): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.733995306 +0000 UTC m=+30.075817128 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b3700): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea3a8460 item 26 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b3d40): _readAt: size=2, off=0 2026/05/06 03:22:28 ERROR : open-test-file(0x298bea2b3d40): Couldn't read size of file 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b3d40): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b3d40): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b3d40): >_writeAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b3d40): close: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b3d40): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea402200): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea402200): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea402200): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea402200): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea402200): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.735396666 +0000 UTC m=+30.077218498 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea402200): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea402700): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea402700): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea402700): open at offset 5 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea402700): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea402700): >_readAt: n=2, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea402700): _writeAt: size=3, off=7 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea402700): >_writeAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea402700): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.735396666 +0000 UTC m=+30.077218498 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea402700): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea402c40): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea402c40): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea402c40): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea402c40): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea402c40): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.735396666 +0000 UTC m=+30.077218498 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea402c40): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea3a8930 item 27 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 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/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4032c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4032c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4032c0): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4032c0): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4032c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.737650707 +0000 UTC m=+30.079472529 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4032c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea403800): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea403800): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea403800): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea403800): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea403800): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.737650707 +0000 UTC m=+30.079472529 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea403800): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea3a8f50 item 28 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea403e40): _readAt: size=2, off=0 2026/05/06 03:22:28 ERROR : open-test-file(0x298bea403e40): Couldn't read size of file 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea403e40): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea403e40): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea403e40): >_writeAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea403e40): close: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea403e40): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41e300): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41e300): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41e300): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41e300): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41e300): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.740112091 +0000 UTC m=+30.081933912 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41e300): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41e9c0): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41e9c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41e9c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41e9c0): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41e9c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.740112091 +0000 UTC m=+30.081933912 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41e9c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea3a9420 item 29 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 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/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41f040): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41f040): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41f040): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41f040): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41f040): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.741767831 +0000 UTC m=+30.083589653 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41f040): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41f580): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41f580): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41f580): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41f580): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41f580): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.741767831 +0000 UTC m=+30.083589653 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41f580): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea3a9c00 item 30 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 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/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41fbc0): _readAt: size=2, off=0 2026/05/06 03:22:28 ERROR : open-test-file(0x298bea41fbc0): Couldn't read size of file 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41fbc0): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41fbc0): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41fbc0): >_writeAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41fbc0): close: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41fbc0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea460080): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea460080): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea460080): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea460080): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea460080): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.743769475 +0000 UTC m=+30.085591297 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea460080): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea460740): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea460740): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea460740): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea460740): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea460740): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.743769475 +0000 UTC m=+30.085591297 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea460740): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea5eab60 item 31 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 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/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea460dc0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea460dc0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea460dc0): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea460dc0): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea460dc0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.747199349 +0000 UTC m=+30.089021172 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea460dc0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea461300): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea461300): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea461300): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea461300): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea461300): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.747199349 +0000 UTC m=+30.089021172 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea461300): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea5eafc0 item 32 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea350980): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea350980): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea350980): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea350980): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea350980): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.748920594 +0000 UTC m=+30.090742416 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea350980): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea350e00): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea350e00): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea350e00): _writeAt: size=3, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea350e00): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea350e00): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298be9f62850 item 33 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea350e00): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea350e00): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.74995549 +0000 UTC m=+30.091777312 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea350e00): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea351300): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea351300): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea351300): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea351300): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea351300): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.74995549 +0000 UTC m=+30.091777312 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea351300): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298be9f62a10 item 33 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea351940): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea351940): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea351940): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea351940): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea351940): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.751558221 +0000 UTC m=+30.093380043 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea351940): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea351dc0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea351dc0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298be9f63030 item 34 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea351dc0): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea351dc0): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea351dc0): _writeAt: size=3, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea351dc0): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea351dc0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.752156391 +0000 UTC m=+30.093978214 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea351dc0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea502400): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea502400): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea502400): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea502400): >_readAt: n=3, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea502400): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.752156391 +0000 UTC m=+30.093978214 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea502400): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298be9f63420 item 34 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea502a40): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea502a40): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea502a40): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea502a40): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea502a40): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.753449415 +0000 UTC m=+30.095271238 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea502a40): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea502ec0): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea502ec0): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea502ec0): _writeAt: size=3, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea502ec0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea502ec0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea444700 item 35 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea502ec0): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea502ec0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.75420804 +0000 UTC m=+30.096029862 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea502ec0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5033c0): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5033c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5033c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5033c0): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5033c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.75420804 +0000 UTC m=+30.096029862 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5033c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea4449a0 item 35 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea503a40): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea503a40): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea503a40): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea503a40): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea503a40): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.75564595 +0000 UTC m=+30.097467772 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea503a40): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea536040): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea536040): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea444ee0 item 36 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea536040): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea536040): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea536040): _writeAt: size=3, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea536040): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea536040): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.756228852 +0000 UTC m=+30.098050674 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea536040): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea536580): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea536580): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea536580): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea536580): >_readAt: n=3, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea536580): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.756228852 +0000 UTC m=+30.098050674 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea536580): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea4450a0 item 36 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea536bc0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea536bc0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea536bc0): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea536bc0): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea536bc0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.757504883 +0000 UTC m=+30.099326705 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea536bc0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea537040): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea537040): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea537040): _writeAt: size=3, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea537040): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea537040): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea445730 item 37 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea537040): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea537040): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.758200859 +0000 UTC m=+30.100022681 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea537040): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea537540): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea537540): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea537540): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea537540): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea537540): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.758200859 +0000 UTC m=+30.100022681 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea537540): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea4458f0 item 37 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea537bc0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea537bc0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea537bc0): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea537bc0): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea537bc0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.760785796 +0000 UTC m=+30.102607618 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea537bc0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5641c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5641c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea445dc0 item 38 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5641c0): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5641c0): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5641c0): _writeAt: size=3, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5641c0): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5641c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.761749578 +0000 UTC m=+30.103571400 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5641c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea564700): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea564700): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea564700): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea564700): >_readAt: n=3, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea564700): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.761749578 +0000 UTC m=+30.103571400 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea564700): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea3bc1c0 item 38 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea564d80): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea564d80): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea564d80): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea564d80): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea564d80): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.76363839 +0000 UTC m=+30.105460212 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea564d80): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea565280): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea565280): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea565280): _writeAt: size=3, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea565280): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea565280): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea3bc540 item 39 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea565280): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea565280): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.765519486 +0000 UTC m=+30.107341318 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea565280): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea565780): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea565780): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea565780): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea565780): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea565780): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.765519486 +0000 UTC m=+30.107341318 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea565780): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea3bc770 item 39 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea565e00): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea565e00): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea565e00): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea565e00): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea565e00): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.768381326 +0000 UTC m=+30.110203148 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea565e00): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea58c400): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea58c400): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea3bcc40 item 40 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea58c400): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea58c400): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea58c400): _writeAt: size=3, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea58c400): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea58c400): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.769311355 +0000 UTC m=+30.111133177 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea58c400): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea58c940): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea58c940): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea58c940): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea58c940): >_readAt: n=3, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea58c940): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.769311355 +0000 UTC m=+30.111133177 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea58c940): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea3bcfc0 item 40 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea58cf00): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea58cf00): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea58cf00): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea58cf00): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea58cf00): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea58cf00): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea58cf00): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.770588059 +0000 UTC m=+30.112409881 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea58cf00): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea58d400): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea58d400): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea58d400): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea3bd7a0 item 41 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea58d400): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea58d400): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.771689562 +0000 UTC m=+30.113511384 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea58d400): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea58d8c0): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea58d8c0): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea58d8c0): _writeAt: size=3, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea58d8c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea58d8c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea3bda40 item 41 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea58d8c0): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea58d8c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.772344199 +0000 UTC m=+30.114166021 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea58d8c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea58de00): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea58de00): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea58de00): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea58de00): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea58de00): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.772344199 +0000 UTC m=+30.114166021 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea58de00): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea3bdc70 item 41 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5ac540): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5ac540): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5ac540): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5ac540): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5ac540): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5ac540): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5ac540): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.774450822 +0000 UTC m=+30.116272644 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5ac540): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5aca40): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5aca40): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5aca40): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea47e7e0 item 42 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5aca40): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5aca40): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.775799933 +0000 UTC m=+30.117621755 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5aca40): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5acf80): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5acf80): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea47eaf0 item 42 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5acf80): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5acf80): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5acf80): _writeAt: size=3, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5acf80): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5acf80): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.776297082 +0000 UTC m=+30.118118904 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5acf80): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5ad500): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5ad500): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5ad500): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5ad500): >_readAt: n=3, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5ad500): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.776297082 +0000 UTC m=+30.118118904 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5ad500): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea47ed90 item 42 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5adb40): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5adb40): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5adb40): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5adb40): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5adb40): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5adb40): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5adb40): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.777575569 +0000 UTC m=+30.119397401 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5adb40): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5dc140): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5dc140): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5dc140): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea47f340 item 43 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5dc140): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5dc140): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.77799406 +0000 UTC m=+30.119815883 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5dc140): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5dc680): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5dc680): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5dc680): _writeAt: size=3, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5dc680): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5dc680): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea47f500 item 43 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5dc680): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5dc680): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.779669719 +0000 UTC m=+30.121491541 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5dc680): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5dcbc0): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5dcbc0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5dcbc0): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5dcbc0): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5dcbc0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.779669719 +0000 UTC m=+30.121491541 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5dcbc0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea47f6c0 item 43 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5dd200): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5dd200): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5dd200): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5dd200): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5dd200): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5dd200): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5dd200): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.781913911 +0000 UTC m=+30.123735734 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5dd200): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5dd700): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5dd700): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5dd700): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea47fce0 item 44 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5dd700): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5dd700): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.782373441 +0000 UTC m=+30.124195263 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5dd700): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5ddc40): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5ddc40): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea63e000 item 44 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5ddc40): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5ddc40): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5ddc40): _writeAt: size=3, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5ddc40): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5ddc40): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.783453823 +0000 UTC m=+30.125275645 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5ddc40): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea60e2c0): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea60e2c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea60e2c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea60e2c0): >_readAt: n=3, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea60e2c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.783453823 +0000 UTC m=+30.125275645 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea60e2c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea63e1c0 item 44 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea60e900): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea60e900): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea60e900): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea60e900): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea60e900): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea60e900): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea60e900): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.785226003 +0000 UTC m=+30.127047825 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea60e900): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea60ee00): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea60ee00): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea60ee00): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea63e7e0 item 45 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea60ee00): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea60ee00): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.786913094 +0000 UTC m=+30.128734915 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea60ee00): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea60f500): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea60f500): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea60f500): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea60f500): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea60f500): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.786913094 +0000 UTC m=+30.128734915 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea60f500): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea63ea10 item 45 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea60fb40): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea60fb40): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea60fb40): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea60fb40): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea60fb40): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea60fb40): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea60fb40): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.788753873 +0000 UTC m=+30.130575695 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea60fb40): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63a140): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63a140): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63a140): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea63ee00 item 46 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63a140): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63a140): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.789173417 +0000 UTC m=+30.130995239 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63a140): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63a840): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63a840): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63a840): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63a840): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63a840): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.789173417 +0000 UTC m=+30.130995239 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63a840): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea63efc0 item 46 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63ae80): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63ae80): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63ae80): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63ae80): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63ae80): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63ae80): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63ae80): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.791342607 +0000 UTC m=+30.133164429 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63ae80): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63b380): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63b380): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63b380): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea63f340 item 47 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63b380): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63b380): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.792096593 +0000 UTC m=+30.133918415 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63b380): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63ba80): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63ba80): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63ba80): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63ba80): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63ba80): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.792096593 +0000 UTC m=+30.133918415 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea63ba80): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea63f500 item 47 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 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/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6661c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6661c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6661c0): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6661c0): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6661c0): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6661c0): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6661c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.79353922 +0000 UTC m=+30.135361042 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6661c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6666c0): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6666c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6666c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea63f8f0 item 48 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6666c0): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6666c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.796517812 +0000 UTC m=+30.138339634 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6666c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea666dc0): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea666dc0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea666dc0): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea666dc0): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea666dc0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.796517812 +0000 UTC m=+30.138339634 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea666dc0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea63fab0 item 48 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea667400): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea667400): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea667400): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea667400): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea667400): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.798617872 +0000 UTC m=+30.140439694 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea667400): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea667880): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea667880): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea667880): _writeAt: size=3, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea667880): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea667880): open at offset 5 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea667880): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea3b21c0 item 49 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea667880): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea667880): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.799687384 +0000 UTC m=+30.141509207 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea667880): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea667dc0): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea667dc0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea667dc0): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea667dc0): >_readAt: n=8, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea667dc0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.799687384 +0000 UTC m=+30.141509207 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea667dc0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea3b23f0 item 49 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea690540): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea690540): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea690540): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea690540): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea690540): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.801635087 +0000 UTC m=+30.143456908 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea690540): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea690a40): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea690a40): open at offset 5 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea690a40): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea3b2770 item 50 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea690a40): _readAt: size=2, off=5 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea690a40): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea690a40): _writeAt: size=3, off=5 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea690a40): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea690a40): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.802851937 +0000 UTC m=+30.144673759 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea690a40): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea690fc0): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea690fc0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea690fc0): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea690fc0): >_readAt: n=3, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea690fc0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.802851937 +0000 UTC m=+30.144673759 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea690fc0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea3b2b60 item 50 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea691640): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea691640): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea691640): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea691640): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea691640): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.804917773 +0000 UTC m=+30.146739594 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea691640): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea691b40): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea691b40): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea691b40): _writeAt: size=3, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea691b40): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea691b40): open at offset 5 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea691b40): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea3b2fc0 item 51 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea691b40): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea691b40): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.805411977 +0000 UTC m=+30.147233799 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea691b40): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6ae180): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6ae180): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6ae180): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6ae180): >_readAt: n=8, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6ae180): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.805411977 +0000 UTC m=+30.147233799 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6ae180): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea3b3650 item 51 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6ae800): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6ae800): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6ae800): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6ae800): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6ae800): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.809585468 +0000 UTC m=+30.151407290 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6ae800): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6aed00): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6aed00): open at offset 5 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6aed00): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea3963f0 item 52 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6aed00): _readAt: size=2, off=5 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6aed00): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6aed00): _writeAt: size=3, off=5 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6aed00): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6aed00): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.810180873 +0000 UTC m=+30.152002695 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6aed00): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6af280): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6af280): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6af280): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6af280): >_readAt: n=3, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6af280): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.810180873 +0000 UTC m=+30.152002695 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6af280): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea3965b0 item 52 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6af900): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6af900): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6af900): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6af900): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6af900): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.811546836 +0000 UTC m=+30.153368658 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6af900): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6afe00): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6afe00): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6afe00): _writeAt: size=3, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6afe00): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6afe00): open at offset 5 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6afe00): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea3969a0 item 53 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6afe00): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6afe00): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.812138054 +0000 UTC m=+30.153959876 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6afe00): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6cc440): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6cc440): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6cc440): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6cc440): >_readAt: n=8, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6cc440): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.812138054 +0000 UTC m=+30.153959876 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6cc440): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea397260 item 53 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6ccac0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6ccac0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6ccac0): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6ccac0): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6ccac0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.814940592 +0000 UTC m=+30.156762414 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6ccac0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6ccfc0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6ccfc0): open at offset 5 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6ccfc0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea397880 item 54 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6ccfc0): _readAt: size=2, off=5 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6ccfc0): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6ccfc0): _writeAt: size=3, off=5 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6ccfc0): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6ccfc0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.815467488 +0000 UTC m=+30.157289311 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6ccfc0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6cd540): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6cd540): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6cd540): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6cd540): >_readAt: n=3, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6cd540): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.815467488 +0000 UTC m=+30.157289311 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6cd540): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea397b20 item 54 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6cc2c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6cc2c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6cc2c0): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6cc2c0): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6cc2c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.81765798 +0000 UTC m=+30.159479801 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6cc2c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6cc7c0): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6cc7c0): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6cc7c0): _writeAt: size=3, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6cc7c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6cc7c0): open at offset 5 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6cc7c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea5eaa10 item 55 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6cc7c0): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6cc7c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.819213791 +0000 UTC m=+30.161035614 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6cc7c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6cdb00): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6cdb00): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6cdb00): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6cdb00): >_readAt: n=8, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6cdb00): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.819213791 +0000 UTC m=+30.161035614 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6cdb00): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea5eabd0 item 55 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 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/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea622040): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea622040): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea622040): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea622040): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea622040): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.821050324 +0000 UTC m=+30.162872146 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea622040): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea622540): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea622540): open at offset 5 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea622540): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea3963f0 item 56 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea622540): _readAt: size=2, off=5 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea622540): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea622540): _writeAt: size=3, off=5 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea622540): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea622540): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.822298813 +0000 UTC m=+30.164120636 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea622540): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea622b40): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea622b40): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea622b40): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea622b40): >_readAt: n=3, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea622b40): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.822298813 +0000 UTC m=+30.164120636 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea622b40): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea3965b0 item 56 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea623180): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea623180): open at offset 0 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea623180): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea623180): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea623180): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea623180): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea623180): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea623180): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.826013948 +0000 UTC m=+30.167835770 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea623180): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6236c0): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6236c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6236c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea3969a0 item 57 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6236c0): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6236c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.827343061 +0000 UTC m=+30.169164883 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea6236c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea623c00): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea623c00): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea623c00): _writeAt: size=3, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea623c00): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea623c00): open at offset 5 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea623c00): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea397260 item 57 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea623c00): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea623c00): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.830632219 +0000 UTC m=+30.172454041 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea623c00): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298be9f76640): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298be9f76640): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298be9f76640): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298be9f76640): >_readAt: n=8, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298be9f76640): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.830632219 +0000 UTC m=+30.172454041 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298be9f76640): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea397d50 item 57 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea446280): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea446280): open at offset 0 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea446280): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea446280): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea446280): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea446280): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea446280): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea446280): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.833793496 +0000 UTC m=+30.175615318 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea446280): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4467c0): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4467c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4467c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea5eb0a0 item 58 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4467c0): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4467c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.834887865 +0000 UTC m=+30.176709687 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4467c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea446d40): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea446d40): open at offset 5 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea446d40): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea5eb3b0 item 58 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea446d40): _readAt: size=2, off=5 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea446d40): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea446d40): _writeAt: size=3, off=5 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea446d40): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea446d40): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.835933381 +0000 UTC m=+30.177755213 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea446d40): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea447340): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea447340): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea447340): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea447340): >_readAt: n=3, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea447340): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.835933381 +0000 UTC m=+30.177755213 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea447340): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea5eb650 item 58 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea447980): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea447980): open at offset 0 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea447980): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea447980): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea447980): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea447980): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea447980): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea447980): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.837695674 +0000 UTC m=+30.179517496 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea447980): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea447ec0): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea447ec0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea447ec0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea5eba40 item 59 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea447ec0): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea447ec0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.838245162 +0000 UTC m=+30.180066984 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea447ec0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea06ab00): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea06ab00): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea06ab00): _writeAt: size=3, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea06ab00): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea06ab00): open at offset 5 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea06ab00): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea5ebc00 item 59 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea06ab00): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea06ab00): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.838807415 +0000 UTC m=+30.180629238 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea06ab00): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea06b080): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea06b080): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea06b080): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea06b080): >_readAt: n=8, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea06b080): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.838807415 +0000 UTC m=+30.180629238 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea06b080): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea5c2000 item 59 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 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/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea06bc80): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea06bc80): open at offset 0 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea06bc80): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea06bc80): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea06bc80): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea06bc80): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea06bc80): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea06bc80): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.840271042 +0000 UTC m=+30.182092865 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea06bc80): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea398300): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea398300): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea398300): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea5c2380 item 60 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea398300): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea398300): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.84076162 +0000 UTC m=+30.182583441 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea398300): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea398a00): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea398a00): open at offset 5 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea398a00): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea5c2540 item 60 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea398a00): _readAt: size=2, off=5 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea398a00): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea398a00): _writeAt: size=3, off=5 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea398a00): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea398a00): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.84149654 +0000 UTC m=+30.183318362 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea398a00): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea399a00): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea399a00): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea399a00): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea399a00): >_readAt: n=3, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea399a00): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.84149654 +0000 UTC m=+30.183318362 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea399a00): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea5c2770 item 60 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fa340): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fa340): open at offset 0 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fa340): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fa340): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fa340): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fa340): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fa340): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fa340): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.843121882 +0000 UTC m=+30.184943704 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fa340): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fa880): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fa880): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fa880): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea5c2b60 item 61 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fa880): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fa880): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.843756662 +0000 UTC m=+30.185578485 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fa880): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5faf80): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5faf80): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5faf80): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5faf80): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5faf80): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.843756662 +0000 UTC m=+30.185578485 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5faf80): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea5c2d90 item 61 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 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/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fb5c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fb5c0): open at offset 0 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fb5c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fb5c0): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fb5c0): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fb5c0): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fb5c0): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fb5c0): close: 2026/05/06 03:22:28 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-payudas9xaqi/dir/file1: no such file or directory 2026/05/06 03:22:28 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-payudas9xaqi/dir/file1: no such file or directory 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.845132243 +0000 UTC m=+30.186954065 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fb5c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fbb00): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fbb00): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fbb00): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea5c31f0 item 62 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fbb00): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fbb00): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.846128597 +0000 UTC m=+30.187950419 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5fbb00): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea03c300): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea03c300): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea03c300): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea03c300): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea03c300): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.846128597 +0000 UTC m=+30.187950419 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea03c300): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea5c3420 item 62 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 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/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea03c980): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea03c980): open at offset 0 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea03c980): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea03c980): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea03c980): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea03c980): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea03c980): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea03c980): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.847839912 +0000 UTC m=+30.189661734 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea03c980): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea03cec0): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea03cec0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea03cec0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea5c3810 item 63 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea03cec0): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea03cec0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.848412033 +0000 UTC m=+30.190233856 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea03cec0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea03d5c0): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea03d5c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea03d5c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea03d5c0): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea03d5c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.848412033 +0000 UTC m=+30.190233856 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea03d5c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea5c39d0 item 63 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 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/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298be9f778c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298be9f778c0): open at offset 0 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298be9f778c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298be9f778c0): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298be9f778c0): >_readAt: n=0, err=Bad file descriptor 2026/05/06 03:22:28 DEBUG : open-test-file(0x298be9f778c0): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298be9f778c0): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298be9f778c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.850127878 +0000 UTC m=+30.191949700 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298be9f778c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5621c0): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5621c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5621c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea4e6310 item 64 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5621c0): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5621c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.850629977 +0000 UTC m=+30.192451800 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5621c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea562940): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea562940): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea562940): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea562940): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea562940): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.850629977 +0000 UTC m=+30.192451800 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea562940): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea4e64d0 item 64 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea562f80): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea562f80): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea562f80): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea562f80): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea562f80): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.85207047 +0000 UTC m=+30.193892292 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea562f80): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea563400): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea563400): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea563400): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea563400): >_readAt: n=2, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea563400): _writeAt: size=3, off=2 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea4e6bd0 item 65 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea563400): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea563400): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.852687167 +0000 UTC m=+30.194508989 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea563400): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea563900): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea563900): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea563900): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea563900): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea563900): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.852687167 +0000 UTC m=+30.194508989 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea563900): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea4e6d90 item 65 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15e040): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15e040): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15e040): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15e040): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15e040): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.854832673 +0000 UTC m=+30.196654495 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15e040): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15e4c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15e4c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea4e72d0 item 66 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15e4c0): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15e4c0): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15e4c0): _writeAt: size=3, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15e4c0): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15e4c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.855545851 +0000 UTC m=+30.197367673 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15e4c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15ea00): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15ea00): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15ea00): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15ea00): >_readAt: n=3, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15ea00): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.855545851 +0000 UTC m=+30.197367673 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15ea00): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea4e7490 item 66 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15f040): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15f040): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15f040): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15f040): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15f040): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.856875245 +0000 UTC m=+30.198697066 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15f040): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15f4c0): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15f4c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15f4c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15f4c0): >_readAt: n=2, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15f4c0): _writeAt: size=3, off=2 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea4e79d0 item 67 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15f4c0): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15f4c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.857577562 +0000 UTC m=+30.199399385 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15f4c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15f9c0): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15f9c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15f9c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15f9c0): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15f9c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.857577562 +0000 UTC m=+30.199399385 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea15f9c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea4e7b90 item 67 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea178140): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea178140): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea178140): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea178140): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea178140): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.858923748 +0000 UTC m=+30.200745570 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea178140): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea178640): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea178640): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea65e070 item 68 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea178640): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea178640): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea178640): _writeAt: size=3, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea178640): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea178640): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.85949638 +0000 UTC m=+30.201318203 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea178640): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea178b80): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea178b80): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea178b80): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea178b80): >_readAt: n=3, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea178b80): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.85949638 +0000 UTC m=+30.201318203 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea178b80): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea65e230 item 68 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1791c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1791c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1791c0): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1791c0): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1791c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.861380042 +0000 UTC m=+30.203201863 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1791c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea179640): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea179640): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea179640): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea179640): >_readAt: n=2, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea179640): _writeAt: size=3, off=2 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea65e5b0 item 69 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea179640): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea179640): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.862001446 +0000 UTC m=+30.203823269 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea179640): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea179b40): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea179b40): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea179b40): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea179b40): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea179b40): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.862001446 +0000 UTC m=+30.203823269 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea179b40): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea65e770 item 69 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1862c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1862c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1862c0): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1862c0): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1862c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.863174664 +0000 UTC m=+30.204996487 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1862c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1867c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1867c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea65eb60 item 70 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1867c0): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1867c0): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1867c0): _writeAt: size=3, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1867c0): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1867c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.863777745 +0000 UTC m=+30.205599567 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1867c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea186d00): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea186d00): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea186d00): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea186d00): >_readAt: n=3, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea186d00): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.863777745 +0000 UTC m=+30.205599567 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea186d00): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea65ed20 item 70 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea187380): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea187380): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea187380): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea187380): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea187380): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.865480334 +0000 UTC m=+30.207302156 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea187380): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea187880): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea187880): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea187880): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea187880): >_readAt: n=2, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea187880): _writeAt: size=3, off=2 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea65f110 item 71 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea187880): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea187880): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.86622425 +0000 UTC m=+30.208046072 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea187880): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea187d80): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea187d80): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea187d80): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea187d80): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea187d80): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.86622425 +0000 UTC m=+30.208046072 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea187d80): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea65f2d0 item 71 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e2500): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e2500): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e2500): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e2500): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e2500): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.867696884 +0000 UTC m=+30.209518706 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e2500): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e2a00): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e2a00): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea65f880 item 72 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e2a00): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e2a00): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e2a00): _writeAt: size=3, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e2a00): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e2a00): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.868443526 +0000 UTC m=+30.210265348 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e2a00): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e2f40): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e2f40): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e2f40): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e2f40): >_readAt: n=3, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e2f40): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.868443526 +0000 UTC m=+30.210265348 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e2f40): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea65fb90 item 72 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e3500): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e3500): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e3500): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e3500): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e3500): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e3500): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e3500): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.869888107 +0000 UTC m=+30.211709929 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e3500): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e3a00): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e3a00): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e3a00): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea0a37a0 item 73 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e3a00): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e3a00): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.870601585 +0000 UTC m=+30.212423408 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e3a00): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e3ec0): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e3ec0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e3ec0): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e3ec0): >_readAt: n=2, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e3ec0): _writeAt: size=3, off=2 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298be9ef6620 item 73 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e3ec0): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e3ec0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.871263989 +0000 UTC m=+30.213085811 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1e3ec0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1f8500): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1f8500): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1f8500): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1f8500): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1f8500): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.871263989 +0000 UTC m=+30.213085811 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1f8500): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298be9ef6af0 item 73 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1f8b40): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1f8b40): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1f8b40): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1f8b40): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1f8b40): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1f8b40): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1f8b40): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.872587741 +0000 UTC m=+30.214409563 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1f8b40): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1f9040): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1f9040): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1f9040): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298be9ef7730 item 74 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1f9040): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1f9040): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.87319515 +0000 UTC m=+30.215016972 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1f9040): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1f9580): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1f9580): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298be9ef7b20 item 74 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1f9580): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1f9580): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1f9580): _writeAt: size=3, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1f9580): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1f9580): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.873921683 +0000 UTC m=+30.215743505 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1f9580): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1f9b00): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1f9b00): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1f9b00): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1f9b00): >_readAt: n=3, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1f9b00): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.873921683 +0000 UTC m=+30.215743505 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea1f9b00): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea552150 item 74 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea220240): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea220240): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea220240): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea220240): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea220240): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea220240): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea220240): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.875505016 +0000 UTC m=+30.217326838 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea220240): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea220740): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea220740): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea220740): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea552690 item 75 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea220740): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea220740): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.87606787 +0000 UTC m=+30.217889692 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea220740): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea220c80): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea220c80): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea220c80): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea220c80): >_readAt: n=2, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea220c80): _writeAt: size=3, off=2 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea5528c0 item 75 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea220c80): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea220c80): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.876622769 +0000 UTC m=+30.218444592 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea220c80): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2211c0): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2211c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2211c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2211c0): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2211c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.876622769 +0000 UTC m=+30.218444592 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2211c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea552a80 item 75 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea221800): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea221800): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea221800): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea221800): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea221800): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea221800): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea221800): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.877874175 +0000 UTC m=+30.219695997 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea221800): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea221d00): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea221d00): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea221d00): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea552f50 item 76 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea221d00): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea221d00): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.878391914 +0000 UTC m=+30.220213736 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea221d00): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea244340): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea244340): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea553180 item 76 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea244340): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea244340): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea244340): _writeAt: size=3, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea244340): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea244340): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.879157792 +0000 UTC m=+30.220979614 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea244340): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2448c0): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2448c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2448c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2448c0): >_readAt: n=3, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2448c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.879157792 +0000 UTC m=+30.220979614 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2448c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea553340 item 76 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2d6380): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2d6380): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2d6380): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2d6380): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2d6380): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2d6380): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2d6380): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.880710137 +0000 UTC m=+30.222531959 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2d6380): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2d6900): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2d6900): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2d6900): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea1d23f0 item 77 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2d6900): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2d6900): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.881598727 +0000 UTC m=+30.223420559 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2d6900): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2d7000): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2d7000): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2d7000): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2d7000): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2d7000): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.881598727 +0000 UTC m=+30.223420559 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2d7000): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea1d25b0 item 77 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2d7640): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2d7640): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2d7640): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2d7640): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2d7640): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2d7640): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2d7640): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.885929745 +0000 UTC m=+30.227751567 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2d7640): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2d7b40): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2d7b40): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2d7b40): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea1d2b60 item 78 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2d7b40): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2d7b40): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.886546922 +0000 UTC m=+30.228368744 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2d7b40): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2fc340): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2fc340): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2fc340): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2fc340): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2fc340): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.886546922 +0000 UTC m=+30.228368744 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2fc340): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea1d2d90 item 78 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2fc980): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2fc980): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2fc980): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2fc980): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2fc980): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2fc980): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2fc980): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.887858491 +0000 UTC m=+30.229680314 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2fc980): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2fce80): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2fce80): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2fce80): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea1d3180 item 79 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2fce80): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2fce80): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.888264129 +0000 UTC m=+30.230085951 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2fce80): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2fd580): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2fd580): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2fd580): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2fd580): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2fd580): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.888264129 +0000 UTC m=+30.230085951 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2fd580): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea1d3340 item 79 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 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/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2fdbc0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2fdbc0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2fdbc0): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2fdbc0): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2fdbc0): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2fdbc0): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2fdbc0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.88951318 +0000 UTC m=+30.231335002 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2fdbc0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2a01c0): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2a01c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2a01c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea1d38f0 item 80 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2a01c0): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2a01c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.889928787 +0000 UTC m=+30.231750609 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2a01c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2a08c0): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2a08c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2a08c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2a08c0): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2a08c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.889928787 +0000 UTC m=+30.231750609 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2a08c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea1d3c70 item 80 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2a0f00): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2a0f00): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2a0f00): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2a0f00): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2a0f00): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.89111041 +0000 UTC m=+30.232932243 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2a0f00): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2a1380): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2a1380): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2a1380): open at offset 5 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2a1380): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2a1380): >_readAt: n=2, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2a1380): _writeAt: size=3, off=7 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298be9ebe7e0 item 81 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2a1380): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2a1380): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.893762324 +0000 UTC m=+30.235584146 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2a1380): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2a18c0): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2a18c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2a18c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2a18c0): >_readAt: n=8, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2a18c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.893762324 +0000 UTC m=+30.235584146 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2a18c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298be9ebf110 item 81 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b6040): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b6040): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b6040): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b6040): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b6040): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.895063413 +0000 UTC m=+30.236885236 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b6040): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b6540): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b6540): open at offset 5 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b6540): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea5122a0 item 82 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b6540): _readAt: size=2, off=5 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b6540): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b6540): _writeAt: size=3, off=5 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b6540): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b6540): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.895653299 +0000 UTC m=+30.237475122 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b6540): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b6ac0): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b6ac0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b6ac0): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b6ac0): >_readAt: n=3, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b6ac0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.895653299 +0000 UTC m=+30.237475122 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b6ac0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea5125b0 item 82 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b7140): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b7140): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b7140): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b7140): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b7140): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.900351912 +0000 UTC m=+30.242173735 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b7140): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b7640): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b7640): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b7640): open at offset 5 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b7640): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b7640): >_readAt: n=2, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b7640): _writeAt: size=3, off=7 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea512a10 item 83 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b7640): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b7640): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.901452673 +0000 UTC m=+30.243274496 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b7640): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b7b80): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b7b80): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b7b80): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b7b80): >_readAt: n=8, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b7b80): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.901452673 +0000 UTC m=+30.243274496 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea2b7b80): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea512c40 item 83 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea304300): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea304300): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea304300): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea304300): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea304300): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.904591899 +0000 UTC m=+30.246413721 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea304300): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea304800): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea304800): open at offset 5 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea304800): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea513110 item 84 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea304800): _readAt: size=2, off=5 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea304800): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea304800): _writeAt: size=3, off=5 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea304800): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea304800): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.907917936 +0000 UTC m=+30.249739758 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea304800): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea304d80): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea304d80): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea304d80): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea304d80): >_readAt: n=3, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea304d80): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.907917936 +0000 UTC m=+30.249739758 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea304d80): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea513420 item 84 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea305400): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea305400): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea305400): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea305400): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea305400): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.909042313 +0000 UTC m=+30.250864135 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea305400): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea305900): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea305900): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea305900): open at offset 5 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea305900): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea305900): >_readAt: n=2, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea305900): _writeAt: size=3, off=7 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea513880 item 85 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea305900): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea305900): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.910329496 +0000 UTC m=+30.252151318 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea305900): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea305e40): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea305e40): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea305e40): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea305e40): >_readAt: n=8, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea305e40): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.910329496 +0000 UTC m=+30.252151318 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea305e40): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea513b20 item 85 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea3505c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea3505c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea3505c0): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea3505c0): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea3505c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.912825375 +0000 UTC m=+30.254647197 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea3505c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea350ac0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea350ac0): open at offset 5 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea350ac0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea352000 item 86 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea350ac0): _readAt: size=2, off=5 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea350ac0): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea350ac0): _writeAt: size=3, off=5 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea350ac0): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea350ac0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.913570964 +0000 UTC m=+30.255392797 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea350ac0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea351040): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea351040): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea351040): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea351040): >_readAt: n=3, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea351040): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.913570964 +0000 UTC m=+30.255392797 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea351040): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea352380 item 86 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea3516c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea3516c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea3516c0): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea3516c0): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea3516c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.91527191 +0000 UTC m=+30.257093732 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea3516c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea351bc0): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea351bc0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea351bc0): open at offset 5 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea351bc0): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea351bc0): >_readAt: n=2, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea351bc0): _writeAt: size=3, off=7 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea3528c0 item 87 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea351bc0): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea351bc0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.915676185 +0000 UTC m=+30.257498007 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea351bc0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea404200): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea404200): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea404200): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea404200): >_readAt: n=8, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea404200): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.915676185 +0000 UTC m=+30.257498007 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea404200): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea352a80 item 87 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 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/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea404880): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea404880): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea404880): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea404880): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea404880): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.917030515 +0000 UTC m=+30.258852337 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea404880): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea404d80): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea404d80): open at offset 5 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea404d80): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea352ee0 item 88 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea404d80): _readAt: size=2, off=5 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea404d80): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea404d80): _writeAt: size=3, off=5 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea404d80): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea404d80): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.917681967 +0000 UTC m=+30.259503789 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea404d80): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea405300): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea405300): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea405300): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea405300): >_readAt: n=3, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea405300): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.917681967 +0000 UTC m=+30.259503789 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea405300): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea3531f0 item 88 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea405940): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea405940): open at offset 0 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea405940): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea405940): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea405940): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea405940): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea405940): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea405940): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.919470719 +0000 UTC m=+30.261292541 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea405940): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea405e80): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea405e80): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea405e80): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea353650 item 89 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea405e80): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea405e80): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.920064892 +0000 UTC m=+30.261886714 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea405e80): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41e4c0): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41e4c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41e4c0): open at offset 5 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41e4c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41e4c0): >_readAt: n=2, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41e4c0): _writeAt: size=3, off=7 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea353960 item 89 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41e4c0): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41e4c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.920513019 +0000 UTC m=+30.262334841 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41e4c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41ea40): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41ea40): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41ea40): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41ea40): >_readAt: n=8, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41ea40): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.920513019 +0000 UTC m=+30.262334841 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41ea40): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea353c00 item 89 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41f080): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41f080): open at offset 0 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41f080): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41f080): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41f080): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41f080): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41f080): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41f080): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.92181483 +0000 UTC m=+30.263636653 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41f080): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41f5c0): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41f5c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41f5c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea3a82a0 item 90 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41f5c0): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41f5c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.922255844 +0000 UTC m=+30.264077666 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41f5c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41fb00): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41fb00): open at offset 5 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41fb00): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea3a8540 item 90 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41fb00): _readAt: size=2, off=5 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41fb00): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41fb00): _writeAt: size=3, off=5 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41fb00): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41fb00): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.922847442 +0000 UTC m=+30.264669264 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea41fb00): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4641c0): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4641c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4641c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4641c0): >_readAt: n=3, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4641c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.922847442 +0000 UTC m=+30.264669264 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea4641c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea3a8700 item 90 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea464800): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea464800): open at offset 0 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea464800): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea464800): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea464800): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea464800): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea464800): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea464800): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.923886868 +0000 UTC m=+30.265708690 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea464800): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea464d40): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea464d40): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea464d40): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea3a8cb0 item 91 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea464d40): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea464d40): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.924286775 +0000 UTC m=+30.266108596 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea464d40): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea465280): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea465280): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea465280): open at offset 5 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea465280): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea465280): >_readAt: n=2, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea465280): _writeAt: size=3, off=7 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea3a8e70 item 91 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea465280): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea465280): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.924736955 +0000 UTC m=+30.266558778 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea465280): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea465800): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea465800): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea465800): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea465800): >_readAt: n=8, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea465800): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.924736955 +0000 UTC m=+30.266558778 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea465800): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea3a90a0 item 91 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 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/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea465e40): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea465e40): open at offset 0 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea465e40): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea465e40): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea465e40): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea465e40): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea465e40): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea465e40): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.925867382 +0000 UTC m=+30.267689204 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea465e40): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea522480): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea522480): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea522480): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea3a98f0 item 92 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea522480): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea522480): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.926297977 +0000 UTC m=+30.268119798 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea522480): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5229c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5229c0): open at offset 5 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5229c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea3a9b20 item 92 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5229c0): _readAt: size=2, off=5 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5229c0): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5229c0): _writeAt: size=3, off=5 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5229c0): >_writeAt: n=3, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5229c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.926841123 +0000 UTC m=+30.268662945 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5229c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea522f80): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea522f80): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea522f80): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea522f80): >_readAt: n=3, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea522f80): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.926841123 +0000 UTC m=+30.268662945 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea522f80): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298bea3a9dc0 item 92 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5235c0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5235c0): open at offset 0 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5235c0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5235c0): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5235c0): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5235c0): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5235c0): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5235c0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.927912128 +0000 UTC m=+30.269733950 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea5235c0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea523b00): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea523b00): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea523b00): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298be9f0e770 item 93 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea523b00): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea523b00): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.928326561 +0000 UTC m=+30.270148383 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea523b00): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea54a300): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea54a300): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea54a300): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea54a300): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea54a300): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.928326561 +0000 UTC m=+30.270148383 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea54a300): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298be9f0eaf0 item 93 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 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/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea54a940): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea54a940): open at offset 0 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea54a940): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea54a940): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea54a940): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea54a940): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea54a940): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea54a940): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.929551417 +0000 UTC m=+30.271373259 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea54a940): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea54ae80): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea54ae80): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea54ae80): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298be9f0f2d0 item 94 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea54ae80): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea54ae80): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.930016247 +0000 UTC m=+30.271838068 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea54ae80): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea54b580): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea54b580): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea54b580): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea54b580): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea54b580): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.930016247 +0000 UTC m=+30.271838068 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea54b580): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298be9f0f650 item 94 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 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/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea54bbc0): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea54bbc0): open at offset 0 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea54bbc0): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea54bbc0): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea54bbc0): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea54bbc0): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea54bbc0): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea54bbc0): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.931808785 +0000 UTC m=+30.273630608 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea54bbc0): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea570200): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea570200): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea570200): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298be9f0fce0 item 95 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea570200): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea570200): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.932235602 +0000 UTC m=+30.274057424 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea570200): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea570900): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea570900): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea570900): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea570900): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea570900): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.932235602 +0000 UTC m=+30.274057424 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea570900): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298be9f62850 item 95 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 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/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea570f40): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea570f40): open at offset 0 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea570f40): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea570f40): _readAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea570f40): >_readAt: n=0, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea570f40): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea570f40): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea570f40): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.933855555 +0000 UTC m=+30.275677377 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea570f40): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea571480): _writeAt: size=5, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea571480): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea571480): >openPending: err= 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298be9f62f50 item 96 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea571480): >_writeAt: n=5, err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea571480): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.935318601 +0000 UTC m=+30.277140423 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea571480): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: File.openRW failed: file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/05/06 03:22:28 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:28 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/05/06 03:22:28 DEBUG : open-test-file: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : open-test-file: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea571b80): _readAt: size=512, off=0 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea571b80): openPending: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea571b80): >openPending: err= 2026/05/06 03:22:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea571b80): >_readAt: n=5, err=EOF 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea571b80): close: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: setting modification time to 2026-05-06 03:22:28.935318601 +0000 UTC m=+30.277140423 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : open-test-file(0x298bea571b80): >close: err= 2026/05/06 03:22:28 DEBUG : open-test-file: Remove: 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x298be9f63260 item 96 2026/05/06 03:22:28 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/05/06 03:22:28 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/05/06 03:22:28 DEBUG : open-test-file: >Remove: err= 2026/05/06 03:22:28 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:28 DEBUG : Looking for writers 2026/05/06 03:22:28 DEBUG : >WaitForWriters: 2026/05/06 03:22:28 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: cleaner exiting --- PASS: TestRWFileHandleOpenTests (0.48s) --- PASS: TestRWFileHandleOpenTests/writes (0.22s) --- 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.01s) --- 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.26s) --- 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.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE (0.01s) --- 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:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:28 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:28 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/06 03:22:28 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:28 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:28 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:28 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/06 03:22:28 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:28 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:28 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/06 03:22:28 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:28 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:28 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/06 03:22:28 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:28 DEBUG : file1: newRWFileHandle: 2026/05/06 03:22:28 DEBUG : file1(0x298bea03db80): openPending: 2026/05/06 03:22:28 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:28 DEBUG : file1(0x298bea03db80): >openPending: err= 2026/05/06 03:22:28 DEBUG : file1: >newRWFileHandle: err= 2026/05/06 03:22:28 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:28 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/05/06 03:22:28 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/05/06 03:22:28 DEBUG : file1(0x298bea03db80): _writeAt: size=2, off=0 2026/05/06 03:22:28 DEBUG : file1(0x298bea03db80): >_writeAt: n=2, err= 2026/05/06 03:22:28 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/05/06 03:22:28 DEBUG : file1(0x298bea03db80): RWFileHandle.Flush 2026/05/06 03:22:28 DEBUG : file1(0x298bea03db80): RWFileHandle.Release 2026/05/06 03:22:28 DEBUG : file1(0x298bea03db80): close: 2026/05/06 03:22:28 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/05/06 03:22:28 INFO : file1: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:28 DEBUG : file1(0x298bea03db80): >close: err= 2026/05/06 03:22:28 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:28 DEBUG : Looking for writers 2026/05/06 03:22:28 DEBUG : file1: reading active writers 2026/05/06 03:22:28 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/06 03:22:28 DEBUG : Looking for writers 2026/05/06 03:22:28 DEBUG : file1: reading active writers 2026/05/06 03:22:28 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/06 03:22:28 DEBUG : Looking for writers 2026/05/06 03:22:28 DEBUG : file1: reading active writers 2026/05/06 03:22:28 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/06 03:22:29 DEBUG : Looking for writers 2026/05/06 03:22:29 DEBUG : file1: reading active writers 2026/05/06 03:22:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/06 03:22:29 DEBUG : file1: vfs cache: starting upload 2026/05/06 03:22:29 DEBUG : file1.a0a9169e.partial: size = 2 OK 2026/05/06 03:22:29 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/file1.a0a9169e.partial" 2026/05/06 03:22:29 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:29 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/file1.a0a9169e.partial 2026/05/06 03:22:29 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/file1.a0a9169e.partial" 2026/05/06 03:22:29 DEBUG : Looking for writers 2026/05/06 03:22:29 DEBUG : file1: reading active writers 2026/05/06 03:22:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/06 03:22:29 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-payudas9xaqi/dir/file1: no such file or directory 2026/05/06 03:22:29 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-payudas9xaqi/dir/file1: no such file or directory 2026/05/06 03:22:29 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:29 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-payudas9xaqi/file1.a0a9169e.partial 2026/05/06 03:22:29 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:29 DEBUG : file1.a0a9169e.partial: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/05/06 03:22:29 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/05/06 03:22:29 DEBUG : file1.a0a9169e.partial: renamed to: file1 2026/05/06 03:22:29 INFO : file1: Copied (new) 2026/05/06 03:22:29 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/file1" 2026/05/06 03:22:29 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:29 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/file1 2026/05/06 03:22:29 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/file1" 2026/05/06 03:22:29 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:29 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-payudas9xaqi/file1 2026/05/06 03:22:29 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:29 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/05/06 03:22:29 DEBUG : file1: vfs cache: fingerprint now "2,2012-11-18 17:32:31 +0000 UTC,49f68a5c8493ec2c0bf489821c21fc3b" 2026/05/06 03:22:29 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/05/06 03:22:29 DEBUG : file1: Not setting pending mod time 2012-11-18 17:32:31 +0000 UTC as it is already set 2026/05/06 03:22:29 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:29 INFO : file1: vfs cache: upload succeeded try #1 2026/05/06 03:22:29 DEBUG : Looking for writers 2026/05/06 03:22:29 DEBUG : file1: reading active writers 2026/05/06 03:22:29 DEBUG : >WaitForWriters: 2026/05/06 03:22:29 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/file1" 2026/05/06 03:22:29 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:29 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/file1 2026/05/06 03:22:29 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/file1" 2026/05/06 03:22:29 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:29 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-payudas9xaqi/file1 2026/05/06 03:22:29 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:29 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/05/06 03:22:29 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/file1" 2026/05/06 03:22:29 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:29 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/file1 2026/05/06 03:22:29 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/file1" 2026/05/06 03:22:29 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-payudas9xaqi/dir/file1: no such file or directory 2026/05/06 03:22:29 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-payudas9xaqi/dir/file1: no such file or directory 2026/05/06 03:22:29 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:29 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: c22b5f9178342609428d6f51b2c5af4c0bde6a42 /rclone-test-payudas9xaqi/file1 2026/05/06 03:22:29 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:29 DEBUG : file1: Parsed hash: c22b5f9178342609428d6f51b2c5af4c0bde6a42 2026/05/06 03:22:29 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:29 DEBUG : Looking for writers 2026/05/06 03:22:29 DEBUG : file1: reading active writers 2026/05/06 03:22:29 DEBUG : >WaitForWriters: 2026/05/06 03:22:29 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: cleaner exiting --- PASS: TestRWFileModTimeWithOpenWriters (0.48s) === RUN TestRWCacheRename run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:29 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:29 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/06 03:22:29 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:29 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:29 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:29 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/06 03:22:29 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:29 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:29 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/06 03:22:29 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:29 DEBUG : rename_me: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:29 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/06 03:22:29 DEBUG : rename_me: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:29 DEBUG : rename_me: newRWFileHandle: 2026/05/06 03:22:29 DEBUG : rename_me(0x298bea58cac0): openPending: 2026/05/06 03:22:29 DEBUG : rename_me: vfs cache: truncate to size=0 (not needed as size correct) 2026/05/06 03:22:29 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/05/06 03:22:29 DEBUG : rename_me(0x298bea58cac0): >openPending: err= 2026/05/06 03:22:29 DEBUG : rename_me: >newRWFileHandle: err= 2026/05/06 03:22:29 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/05/06 03:22:29 DEBUG : rename_me: >Open: fd=rename_me (rw), err= 2026/05/06 03:22:29 DEBUG : rename_me: >OpenFile: fd=rename_me (rw), err= 2026/05/06 03:22:29 DEBUG : rename_me(0x298bea58cac0): _writeAt: size=5, off=0 2026/05/06 03:22:29 DEBUG : rename_me(0x298bea58cac0): >_writeAt: n=5, err= 2026/05/06 03:22:29 DEBUG : rename_me(0x298bea58cac0): close: 2026/05/06 03:22:29 DEBUG : rename_me: vfs cache: setting modification time to 2026-05-06 03:22:29.425331788 +0000 UTC m=+30.767153620 2026/05/06 03:22:29 INFO : rename_me: vfs cache: queuing for upload in 100ms 2026/05/06 03:22:29 DEBUG : rename_me(0x298bea58cac0): >close: err= 2026/05/06 03:22:29 INFO : rename_me: vfs cache: renamed in cache to "i_was_renamed" 2026/05/06 03:22:29 DEBUG : i_was_renamed: Updating file with 0x298bea6ce8f0 2026/05/06 03:22:29 DEBUG : Added virtual directory entry vDel: "rename_me" 2026/05/06 03:22:29 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/05/06 03:22:29 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:29 DEBUG : Looking for writers 2026/05/06 03:22:29 DEBUG : i_was_renamed: reading active writers 2026/05/06 03:22:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/05/06 03:22:29 DEBUG : Looking for writers 2026/05/06 03:22:29 DEBUG : i_was_renamed: reading active writers 2026/05/06 03:22:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/05/06 03:22:29 DEBUG : Looking for writers 2026/05/06 03:22:29 DEBUG : i_was_renamed: reading active writers 2026/05/06 03:22:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/05/06 03:22:29 DEBUG : Looking for writers 2026/05/06 03:22:29 DEBUG : i_was_renamed: reading active writers 2026/05/06 03:22:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/05/06 03:22:29 DEBUG : i_was_renamed: vfs cache: starting upload 2026/05/06 03:22:29 DEBUG : i_was_renamed.8f675fc4.partial: size = 5 OK 2026/05/06 03:22:29 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/i_was_renamed.8f675fc4.partial" 2026/05/06 03:22:29 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:29 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/i_was_renamed.8f675fc4.partial 2026/05/06 03:22:29 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/i_was_renamed.8f675fc4.partial" 2026/05/06 03:22:29 DEBUG : Looking for writers 2026/05/06 03:22:29 DEBUG : i_was_renamed: reading active writers 2026/05/06 03:22:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/05/06 03:22:29 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-payudas9xaqi/dir/file1: no such file or directory 2026/05/06 03:22:29 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-payudas9xaqi/dir/file1: no such file or directory 2026/05/06 03:22:29 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:29 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-payudas9xaqi/i_was_renamed.8f675fc4.partial 2026/05/06 03:22:29 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:29 DEBUG : i_was_renamed.8f675fc4.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/06 03:22:29 DEBUG : i_was_renamed: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/06 03:22:29 DEBUG : i_was_renamed.8f675fc4.partial: renamed to: i_was_renamed 2026/05/06 03:22:29 INFO : i_was_renamed: Copied (new) 2026/05/06 03:22:29 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/i_was_renamed" 2026/05/06 03:22:29 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:29 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/i_was_renamed 2026/05/06 03:22:29 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/i_was_renamed" 2026/05/06 03:22:29 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:29 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-payudas9xaqi/i_was_renamed 2026/05/06 03:22:29 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:29 DEBUG : i_was_renamed: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/06 03:22:29 DEBUG : i_was_renamed: vfs cache: fingerprint now "5,2026-05-06 03:22:29 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/05/06 03:22:29 DEBUG : i_was_renamed: vfs cache: writeback object to VFS layer 2026/05/06 03:22:29 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/05/06 03:22:29 INFO : i_was_renamed: vfs cache: upload succeeded try #1 2026/05/06 03:22:29 DEBUG : Looking for writers 2026/05/06 03:22:29 DEBUG : i_was_renamed: reading active writers 2026/05/06 03:22:29 DEBUG : >WaitForWriters: 2026/05/06 03:22:29 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: cleaner exiting --- PASS: TestRWCacheRename (0.32s) === RUN TestRWCacheUpdate run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:29 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:29 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/05/06 03:22:29 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:29 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:29 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:29 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/06 03:22:29 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:29 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:29 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/05/06 03:22:29 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-payudas9xaqi" 2026/05/06 03:22:29 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/05/06 03:22:29 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/TestRWCacheUpdate" 2026/05/06 03:22:29 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:29 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/TestRWCacheUpdate 2026/05/06 03:22:29 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/TestRWCacheUpdate" 2026/05/06 03:22:29 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:29 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-payudas9xaqi/TestRWCacheUpdate 2026/05/06 03:22:29 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:29 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/05/06 03:22:29 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/TestRWCacheUpdate" 2026/05/06 03:22:29 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:29 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/TestRWCacheUpdate 2026/05/06 03:22:29 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/TestRWCacheUpdate" 2026/05/06 03:22:29 DEBUG : forgetting directory cache 2026/05/06 03:22:29 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:29 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 288158e561053f03b91b9361f5d0328ac9e349fc /rclone-test-payudas9xaqi/TestRWCacheUpdate 2026/05/06 03:22:29 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:29 DEBUG : TestRWCacheUpdate: Parsed hash: 288158e561053f03b91b9361f5d0328ac9e349fc 2026/05/06 03:22:30 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:30 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/06 03:22:30 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/06 03:22:30 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/06 03:22:30 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/06 03:22:30 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/06 03:22:30 DEBUG : TestRWCacheUpdate(0x298bea60a640): _readAt: size=512, off=0 2026/05/06 03:22:30 DEBUG : TestRWCacheUpdate(0x298bea60a640): openPending: 2026/05/06 03:22:30 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/TestRWCacheUpdate" 2026/05/06 03:22:30 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:30 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/TestRWCacheUpdate 2026/05/06 03:22:30 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/TestRWCacheUpdate" 2026/05/06 03:22:30 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:30 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-payudas9xaqi/TestRWCacheUpdate 2026/05/06 03:22:30 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:30 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/05/06 03:22:30 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-06 02:23:29 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" against cached fingerprint "" 2026/05/06 03:22:30 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/06 03:22:30 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/06 03:22:30 DEBUG : TestRWCacheUpdate(0x298bea60a640): >openPending: err= 2026/05/06 03:22:30 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/06 03:22:30 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/06 03:22:30 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/06 03:22:30 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/06 03:22:30 DEBUG : TestRWCacheUpdate(0x298bea60a640): >_readAt: n=20, err=EOF 2026/05/06 03:22:30 DEBUG : TestRWCacheUpdate(0x298bea60a640): close: 2026/05/06 03:22:30 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-06 02:23:29 +0000 UTC 2026/05/06 03:22:30 DEBUG : TestRWCacheUpdate(0x298bea60a640): >close: err= 2026/05/06 03:22:30 DEBUG : Re-reading directory (106.580032ms old) 2026/05/06 03:22:30 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/06 03:22:30 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/06 03:22:30 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/TestRWCacheUpdate" 2026/05/06 03:22:30 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:30 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/TestRWCacheUpdate 2026/05/06 03:22:30 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/TestRWCacheUpdate" 2026/05/06 03:22:30 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:30 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-payudas9xaqi/TestRWCacheUpdate 2026/05/06 03:22:30 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:30 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/05/06 03:22:30 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/TestRWCacheUpdate" 2026/05/06 03:22:30 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:30 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/TestRWCacheUpdate 2026/05/06 03:22:30 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/TestRWCacheUpdate" 2026/05/06 03:22:30 DEBUG : forgetting directory cache 2026/05/06 03:22:30 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:30 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 /rclone-test-payudas9xaqi/TestRWCacheUpdate 2026/05/06 03:22:30 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:30 DEBUG : TestRWCacheUpdate: Parsed hash: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 2026/05/06 03:22:30 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:30 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/06 03:22:30 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/06 03:22:30 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/06 03:22:30 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/06 03:22:30 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/06 03:22:30 DEBUG : TestRWCacheUpdate(0x298bea244200): _readAt: size=512, off=0 2026/05/06 03:22:30 DEBUG : TestRWCacheUpdate(0x298bea244200): openPending: 2026/05/06 03:22:30 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/TestRWCacheUpdate" 2026/05/06 03:22:30 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:30 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/TestRWCacheUpdate 2026/05/06 03:22:30 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/TestRWCacheUpdate" 2026/05/06 03:22:30 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:30 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-payudas9xaqi/TestRWCacheUpdate 2026/05/06 03:22:30 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:30 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/05/06 03:22:30 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-06 02:24:29 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" against cached fingerprint "20,2026-05-06 02:23:29 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" 2026/05/06 03:22:30 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-06 02:24:29 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" != cached fingerprint "20,2026-05-06 02:23:29 +0000 UTC,8558f20bbf1a5777c862752b37ad49be") 2026/05/06 03:22:30 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/06 03:22:30 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/06 03:22:30 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/06 03:22:30 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/06 03:22:30 DEBUG : TestRWCacheUpdate(0x298bea244200): >openPending: err= 2026/05/06 03:22:30 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/06 03:22:30 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/06 03:22:30 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/06 03:22:30 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/06 03:22:30 DEBUG : TestRWCacheUpdate(0x298bea244200): >_readAt: n=20, err=EOF 2026/05/06 03:22:30 DEBUG : TestRWCacheUpdate(0x298bea244200): close: 2026/05/06 03:22:30 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-06 02:24:29 +0000 UTC 2026/05/06 03:22:30 DEBUG : TestRWCacheUpdate(0x298bea244200): >close: err= 2026/05/06 03:22:30 DEBUG : Re-reading directory (103.968856ms old) 2026/05/06 03:22:30 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/06 03:22:30 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/06 03:22:30 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/TestRWCacheUpdate" 2026/05/06 03:22:30 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:30 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/TestRWCacheUpdate 2026/05/06 03:22:30 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/TestRWCacheUpdate" 2026/05/06 03:22:30 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:30 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-payudas9xaqi/TestRWCacheUpdate 2026/05/06 03:22:30 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:30 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/05/06 03:22:30 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/TestRWCacheUpdate" 2026/05/06 03:22:30 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:30 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/TestRWCacheUpdate 2026/05/06 03:22:30 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/TestRWCacheUpdate" 2026/05/06 03:22:30 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:30 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: cdbdc94ef0e50810466d21c31d02b8365e9616d2 /rclone-test-payudas9xaqi/TestRWCacheUpdate 2026/05/06 03:22:30 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:30 DEBUG : TestRWCacheUpdate: Parsed hash: cdbdc94ef0e50810466d21c31d02b8365e9616d2 2026/05/06 03:22:30 DEBUG : forgetting directory cache 2026/05/06 03:22:31 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:31 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/06 03:22:31 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/06 03:22:31 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/06 03:22:31 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/06 03:22:31 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/06 03:22:31 DEBUG : TestRWCacheUpdate(0x298bea60b180): _readAt: size=512, off=0 2026/05/06 03:22:31 DEBUG : TestRWCacheUpdate(0x298bea60b180): openPending: 2026/05/06 03:22:31 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/TestRWCacheUpdate" 2026/05/06 03:22:31 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:31 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/TestRWCacheUpdate 2026/05/06 03:22:31 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/TestRWCacheUpdate" 2026/05/06 03:22:31 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:31 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-payudas9xaqi/TestRWCacheUpdate 2026/05/06 03:22:31 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:31 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/05/06 03:22:31 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-06 02:25:29 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" against cached fingerprint "20,2026-05-06 02:24:29 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" 2026/05/06 03:22:31 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-06 02:25:29 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" != cached fingerprint "20,2026-05-06 02:24:29 +0000 UTC,944a242d910e2bbacae0d0db8c64490a") 2026/05/06 03:22:31 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/06 03:22:31 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/06 03:22:31 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/06 03:22:31 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/06 03:22:31 DEBUG : TestRWCacheUpdate(0x298bea60b180): >openPending: err= 2026/05/06 03:22:31 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/06 03:22:31 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/06 03:22:31 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/06 03:22:31 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/06 03:22:31 DEBUG : TestRWCacheUpdate(0x298bea60b180): >_readAt: n=20, err=EOF 2026/05/06 03:22:31 DEBUG : TestRWCacheUpdate(0x298bea60b180): close: 2026/05/06 03:22:31 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-06 02:25:29 +0000 UTC 2026/05/06 03:22:31 DEBUG : TestRWCacheUpdate(0x298bea60b180): >close: err= 2026/05/06 03:22:31 DEBUG : Re-reading directory (107.13394ms old) 2026/05/06 03:22:31 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/06 03:22:31 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/06 03:22:31 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/TestRWCacheUpdate" 2026/05/06 03:22:31 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:31 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/TestRWCacheUpdate 2026/05/06 03:22:31 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/TestRWCacheUpdate" 2026/05/06 03:22:31 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:31 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-payudas9xaqi/TestRWCacheUpdate 2026/05/06 03:22:31 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:31 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/05/06 03:22:31 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/TestRWCacheUpdate" 2026/05/06 03:22:31 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:31 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/TestRWCacheUpdate 2026/05/06 03:22:31 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/TestRWCacheUpdate" 2026/05/06 03:22:31 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:31 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 /rclone-test-payudas9xaqi/TestRWCacheUpdate 2026/05/06 03:22:31 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:31 DEBUG : TestRWCacheUpdate: Parsed hash: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 2026/05/06 03:22:31 DEBUG : forgetting directory cache 2026/05/06 03:22:31 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:31 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/06 03:22:31 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/06 03:22:31 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/06 03:22:31 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/06 03:22:31 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/06 03:22:31 DEBUG : TestRWCacheUpdate(0x298bea447680): _readAt: size=512, off=0 2026/05/06 03:22:31 DEBUG : TestRWCacheUpdate(0x298bea447680): openPending: 2026/05/06 03:22:31 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/TestRWCacheUpdate" 2026/05/06 03:22:31 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:31 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/TestRWCacheUpdate 2026/05/06 03:22:31 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/TestRWCacheUpdate" 2026/05/06 03:22:31 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:31 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-payudas9xaqi/TestRWCacheUpdate 2026/05/06 03:22:31 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:31 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/05/06 03:22:31 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-06 02:26:29 +0000 UTC,a8c7956852282e88c22a986150cb5a68" against cached fingerprint "20,2026-05-06 02:25:29 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" 2026/05/06 03:22:31 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-06 02:26:29 +0000 UTC,a8c7956852282e88c22a986150cb5a68" != cached fingerprint "20,2026-05-06 02:25:29 +0000 UTC,4e063366550d230fc1fb85c19dbb494d") 2026/05/06 03:22:31 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/06 03:22:31 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/06 03:22:31 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/06 03:22:31 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/06 03:22:31 DEBUG : TestRWCacheUpdate(0x298bea447680): >openPending: err= 2026/05/06 03:22:31 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/06 03:22:31 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/06 03:22:31 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/06 03:22:31 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/06 03:22:31 DEBUG : TestRWCacheUpdate(0x298bea447680): >_readAt: n=20, err=EOF 2026/05/06 03:22:31 DEBUG : TestRWCacheUpdate(0x298bea447680): close: 2026/05/06 03:22:31 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-06 02:26:29 +0000 UTC 2026/05/06 03:22:31 DEBUG : TestRWCacheUpdate(0x298bea447680): >close: err= 2026/05/06 03:22:31 DEBUG : Re-reading directory (100.919941ms old) 2026/05/06 03:22:31 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/06 03:22:31 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/06 03:22:31 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/TestRWCacheUpdate" 2026/05/06 03:22:31 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:31 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/TestRWCacheUpdate 2026/05/06 03:22:31 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/TestRWCacheUpdate" 2026/05/06 03:22:31 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:31 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-payudas9xaqi/TestRWCacheUpdate 2026/05/06 03:22:31 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:31 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/05/06 03:22:31 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/TestRWCacheUpdate" 2026/05/06 03:22:31 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:31 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/TestRWCacheUpdate 2026/05/06 03:22:31 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/TestRWCacheUpdate" 2026/05/06 03:22:31 DEBUG : forgetting directory cache 2026/05/06 03:22:31 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:31 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: ceb5d9ade326cb4f1198af16dc24366d3d9c950f /rclone-test-payudas9xaqi/TestRWCacheUpdate 2026/05/06 03:22:31 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:31 DEBUG : TestRWCacheUpdate: Parsed hash: ceb5d9ade326cb4f1198af16dc24366d3d9c950f 2026/05/06 03:22:32 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:32 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/06 03:22:32 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/06 03:22:32 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/06 03:22:32 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/06 03:22:32 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/06 03:22:32 DEBUG : TestRWCacheUpdate(0x298bea58d300): _readAt: size=512, off=0 2026/05/06 03:22:32 DEBUG : TestRWCacheUpdate(0x298bea58d300): openPending: 2026/05/06 03:22:32 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/TestRWCacheUpdate" 2026/05/06 03:22:32 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:32 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/TestRWCacheUpdate 2026/05/06 03:22:32 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/TestRWCacheUpdate" 2026/05/06 03:22:32 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:32 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-payudas9xaqi/TestRWCacheUpdate 2026/05/06 03:22:32 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:32 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/05/06 03:22:32 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-06 02:27:29 +0000 UTC,25074c7237d5f7774d304950950b2d66" against cached fingerprint "20,2026-05-06 02:26:29 +0000 UTC,a8c7956852282e88c22a986150cb5a68" 2026/05/06 03:22:32 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-06 02:27:29 +0000 UTC,25074c7237d5f7774d304950950b2d66" != cached fingerprint "20,2026-05-06 02:26:29 +0000 UTC,a8c7956852282e88c22a986150cb5a68") 2026/05/06 03:22:32 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/06 03:22:32 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/06 03:22:32 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/06 03:22:32 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/06 03:22:32 DEBUG : TestRWCacheUpdate(0x298bea58d300): >openPending: err= 2026/05/06 03:22:32 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/06 03:22:32 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/06 03:22:32 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/06 03:22:32 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/06 03:22:32 DEBUG : TestRWCacheUpdate(0x298bea58d300): >_readAt: n=20, err=EOF 2026/05/06 03:22:32 DEBUG : TestRWCacheUpdate(0x298bea58d300): close: 2026/05/06 03:22:32 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-06 02:27:29 +0000 UTC 2026/05/06 03:22:32 DEBUG : TestRWCacheUpdate(0x298bea58d300): >close: err= 2026/05/06 03:22:32 DEBUG : Re-reading directory (107.241413ms old) 2026/05/06 03:22:32 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/06 03:22:32 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/06 03:22:32 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/TestRWCacheUpdate" 2026/05/06 03:22:32 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:32 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/TestRWCacheUpdate 2026/05/06 03:22:32 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/TestRWCacheUpdate" 2026/05/06 03:22:32 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:32 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-payudas9xaqi/TestRWCacheUpdate 2026/05/06 03:22:32 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:32 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/05/06 03:22:32 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/TestRWCacheUpdate" 2026/05/06 03:22:32 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:32 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/TestRWCacheUpdate 2026/05/06 03:22:32 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/TestRWCacheUpdate" 2026/05/06 03:22:32 DEBUG : forgetting directory cache 2026/05/06 03:22:32 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:32 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 5f11b0143ac8866346332777b557a7153a9d90b8 /rclone-test-payudas9xaqi/TestRWCacheUpdate 2026/05/06 03:22:32 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:32 DEBUG : TestRWCacheUpdate: Parsed hash: 5f11b0143ac8866346332777b557a7153a9d90b8 2026/05/06 03:22:32 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:32 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/06 03:22:32 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/06 03:22:32 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/06 03:22:32 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/06 03:22:32 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/06 03:22:32 DEBUG : TestRWCacheUpdate(0x298bea244880): _readAt: size=512, off=0 2026/05/06 03:22:32 DEBUG : TestRWCacheUpdate(0x298bea244880): openPending: 2026/05/06 03:22:32 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/TestRWCacheUpdate" 2026/05/06 03:22:32 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:32 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/TestRWCacheUpdate 2026/05/06 03:22:32 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/TestRWCacheUpdate" 2026/05/06 03:22:32 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:32 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-payudas9xaqi/TestRWCacheUpdate 2026/05/06 03:22:32 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:32 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/05/06 03:22:32 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-05-06 02:28:29 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" against cached fingerprint "20,2026-05-06 02:27:29 +0000 UTC,25074c7237d5f7774d304950950b2d66" 2026/05/06 03:22:32 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-05-06 02:28:29 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" != cached fingerprint "20,2026-05-06 02:27:29 +0000 UTC,25074c7237d5f7774d304950950b2d66") 2026/05/06 03:22:32 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/06 03:22:32 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/06 03:22:32 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/05/06 03:22:32 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/06 03:22:32 DEBUG : TestRWCacheUpdate(0x298bea244880): >openPending: err= 2026/05/06 03:22:32 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/05/06 03:22:32 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/06 03:22:32 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/06 03:22:32 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/06 03:22:32 DEBUG : TestRWCacheUpdate(0x298bea244880): >_readAt: n=20, err=EOF 2026/05/06 03:22:32 DEBUG : TestRWCacheUpdate(0x298bea244880): close: 2026/05/06 03:22:32 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-06 02:28:29 +0000 UTC 2026/05/06 03:22:32 DEBUG : TestRWCacheUpdate(0x298bea244880): >close: err= 2026/05/06 03:22:32 DEBUG : Re-reading directory (100.158542ms old) 2026/05/06 03:22:32 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/06 03:22:32 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/06 03:22:32 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/TestRWCacheUpdate" 2026/05/06 03:22:32 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:32 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/TestRWCacheUpdate 2026/05/06 03:22:32 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/TestRWCacheUpdate" 2026/05/06 03:22:32 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:32 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-payudas9xaqi/TestRWCacheUpdate 2026/05/06 03:22:32 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:32 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/05/06 03:22:32 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/TestRWCacheUpdate" 2026/05/06 03:22:32 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:32 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/TestRWCacheUpdate 2026/05/06 03:22:32 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/TestRWCacheUpdate" 2026/05/06 03:22:32 DEBUG : forgetting directory cache 2026/05/06 03:22:32 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:32 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 /rclone-test-payudas9xaqi/TestRWCacheUpdate 2026/05/06 03:22:32 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:32 DEBUG : TestRWCacheUpdate: Parsed hash: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 2026/05/06 03:22:33 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:33 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/06 03:22:33 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/06 03:22:33 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/06 03:22:33 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/06 03:22:33 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/06 03:22:33 DEBUG : TestRWCacheUpdate(0x298bea398900): _readAt: size=512, off=0 2026/05/06 03:22:33 DEBUG : TestRWCacheUpdate(0x298bea398900): openPending: 2026/05/06 03:22:33 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/TestRWCacheUpdate" 2026/05/06 03:22:33 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:33 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/TestRWCacheUpdate 2026/05/06 03:22:33 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/TestRWCacheUpdate" 2026/05/06 03:22:33 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:33 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-payudas9xaqi/TestRWCacheUpdate 2026/05/06 03:22:33 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:33 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/05/06 03:22:33 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "21,2026-05-06 02:29:29 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" against cached fingerprint "20,2026-05-06 02:28:29 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" 2026/05/06 03:22:33 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "21,2026-05-06 02:29:29 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" != cached fingerprint "20,2026-05-06 02:28:29 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00") 2026/05/06 03:22:33 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/06 03:22:33 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/06 03:22:33 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=21 2026/05/06 03:22:33 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/06 03:22:33 DEBUG : TestRWCacheUpdate(0x298bea398900): >openPending: err= 2026/05/06 03:22:33 DEBUG : vfs cache: looking for range={Pos:0 Size:21} in [] - present false 2026/05/06 03:22:33 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/06 03:22:33 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/06 03:22:33 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/06 03:22:33 DEBUG : TestRWCacheUpdate(0x298bea398900): >_readAt: n=21, err=EOF 2026/05/06 03:22:33 DEBUG : TestRWCacheUpdate(0x298bea398900): close: 2026/05/06 03:22:33 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-06 02:29:29 +0000 UTC 2026/05/06 03:22:33 DEBUG : TestRWCacheUpdate(0x298bea398900): >close: err= 2026/05/06 03:22:33 DEBUG : Re-reading directory (100.733789ms old) 2026/05/06 03:22:33 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/06 03:22:33 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/06 03:22:33 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/TestRWCacheUpdate" 2026/05/06 03:22:33 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:33 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/TestRWCacheUpdate 2026/05/06 03:22:33 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/TestRWCacheUpdate" 2026/05/06 03:22:33 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:33 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-payudas9xaqi/TestRWCacheUpdate 2026/05/06 03:22:33 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:33 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/05/06 03:22:33 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/TestRWCacheUpdate" 2026/05/06 03:22:33 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:33 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/TestRWCacheUpdate 2026/05/06 03:22:33 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/TestRWCacheUpdate" 2026/05/06 03:22:33 DEBUG : forgetting directory cache 2026/05/06 03:22:33 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:33 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 /rclone-test-payudas9xaqi/TestRWCacheUpdate 2026/05/06 03:22:33 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:33 DEBUG : TestRWCacheUpdate: Parsed hash: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 2026/05/06 03:22:33 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:33 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/06 03:22:33 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/06 03:22:33 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/06 03:22:33 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/06 03:22:33 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/06 03:22:33 DEBUG : TestRWCacheUpdate(0x298bea5fa440): _readAt: size=512, off=0 2026/05/06 03:22:33 DEBUG : TestRWCacheUpdate(0x298bea5fa440): openPending: 2026/05/06 03:22:33 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/TestRWCacheUpdate" 2026/05/06 03:22:33 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:33 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/TestRWCacheUpdate 2026/05/06 03:22:33 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/TestRWCacheUpdate" 2026/05/06 03:22:33 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:33 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-payudas9xaqi/TestRWCacheUpdate 2026/05/06 03:22:33 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:33 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/05/06 03:22:33 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "22,2026-05-06 02:30:29 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" against cached fingerprint "21,2026-05-06 02:29:29 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" 2026/05/06 03:22:33 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "22,2026-05-06 02:30:29 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" != cached fingerprint "21,2026-05-06 02:29:29 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7") 2026/05/06 03:22:33 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/06 03:22:33 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/06 03:22:33 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=22 2026/05/06 03:22:33 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/06 03:22:33 DEBUG : TestRWCacheUpdate(0x298bea5fa440): >openPending: err= 2026/05/06 03:22:33 DEBUG : vfs cache: looking for range={Pos:0 Size:22} in [] - present false 2026/05/06 03:22:33 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/06 03:22:33 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/06 03:22:33 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/06 03:22:33 DEBUG : TestRWCacheUpdate(0x298bea5fa440): >_readAt: n=22, err=EOF 2026/05/06 03:22:33 DEBUG : TestRWCacheUpdate(0x298bea5fa440): close: 2026/05/06 03:22:33 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-06 02:30:29 +0000 UTC 2026/05/06 03:22:33 DEBUG : TestRWCacheUpdate(0x298bea5fa440): >close: err= 2026/05/06 03:22:33 DEBUG : Re-reading directory (100.097827ms old) 2026/05/06 03:22:33 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/06 03:22:33 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/06 03:22:33 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/TestRWCacheUpdate" 2026/05/06 03:22:33 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:33 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/TestRWCacheUpdate 2026/05/06 03:22:33 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/TestRWCacheUpdate" 2026/05/06 03:22:33 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:33 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-payudas9xaqi/TestRWCacheUpdate 2026/05/06 03:22:33 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:33 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/05/06 03:22:33 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/TestRWCacheUpdate" 2026/05/06 03:22:33 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:33 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/TestRWCacheUpdate 2026/05/06 03:22:33 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/TestRWCacheUpdate" 2026/05/06 03:22:33 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:33 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 /rclone-test-payudas9xaqi/TestRWCacheUpdate 2026/05/06 03:22:33 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:33 DEBUG : TestRWCacheUpdate: Parsed hash: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 2026/05/06 03:22:34 DEBUG : forgetting directory cache 2026/05/06 03:22:34 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:34 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/06 03:22:34 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/06 03:22:34 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/06 03:22:34 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/06 03:22:34 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/06 03:22:34 DEBUG : TestRWCacheUpdate(0x298bea5fb440): _readAt: size=512, off=0 2026/05/06 03:22:34 DEBUG : TestRWCacheUpdate(0x298bea5fb440): openPending: 2026/05/06 03:22:34 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/TestRWCacheUpdate" 2026/05/06 03:22:34 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:34 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/TestRWCacheUpdate 2026/05/06 03:22:34 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/TestRWCacheUpdate" 2026/05/06 03:22:34 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:34 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-payudas9xaqi/TestRWCacheUpdate 2026/05/06 03:22:34 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:34 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/05/06 03:22:34 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "23,2026-05-06 02:31:29 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" against cached fingerprint "22,2026-05-06 02:30:29 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" 2026/05/06 03:22:34 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "23,2026-05-06 02:31:29 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" != cached fingerprint "22,2026-05-06 02:30:29 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca") 2026/05/06 03:22:34 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/06 03:22:34 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/06 03:22:34 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=23 2026/05/06 03:22:34 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/06 03:22:34 DEBUG : TestRWCacheUpdate(0x298bea5fb440): >openPending: err= 2026/05/06 03:22:34 DEBUG : vfs cache: looking for range={Pos:0 Size:23} in [] - present false 2026/05/06 03:22:34 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/06 03:22:34 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/06 03:22:34 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/06 03:22:34 DEBUG : TestRWCacheUpdate(0x298bea5fb440): >_readAt: n=23, err=EOF 2026/05/06 03:22:34 DEBUG : TestRWCacheUpdate(0x298bea5fb440): close: 2026/05/06 03:22:34 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-06 02:31:29 +0000 UTC 2026/05/06 03:22:34 DEBUG : TestRWCacheUpdate(0x298bea5fb440): >close: err= 2026/05/06 03:22:34 DEBUG : Re-reading directory (100.967402ms old) 2026/05/06 03:22:34 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/06 03:22:34 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/06 03:22:34 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/TestRWCacheUpdate" 2026/05/06 03:22:34 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:34 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/TestRWCacheUpdate 2026/05/06 03:22:34 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/TestRWCacheUpdate" 2026/05/06 03:22:34 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:34 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-payudas9xaqi/TestRWCacheUpdate 2026/05/06 03:22:34 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:34 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/05/06 03:22:34 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/TestRWCacheUpdate" 2026/05/06 03:22:34 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:34 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/TestRWCacheUpdate 2026/05/06 03:22:34 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/TestRWCacheUpdate" 2026/05/06 03:22:34 DEBUG : forgetting directory cache 2026/05/06 03:22:34 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:34 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 62773e350f2f87e22c3d3c0d445c7a429aae8efa /rclone-test-payudas9xaqi/TestRWCacheUpdate 2026/05/06 03:22:34 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:34 DEBUG : TestRWCacheUpdate: Parsed hash: 62773e350f2f87e22c3d3c0d445c7a429aae8efa 2026/05/06 03:22:34 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:34 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/05/06 03:22:34 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/05/06 03:22:34 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/05/06 03:22:34 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/05/06 03:22:34 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/05/06 03:22:34 DEBUG : TestRWCacheUpdate(0x298be9f76e40): _readAt: size=512, off=0 2026/05/06 03:22:34 DEBUG : TestRWCacheUpdate(0x298be9f76e40): openPending: 2026/05/06 03:22:34 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/TestRWCacheUpdate" 2026/05/06 03:22:34 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:34 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/TestRWCacheUpdate 2026/05/06 03:22:34 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/TestRWCacheUpdate" 2026/05/06 03:22:34 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:34 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-payudas9xaqi/TestRWCacheUpdate 2026/05/06 03:22:34 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:34 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/05/06 03:22:34 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "24,2026-05-06 02:32:29 +0000 UTC,074978d6705e58530a3c8d378a08fa37" against cached fingerprint "23,2026-05-06 02:31:29 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" 2026/05/06 03:22:34 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "24,2026-05-06 02:32:29 +0000 UTC,074978d6705e58530a3c8d378a08fa37" != cached fingerprint "23,2026-05-06 02:31:29 +0000 UTC,a04b60cad5c51870e80f668df3d720c0") 2026/05/06 03:22:34 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/05/06 03:22:34 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/05/06 03:22:34 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=24 2026/05/06 03:22:34 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/06 03:22:34 DEBUG : TestRWCacheUpdate(0x298be9f76e40): >openPending: err= 2026/05/06 03:22:34 DEBUG : vfs cache: looking for range={Pos:0 Size:24} in [] - present false 2026/05/06 03:22:34 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/05/06 03:22:34 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/06 03:22:34 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/05/06 03:22:34 DEBUG : TestRWCacheUpdate(0x298be9f76e40): >_readAt: n=24, err=EOF 2026/05/06 03:22:34 DEBUG : TestRWCacheUpdate(0x298be9f76e40): close: 2026/05/06 03:22:34 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-05-06 02:32:29 +0000 UTC 2026/05/06 03:22:34 DEBUG : TestRWCacheUpdate(0x298be9f76e40): >close: err= 2026/05/06 03:22:34 DEBUG : Re-reading directory (106.477389ms old) 2026/05/06 03:22:34 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/05/06 03:22:34 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/05/06 03:22:34 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:34 DEBUG : Looking for writers 2026/05/06 03:22:34 DEBUG : TestRWCacheUpdate: reading active writers 2026/05/06 03:22:34 DEBUG : >WaitForWriters: 2026/05/06 03:22:34 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: vfs cache: cleaner exiting --- PASS: TestRWCacheUpdate (5.08s) === RUN TestCaseSensitivity run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:34 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/FiLeA" 2026/05/06 03:22:34 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:34 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/FiLeA 2026/05/06 03:22:34 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/FiLeA" 2026/05/06 03:22:34 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:34 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-payudas9xaqi/FiLeA 2026/05/06 03:22:34 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:34 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/06 03:22:34 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/FiLeA" 2026/05/06 03:22:34 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:34 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/FiLeA 2026/05/06 03:22:34 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/FiLeA" 2026/05/06 03:22:35 DEBUG : forgetting directory cache 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-payudas9xaqi/FiLeA 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:35 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/FiLeB" 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/FiLeB 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/FiLeB" 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-payudas9xaqi/FiLeB 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:35 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/FiLeB" 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/FiLeB 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/FiLeB" 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-payudas9xaqi/FiLeB 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:35 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/05/06 03:22:35 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:35 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:35 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/06 03:22:35 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/06 03:22:35 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/06 03:22:35 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/06 03:22:35 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/06 03:22:35 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/FiLeA" 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/FiLeA 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/FiLeA" 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-payudas9xaqi/FiLeA 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:35 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/06 03:22:35 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/06 03:22:35 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/06 03:22:35 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/06 03:22:35 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/06 03:22:35 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/06 03:22:35 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/FiLeA" 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/FiLeA 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/FiLeA" 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-payudas9xaqi/FiLeA 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:35 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/06 03:22:35 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/06 03:22:35 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/06 03:22:35 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/06 03:22:35 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/06 03:22:35 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/06 03:22:35 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/06 03:22:35 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/06 03:22:35 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/05/06 03:22:35 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/05/06 03:22:35 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/05/06 03:22:35 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/05/06 03:22:35 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/FiLeB" 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/FiLeB 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/FiLeB" 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-payudas9xaqi/FiLeB 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:35 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/06 03:22:35 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/06 03:22:35 DEBUG : FilEb: Open: flags=O_RDONLY 2026/05/06 03:22:35 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/05/06 03:22:35 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/05/06 03:22:35 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/05/06 03:22:35 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/FilEb" 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/FilEb 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/FilEb" 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-payudas9xaqi/FilEb 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:35 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/FiLeA" 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/FiLeA 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/FiLeA" 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-payudas9xaqi/FiLeA 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:35 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/FiLeA" 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/FiLeA 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/FiLeA" 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-payudas9xaqi/FiLeA 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:35 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/FiLeB" 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/FiLeB 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/FiLeB" 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-payudas9xaqi/FiLeB 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:35 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/FiLeB" 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/FiLeB 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/FiLeB" 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-payudas9xaqi/FiLeB 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:35 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/FilEb" 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/FilEb 2026/05/06 03:22:35 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/FilEb" 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-payudas9xaqi/FilEb 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:36 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/FilEb" 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/FilEb 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/FilEb" 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 7a5211eef71caf0a250ea202616030c063bd4f75 /rclone-test-payudas9xaqi/FilEb 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:36 DEBUG : FilEb: Parsed hash: 7a5211eef71caf0a250ea202616030c063bd4f75 2026/05/06 03:22:36 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/06 03:22:36 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/06 03:22:36 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/06 03:22:36 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/06 03:22:36 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/06 03:22:36 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/06 03:22:36 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/06 03:22:36 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/06 03:22:36 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/06 03:22:36 DEBUG : fileA: >OpenFile: fd=FiLeA (r), err= 2026/05/06 03:22:36 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/06 03:22:36 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/06 03:22:36 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/06 03:22:36 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/06 03:22:36 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/06 03:22:36 DEBUG : filea: >OpenFile: fd=FiLeA (r), err= 2026/05/06 03:22:36 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/06 03:22:36 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/06 03:22:36 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/06 03:22:36 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/06 03:22:36 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/06 03:22:36 DEBUG : FILEA: >OpenFile: fd=FiLeA (r), err= 2026/05/06 03:22:36 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/06 03:22:36 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/06 03:22:36 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/06 03:22:36 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/05/06 03:22:36 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/05/06 03:22:36 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/05/06 03:22:36 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/05/06 03:22:36 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/FiLeB" 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/FiLeB 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/FiLeB" 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-payudas9xaqi/FiLeB 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:36 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/06 03:22:36 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/06 03:22:36 DEBUG : FilEb: Open: flags=O_RDONLY 2026/05/06 03:22:36 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/05/06 03:22:36 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/05/06 03:22:36 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/05/06 03:22:36 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/FilEb" 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/FilEb 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/FilEb" 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-payudas9xaqi/FilEb 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:36 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/05/06 03:22:36 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/06 03:22:36 ERROR : /: Dir.Stat error: duplicate filename "fileb" detected with case/unicode normalization settings 2026/05/06 03:22:36 DEBUG : fileb: >OpenFile: fd=, err=duplicate filename "fileb" detected with case/unicode normalization settings 2026/05/06 03:22:36 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/06 03:22:36 ERROR : /: Dir.Stat error: duplicate filename "FILEB" detected with case/unicode normalization settings 2026/05/06 03:22:36 DEBUG : FILEB: >OpenFile: fd=, err=duplicate filename "FILEB" detected with case/unicode normalization settings 2026/05/06 03:22:36 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/06 03:22:36 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/05/06 03:22:36 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/05/06 03:22:36 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/05/06 03:22:36 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/05/06 03:22:36 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/06 03:22:36 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/06 03:22:36 DEBUG : fileA: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:36 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/06 03:22:36 DEBUG : filea: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:36 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/06 03:22:36 DEBUG : FILEA: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:36 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/06 03:22:36 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/05/06 03:22:36 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/05/06 03:22:36 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/05/06 03:22:36 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/05/06 03:22:36 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/06 03:22:36 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/06 03:22:36 DEBUG : FilEb: Open: flags=O_RDONLY 2026/05/06 03:22:36 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/05/06 03:22:36 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/05/06 03:22:36 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/05/06 03:22:36 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/06 03:22:36 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/06 03:22:36 DEBUG : fileb: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:36 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/06 03:22:36 DEBUG : FILEB: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:36 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:36 DEBUG : Looking for writers 2026/05/06 03:22:36 DEBUG : FiLeA: reading active writers 2026/05/06 03:22:36 DEBUG : FiLeB: reading active writers 2026/05/06 03:22:36 DEBUG : FilEb: reading active writers 2026/05/06 03:22:36 DEBUG : >WaitForWriters: 2026/05/06 03:22:36 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:36 DEBUG : Looking for writers 2026/05/06 03:22:36 DEBUG : FiLeA: reading active writers 2026/05/06 03:22:36 DEBUG : FiLeB: reading active writers 2026/05/06 03:22:36 DEBUG : FilEb: reading active writers 2026/05/06 03:22:36 DEBUG : >WaitForWriters: --- PASS: TestCaseSensitivity (1.52s) === RUN TestUnicodeNormalization run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/normal name with no special characters.txt" 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/normal\ name\ with\ no\ special\ characters.txt 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/normal\ name\ with\ no\ special\ characters.txt" 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-payudas9xaqi/normal name with no special characters.txt 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:36 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/normal name with no special characters.txt" 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/normal\ name\ with\ no\ special\ characters.txt 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/normal\ name\ with\ no\ special\ characters.txt" 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-payudas9xaqi/normal name with no special characters.txt 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:36 DEBUG : normal name with no special characters.txt: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/測試_Русский___ě_áñ" 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/測試_Русский___ě_áñ 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/測試_Русский___ě_áñ" 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-payudas9xaqi/測試_Русский___ě_áñ 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:36 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/測試_Русский___ě_áñ" 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/測試_Русский___ě_áñ 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/測試_Русский___ě_áñ" 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-payudas9xaqi/測試_Русский___ě_áñ 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:36 DEBUG : 測試_Русский___ě_áñ: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/05/06 03:22:36 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:36 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/06 03:22:36 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/05/06 03:22:36 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/05/06 03:22:36 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/05/06 03:22:36 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/06 03:22:36 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/normal name with no special characters.txt" 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/normal\ name\ with\ no\ special\ characters.txt 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/normal\ name\ with\ no\ special\ characters.txt" 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-payudas9xaqi/normal name with no special characters.txt 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:36 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/05/06 03:22:36 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/06 03:22:36 DEBUG : 測試_Русский___ě_áñ: Open: flags=O_RDONLY 2026/05/06 03:22:36 DEBUG : 測試_Русский___ě_áñ: >Open: fd=測試_Русский___ě_áñ (r), err= 2026/05/06 03:22:36 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=測試_Русский___ě_áñ (r), err= 2026/05/06 03:22:36 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.openRange at 0 length 134217728 2026/05/06 03:22:36 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/測試_Русский___ě_áñ" 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/測試_Русский___ě_áñ 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/測試_Русский___ě_áñ" 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-payudas9xaqi/測試_Русский___ě_áñ 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:36 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/05/06 03:22:36 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/06 03:22:36 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/05/06 03:22:36 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/05/06 03:22:36 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/05/06 03:22:36 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/06 03:22:36 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/05/06 03:22:36 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/06 03:22:36 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:36 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:36 DEBUG : Looking for writers 2026/05/06 03:22:36 DEBUG : normal name with no special characters.txt: reading active writers 2026/05/06 03:22:36 DEBUG : 測試_Русский___ě_áñ: reading active writers 2026/05/06 03:22:36 DEBUG : >WaitForWriters: --- PASS: TestUnicodeNormalization (0.57s) === RUN TestVFSbaseHandle --- PASS: TestVFSbaseHandle (0.00s) === RUN TestVFSNew run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:36 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Reusing VFS from active cache 2026/05/06 03:22:36 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:36 DEBUG : Looking for writers 2026/05/06 03:22:36 DEBUG : >WaitForWriters: 2026/05/06 03:22:36 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:36 DEBUG : Looking for writers 2026/05/06 03:22:36 DEBUG : >WaitForWriters: --- PASS: TestVFSNew (0.00s) === RUN TestVFSNewWithOpts run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:36 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:36 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:36 DEBUG : Looking for writers 2026/05/06 03:22:36 DEBUG : >WaitForWriters: --- PASS: TestVFSNewWithOpts (0.00s) === RUN TestVFSRoot run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:36 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:36 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:36 DEBUG : Looking for writers 2026/05/06 03:22:36 DEBUG : >WaitForWriters: --- PASS: TestVFSRoot (0.00s) === RUN TestVFSStat run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:36 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/file1" 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/file1 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/file1" 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/file1 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:36 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:36 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/file1" 2026/05/06 03:22:37 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:37 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/file1 2026/05/06 03:22:37 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/file1" 2026/05/06 03:22:37 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:37 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-payudas9xaqi/file1 2026/05/06 03:22:37 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:37 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/06 03:22:37 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file2" 2026/05/06 03:22:37 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:37 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file2 2026/05/06 03:22:37 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file2" 2026/05/06 03:22:37 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:37 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-payudas9xaqi/dir/file2 2026/05/06 03:22:37 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:37 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/06 03:22:37 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file2" 2026/05/06 03:22:37 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:37 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file2 2026/05/06 03:22:37 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file2" 2026/05/06 03:22:37 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:37 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-payudas9xaqi/dir/file2 2026/05/06 03:22:37 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:37 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/06 03:22:37 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:37 DEBUG : dir: Looking for writers 2026/05/06 03:22:37 DEBUG : file2: reading active writers 2026/05/06 03:22:37 DEBUG : Looking for writers 2026/05/06 03:22:37 DEBUG : dir: reading active writers 2026/05/06 03:22:37 DEBUG : file1: reading active writers 2026/05/06 03:22:37 DEBUG : >WaitForWriters: --- PASS: TestVFSStat (0.39s) === RUN TestVFSStatParent run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:37 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:37 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/file1" 2026/05/06 03:22:37 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:37 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/file1 2026/05/06 03:22:37 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/file1" 2026/05/06 03:22:37 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:37 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/file1 2026/05/06 03:22:37 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:37 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:37 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/file1" 2026/05/06 03:22:37 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:37 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/file1 2026/05/06 03:22:37 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/file1" 2026/05/06 03:22:37 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:37 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-payudas9xaqi/file1 2026/05/06 03:22:37 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:37 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/06 03:22:37 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file2" 2026/05/06 03:22:37 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:37 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file2 2026/05/06 03:22:37 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file2" 2026/05/06 03:22:37 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:37 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-payudas9xaqi/dir/file2 2026/05/06 03:22:37 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:37 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/06 03:22:37 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file2" 2026/05/06 03:22:37 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:37 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file2 2026/05/06 03:22:37 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file2" 2026/05/06 03:22:37 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:37 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-payudas9xaqi/dir/file2 2026/05/06 03:22:37 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:37 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/06 03:22:37 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:37 DEBUG : dir: Looking for writers 2026/05/06 03:22:37 DEBUG : Looking for writers 2026/05/06 03:22:37 DEBUG : dir: reading active writers 2026/05/06 03:22:37 DEBUG : file1: reading active writers 2026/05/06 03:22:37 DEBUG : >WaitForWriters: --- PASS: TestVFSStatParent (0.44s) === RUN TestVFSOpenFile run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:37 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:37 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/file1" 2026/05/06 03:22:37 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:37 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/file1 2026/05/06 03:22:37 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/file1" 2026/05/06 03:22:37 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:37 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-payudas9xaqi/file1 2026/05/06 03:22:37 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:37 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/05/06 03:22:37 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/file1" 2026/05/06 03:22:37 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:37 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/file1 2026/05/06 03:22:37 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/file1" 2026/05/06 03:22:37 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:37 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-payudas9xaqi/file1 2026/05/06 03:22:37 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:37 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/05/06 03:22:37 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file2" 2026/05/06 03:22:37 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:37 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file2 2026/05/06 03:22:37 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file2" 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-payudas9xaqi/dir/file2 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:38 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file2" 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file2 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file2" 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-payudas9xaqi/dir/file2 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:38 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/06 03:22:38 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/06 03:22:38 DEBUG : file1: Open: flags=O_RDONLY 2026/05/06 03:22:38 DEBUG : file1: >Open: fd=file1 (r), err= 2026/05/06 03:22:38 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/05/06 03:22:38 DEBUG : dir: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/06 03:22:38 DEBUG : dir: >OpenFile: fd=dir/ (r), err= 2026/05/06 03:22:38 DEBUG : dir/new_file.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/05/06 03:22:38 DEBUG : dir/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:38 DEBUG : dir/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:38 DEBUG : dir/new_file.txt: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:38 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/05/06 03:22:38 DEBUG : dir/new_file.txt: >Open: fd=dir/new_file.txt (w), err= 2026/05/06 03:22:38 DEBUG : dir/new_file.txt: >OpenFile: fd=dir/new_file.txt (w), err= 2026/05/06 03:22:38 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: File to upload is small (0 bytes), uploading instead of streaming 2026/05/06 03:22:38 DEBUG : dir/new_file.txt: size = 0 OK 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/new_file.txt" 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/new_file.txt 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/new_file.txt" 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-payudas9xaqi/dir/new_file.txt 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:38 DEBUG : dir/new_file.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/06 03:22:38 DEBUG : dir/new_file.txt: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/06 03:22:38 DEBUG : dir/new_file.txt: Size and md5 of src and dst objects identical 2026/05/06 03:22:38 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/05/06 03:22:38 DEBUG : not found/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:38 DEBUG : not found/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/05/06 03:22:38 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:38 DEBUG : dir: Looking for writers 2026/05/06 03:22:38 DEBUG : new_file.txt: reading active writers 2026/05/06 03:22:38 DEBUG : file2: reading active writers 2026/05/06 03:22:38 DEBUG : Looking for writers 2026/05/06 03:22:38 DEBUG : dir: reading active writers 2026/05/06 03:22:38 DEBUG : file1: reading active writers 2026/05/06 03:22:38 DEBUG : >WaitForWriters: --- PASS: TestVFSOpenFile (0.44s) === RUN TestVFSRename run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:38 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file2" 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file2 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file2" 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-payudas9xaqi/dir/file2 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:38 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file2" 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file2 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file2" 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-payudas9xaqi/dir/file2 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:38 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/06 03:22:38 INFO : dir/file2: Moved (server-side) to: dir/file1 2026/05/06 03:22:38 DEBUG : dir/file1: Updating file with dir/file1 0x298bea531d40 2026/05/06 03:22:38 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/05/06 03:22:38 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:38 DEBUG : dir/file1: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/dir/file1" 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-payudas9xaqi/dir/file1 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:38 DEBUG : dir/file1: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/06 03:22:38 INFO : dir/file1: Moved (server-side) to: file0 2026/05/06 03:22:38 DEBUG : file0: Updating file with file0 0x298bea531d40 2026/05/06 03:22:38 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/05/06 03:22:38 DEBUG : Added virtual directory entry vAddFile: "file0" 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/file0" 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/file0 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/file0" 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-payudas9xaqi/file0 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:38 DEBUG : file0: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/file0" 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/file0 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/file0" 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-payudas9xaqi/file0 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:38 DEBUG : file0: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/05/06 03:22:38 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:38 DEBUG : dir: Looking for writers 2026/05/06 03:22:38 DEBUG : Looking for writers 2026/05/06 03:22:38 DEBUG : file0: reading active writers 2026/05/06 03:22:38 DEBUG : dir: reading active writers 2026/05/06 03:22:38 DEBUG : >WaitForWriters: --- PASS: TestVFSRename (0.60s) === RUN TestVFSStatfs run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:38 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Server has VFS statistics extension 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: About path "/rclone-test-payudas9xaqi" 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Failed to retrieve VFS statistics, trying shell command instead: sftp: "operation unsupported" (SSH_FX_OP_UNSUPPORTED) 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi" 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: About path "/rclone-test-payudas9xaqi" 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: About using shell command for shell type "unix" 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: df -k /rclone-test-payudas9xaqi 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: 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-payudas9xaqi" 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: Filesystem 1K-blocks Used Available Use% Mounted on /dev/root 157205004 57397168 93375840 36% / 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:38 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:38 DEBUG : Looking for writers 2026/05/06 03:22:38 DEBUG : >WaitForWriters: --- PASS: TestVFSStatfs (0.10s) === RUN TestVFSMkdir run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:38 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:38 DEBUG : Added virtual directory entry vAddDir: "/" 2026/05/06 03:22:38 DEBUG : Added virtual directory entry vAddDir: "a" 2026/05/06 03:22:38 DEBUG : Added virtual directory entry vAddDir: "b" 2026/05/06 03:22:38 DEBUG : Added virtual directory entry vAddDir: "c" 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: 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/06 03:22:38 DEBUG : Added virtual directory entry vAddDir: "d" 2026/05/06 03:22:38 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: 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/06 03:22:39 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:39 DEBUG : a: Looking for writers 2026/05/06 03:22:39 DEBUG : b: Looking for writers 2026/05/06 03:22:39 DEBUG : c: Looking for writers 2026/05/06 03:22:39 DEBUG : d: Looking for writers 2026/05/06 03:22:39 DEBUG : Looking for writers 2026/05/06 03:22:39 DEBUG : Looking for writers 2026/05/06 03:22:39 DEBUG : /: reading active writers 2026/05/06 03:22:39 DEBUG : a: reading active writers 2026/05/06 03:22:39 DEBUG : b: reading active writers 2026/05/06 03:22:39 DEBUG : c: reading active writers 2026/05/06 03:22:39 DEBUG : d: reading active writers 2026/05/06 03:22:39 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdir (0.22s) === RUN TestVFSMkdirAll run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:39 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:39 DEBUG : Added virtual directory entry vAddDir: "a" 2026/05/06 03:22:39 DEBUG : a: Added virtual directory entry vAddDir: "b" 2026/05/06 03:22:39 DEBUG : a/b: Added virtual directory entry vAddDir: "c" 2026/05/06 03:22:39 DEBUG : a/b/c: Added virtual directory entry vAddDir: "d" 2026/05/06 03:22:39 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:39 DEBUG : a/b/c/d: Looking for writers 2026/05/06 03:22:39 DEBUG : a/b/c: Looking for writers 2026/05/06 03:22:39 DEBUG : d: reading active writers 2026/05/06 03:22:39 DEBUG : a/b: Looking for writers 2026/05/06 03:22:39 DEBUG : c: reading active writers 2026/05/06 03:22:39 DEBUG : a: Looking for writers 2026/05/06 03:22:39 DEBUG : b: reading active writers 2026/05/06 03:22:39 DEBUG : Looking for writers 2026/05/06 03:22:39 DEBUG : a: reading active writers 2026/05/06 03:22:39 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdirAll (0.03s) === RUN TestFillInMissingSizes === RUN TestFillInMissingSizes/total=20,free=5,used=15 === RUN TestFillInMissingSizes/total=20,free=5,used=-1 === RUN TestFillInMissingSizes/total=20,free=-1,used=15 === RUN TestFillInMissingSizes/total=20,free=-1,used=-1 === RUN TestFillInMissingSizes/total=-1,free=5,used=15 === RUN TestFillInMissingSizes/total=-1,free=15,used=-1 === RUN TestFillInMissingSizes/total=-1,free=-1,used=15 === RUN TestFillInMissingSizes/total=-1,free=-1,used=-1 --- PASS: TestFillInMissingSizes (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=5,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=5,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=-1,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=-1,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=5,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=15,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=-1,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=-1,used=-1 (0.00s) === RUN TestVFSIsMetadataFile run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:39 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:39 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:39 DEBUG : Looking for writers 2026/05/06 03:22:39 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:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:39 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:39 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:39 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:39 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:39 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/06 03:22:39 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/06 03:22:39 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:39 ERROR : file1: WriteFileHandle: Read: Can't read and write to file without --vfs-cache-mode >= minimal 2026/05/06 03:22:39 ERROR : file1: WriteFileHandle: ReadAt: Can't read and write to file without --vfs-cache-mode >= minimal 2026/05/06 03:22:39 ERROR : file1: WriteFileHandle: Truncate: Can't change size without --vfs-cache-mode >= writes 2026/05/06 03:22:39 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: File to upload is small (5 bytes), uploading instead of streaming 2026/05/06 03:22:39 DEBUG : file1: size = 5 OK 2026/05/06 03:22:39 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/file1" 2026/05/06 03:22:39 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:39 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/file1 2026/05/06 03:22:39 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/file1" 2026/05/06 03:22:39 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:39 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-payudas9xaqi/file1 2026/05/06 03:22:39 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:39 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/06 03:22:39 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/06 03:22:39 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/06 03:22:39 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:39 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/file1" 2026/05/06 03:22:39 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:39 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/file1 2026/05/06 03:22:39 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/file1" 2026/05/06 03:22:39 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:39 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-payudas9xaqi/file1 2026/05/06 03:22:39 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:39 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/06 03:22:39 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/file1" 2026/05/06 03:22:39 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:39 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/file1 2026/05/06 03:22:39 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/file1" 2026/05/06 03:22:39 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:39 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-payudas9xaqi/file1 2026/05/06 03:22:39 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:39 DEBUG : file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/05/06 03:22:39 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:39 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:39 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:39 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/06 03:22:39 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/06 03:22:39 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:39 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:39 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:39 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/06 03:22:39 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/06 03:22:39 ERROR : file1: WriteFileHandle: Can't open for write without O_TRUNC on existing file without --vfs-cache-mode >= writes 2026/05/06 03:22:39 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/05/06 03:22:39 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/06 03:22:39 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:39 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/06 03:22:39 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/06 03:22:39 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:39 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: File to upload is small (0 bytes), uploading instead of streaming 2026/05/06 03:22:39 DEBUG : file1: size = 0 OK 2026/05/06 03:22:39 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/file1" 2026/05/06 03:22:39 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:39 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/file1 2026/05/06 03:22:39 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/file1" 2026/05/06 03:22:39 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:39 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-payudas9xaqi/file1 2026/05/06 03:22:39 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:39 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/06 03:22:39 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/06 03:22:39 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/06 03:22:39 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:39 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/05/06 03:22:39 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/05/06 03:22:39 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:39 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/06 03:22:39 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/06 03:22:39 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:39 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: File to upload is small (7 bytes), uploading instead of streaming 2026/05/06 03:22:39 DEBUG : file1: size = 7 OK 2026/05/06 03:22:39 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/file1" 2026/05/06 03:22:39 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:39 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/file1 2026/05/06 03:22:39 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/file1" 2026/05/06 03:22:39 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:39 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 9141de76717e095d4dd05f1e686ad6a8 /rclone-test-payudas9xaqi/file1 2026/05/06 03:22:39 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:39 DEBUG : file1: Parsed hash: 9141de76717e095d4dd05f1e686ad6a8 2026/05/06 03:22:39 DEBUG : file1: md5 = 9141de76717e095d4dd05f1e686ad6a8 OK 2026/05/06 03:22:39 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/06 03:22:39 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:39 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:39 DEBUG : Looking for writers 2026/05/06 03:22:39 DEBUG : file1: reading active writers 2026/05/06 03:22:39 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleMethods (0.43s) === RUN TestWriteFileHandleWriteAt run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:39 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:39 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:39 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:39 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:39 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/06 03:22:39 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/06 03:22:39 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:39 DEBUG : file1: waiting for in-sequence write to 100 for 1s 2026/05/06 03:22:40 DEBUG : file1: aborting in-sequence write wait, off=100 2026/05/06 03:22:40 DEBUG : file1: failed to wait for in-sequence write to 100 2026/05/06 03:22:40 ERROR : file1: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes 2026/05/06 03:22:40 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: File to upload is small (11 bytes), uploading instead of streaming 2026/05/06 03:22:40 DEBUG : file1: size = 11 OK 2026/05/06 03:22:40 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/file1" 2026/05/06 03:22:40 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:40 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/file1 2026/05/06 03:22:40 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/file1" 2026/05/06 03:22:40 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:40 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-payudas9xaqi/file1 2026/05/06 03:22:40 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:40 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/06 03:22:40 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/05/06 03:22:40 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/06 03:22:40 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:40 ERROR : file1: WriteFileHandle.Write: error: Bad file descriptor 2026/05/06 03:22:40 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/file1" 2026/05/06 03:22:40 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:40 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/file1 2026/05/06 03:22:40 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/file1" 2026/05/06 03:22:40 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:40 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-payudas9xaqi/file1 2026/05/06 03:22:40 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:40 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/05/06 03:22:40 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/file1" 2026/05/06 03:22:40 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:40 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/file1 2026/05/06 03:22:40 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/file1" 2026/05/06 03:22:40 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:40 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-payudas9xaqi/file1 2026/05/06 03:22:40 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:40 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/05/06 03:22:40 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:40 DEBUG : Looking for writers 2026/05/06 03:22:40 DEBUG : file1: reading active writers 2026/05/06 03:22:40 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleWriteAt (1.30s) === RUN TestWriteFileHandleFlush run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:40 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:40 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:40 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:40 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:40 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/06 03:22:40 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/06 03:22:40 DEBUG : file1: WriteFileHandle.Flush unwritten handle, writing 0 bytes to avoid race conditions 2026/05/06 03:22:40 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:40 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: File to upload is small (5 bytes), uploading instead of streaming 2026/05/06 03:22:40 DEBUG : file1: size = 5 OK 2026/05/06 03:22:40 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/file1" 2026/05/06 03:22:40 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:40 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/file1 2026/05/06 03:22:40 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/file1" 2026/05/06 03:22:40 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:40 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-payudas9xaqi/file1 2026/05/06 03:22:40 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:40 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/05/06 03:22:40 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/05/06 03:22:40 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/06 03:22:40 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:40 DEBUG : file1: WriteFileHandle.Flush nothing to do 2026/05/06 03:22:40 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:40 DEBUG : Looking for writers 2026/05/06 03:22:40 DEBUG : file1: reading active writers 2026/05/06 03:22:40 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleFlush (0.11s) === RUN TestWriteFileHandleRelease run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:40 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:40 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:40 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:40 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:40 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/06 03:22:40 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/06 03:22:40 DEBUG : file1: WriteFileHandle.Release closing 2026/05/06 03:22:40 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:40 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: File to upload is small (0 bytes), uploading instead of streaming 2026/05/06 03:22:40 DEBUG : file1: size = 0 OK 2026/05/06 03:22:40 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/file1" 2026/05/06 03:22:40 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:40 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/file1 2026/05/06 03:22:40 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/file1" 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-payudas9xaqi/file1 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:41 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/06 03:22:41 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/06 03:22:41 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/06 03:22:41 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:41 DEBUG : file1: WriteFileHandle.Release nothing to do 2026/05/06 03:22:41 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:41 DEBUG : Looking for writers 2026/05/06 03:22:41 DEBUG : file1: reading active writers 2026/05/06 03:22:41 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleRelease (0.10s) === RUN TestWriteFileModTimeWithOpenWriters run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:41 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:41 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:41 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:41 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:41 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/06 03:22:41 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/06 03:22:41 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: File to upload is small (2 bytes), uploading instead of streaming 2026/05/06 03:22:41 DEBUG : file1: size = 2 OK 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/file1" 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/file1 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/file1" 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-payudas9xaqi/file1 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:41 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/05/06 03:22:41 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/05/06 03:22:41 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/06 03:22:41 DEBUG : file1: Applied pending mod time 2012-11-18 17:32:31 +0000 UTC OK 2026/05/06 03:22:41 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:41 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:41 DEBUG : Looking for writers 2026/05/06 03:22:41 DEBUG : file1: reading active writers 2026/05/06 03:22:41 DEBUG : >WaitForWriters: --- PASS: TestWriteFileModTimeWithOpenWriters (0.11s) === RUN TestFileReadAtZeroLength run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:41 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:41 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:41 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:41 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:41 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/06 03:22:41 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/06 03:22:41 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: File to upload is small (0 bytes), uploading instead of streaming 2026/05/06 03:22:41 DEBUG : file1: size = 0 OK 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/file1" 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/file1 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/file1" 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-payudas9xaqi/file1 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:41 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/05/06 03:22:41 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/05/06 03:22:41 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/06 03:22:41 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:41 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:41 DEBUG : file1: Open: flags=O_RDONLY 2026/05/06 03:22:41 DEBUG : file1: >Open: fd=file1 (r), err= 2026/05/06 03:22:41 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/05/06 03:22:41 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/05/06 03:22:41 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/05/06 03:22:41 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:41 DEBUG : Looking for writers 2026/05/06 03:22:41 DEBUG : file1: reading active writers 2026/05/06 03:22:41 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtZeroLength (0.06s) === RUN TestFileReadAtNonZeroLength run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:41 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:41 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/05/06 03:22:41 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/05/06 03:22:41 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:41 DEBUG : file1: >Open: fd=file1 (w), err= 2026/05/06 03:22:41 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/05/06 03:22:41 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: File to upload is small (100 bytes), uploading instead of streaming 2026/05/06 03:22:41 DEBUG : file1: size = 100 OK 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/file1" 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/file1 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/file1" 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 5c3803008ad26b00a5e0bc03bae2e9ca /rclone-test-payudas9xaqi/file1 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:41 DEBUG : file1: Parsed hash: 5c3803008ad26b00a5e0bc03bae2e9ca 2026/05/06 03:22:41 DEBUG : file1: md5 = 5c3803008ad26b00a5e0bc03bae2e9ca OK 2026/05/06 03:22:41 DEBUG : file1: Size and md5 of src and dst objects identical 2026/05/06 03:22:41 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/05/06 03:22:41 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/05/06 03:22:41 DEBUG : file1: Open: flags=O_RDONLY 2026/05/06 03:22:41 DEBUG : file1: >Open: fd=file1 (r), err= 2026/05/06 03:22:41 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/05/06 03:22:41 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/05/06 03:22:41 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/05/06 03:22:41 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:41 DEBUG : Looking for writers 2026/05/06 03:22:41 DEBUG : file1: reading active writers 2026/05/06 03:22:41 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtNonZeroLength (0.10s) === RUN TestZipManyFiles run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:41 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/flat/f000.txt" 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/flat/f000.txt 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/flat/f000.txt" 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-payudas9xaqi/flat/f000.txt 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:41 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/flat/f000.txt" 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/flat/f000.txt 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/flat/f000.txt" 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: c411c13d2fde40743cb34d29f96a35975bbfef9c /rclone-test-payudas9xaqi/flat/f000.txt 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:41 DEBUG : flat/f000.txt: Parsed hash: c411c13d2fde40743cb34d29f96a35975bbfef9c 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/flat/f001.txt" 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/flat/f001.txt 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/flat/f001.txt" 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-payudas9xaqi/flat/f001.txt 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:41 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/flat/f001.txt" 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/flat/f001.txt 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/flat/f001.txt" 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 46007547503950688fd883befced0e53561dae68 /rclone-test-payudas9xaqi/flat/f001.txt 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:41 DEBUG : flat/f001.txt: Parsed hash: 46007547503950688fd883befced0e53561dae68 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/flat/f002.txt" 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/flat/f002.txt 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/flat/f002.txt" 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-payudas9xaqi/flat/f002.txt 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:41 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/flat/f002.txt" 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/flat/f002.txt 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/flat/f002.txt" 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 3911c439d6af617451e319f94dfafb3c820da182 /rclone-test-payudas9xaqi/flat/f002.txt 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:41 DEBUG : flat/f002.txt: Parsed hash: 3911c439d6af617451e319f94dfafb3c820da182 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/flat/f003.txt" 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/flat/f003.txt 2026/05/06 03:22:41 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/flat/f003.txt" 2026/05/06 03:22:42 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:42 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-payudas9xaqi/flat/f003.txt 2026/05/06 03:22:42 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:42 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/05/06 03:22:42 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/flat/f003.txt" 2026/05/06 03:22:42 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:42 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/flat/f003.txt 2026/05/06 03:22:42 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/flat/f003.txt" 2026/05/06 03:22:42 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:42 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b /rclone-test-payudas9xaqi/flat/f003.txt 2026/05/06 03:22:42 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:42 DEBUG : flat/f003.txt: Parsed hash: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b 2026/05/06 03:22:42 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/flat/f004.txt" 2026/05/06 03:22:42 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:42 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/flat/f004.txt 2026/05/06 03:22:42 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/flat/f004.txt" 2026/05/06 03:22:42 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:42 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-payudas9xaqi/flat/f004.txt 2026/05/06 03:22:42 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:42 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/05/06 03:22:42 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/flat/f004.txt" 2026/05/06 03:22:42 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:42 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: sha1sum /rclone-test-payudas9xaqi/flat/f004.txt 2026/05/06 03:22:42 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-payudas9xaqi/flat/f004.txt" 2026/05/06 03:22:42 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:42 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 079985a49a3bd62df1a79417e15263ed81bd6843 /rclone-test-payudas9xaqi/flat/f004.txt 2026/05/06 03:22:42 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:42 DEBUG : flat/f004.txt: Parsed hash: 079985a49a3bd62df1a79417e15263ed81bd6843 2026/05/06 03:22:42 DEBUG : flat/f000.txt: Open: flags=O_RDONLY 2026/05/06 03:22:42 DEBUG : flat/f000.txt: >Open: fd=flat/f000.txt (r), err= 2026/05/06 03:22:42 DEBUG : flat/f000.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/06 03:22:42 DEBUG : flat/f000.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/06 03:22:42 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/flat/f000.txt" 2026/05/06 03:22:42 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:42 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/flat/f000.txt 2026/05/06 03:22:42 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/flat/f000.txt" 2026/05/06 03:22:42 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:42 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-payudas9xaqi/flat/f000.txt 2026/05/06 03:22:42 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:42 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/05/06 03:22:42 DEBUG : flat/f001.txt: Open: flags=O_RDONLY 2026/05/06 03:22:42 DEBUG : flat/f001.txt: >Open: fd=flat/f001.txt (r), err= 2026/05/06 03:22:42 DEBUG : flat/f001.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/06 03:22:42 DEBUG : flat/f001.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/06 03:22:42 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/flat/f001.txt" 2026/05/06 03:22:42 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:42 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/flat/f001.txt 2026/05/06 03:22:42 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/flat/f001.txt" 2026/05/06 03:22:42 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:42 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-payudas9xaqi/flat/f001.txt 2026/05/06 03:22:42 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:42 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/05/06 03:22:42 DEBUG : flat/f002.txt: Open: flags=O_RDONLY 2026/05/06 03:22:42 DEBUG : flat/f002.txt: >Open: fd=flat/f002.txt (r), err= 2026/05/06 03:22:42 DEBUG : flat/f002.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/06 03:22:42 DEBUG : flat/f002.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/06 03:22:42 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/flat/f002.txt" 2026/05/06 03:22:42 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:42 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/flat/f002.txt 2026/05/06 03:22:42 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/flat/f002.txt" 2026/05/06 03:22:42 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:42 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-payudas9xaqi/flat/f002.txt 2026/05/06 03:22:42 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:42 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/05/06 03:22:42 DEBUG : flat/f003.txt: Open: flags=O_RDONLY 2026/05/06 03:22:42 DEBUG : flat/f003.txt: >Open: fd=flat/f003.txt (r), err= 2026/05/06 03:22:42 DEBUG : flat/f003.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/06 03:22:42 DEBUG : flat/f003.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/06 03:22:42 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/flat/f003.txt" 2026/05/06 03:22:42 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:42 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/flat/f003.txt 2026/05/06 03:22:42 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/flat/f003.txt" 2026/05/06 03:22:42 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:42 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-payudas9xaqi/flat/f003.txt 2026/05/06 03:22:42 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:42 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/05/06 03:22:42 DEBUG : flat/f004.txt: Open: flags=O_RDONLY 2026/05/06 03:22:42 DEBUG : flat/f004.txt: >Open: fd=flat/f004.txt (r), err= 2026/05/06 03:22:42 DEBUG : flat/f004.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/06 03:22:42 DEBUG : flat/f004.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/06 03:22:42 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/flat/f004.txt" 2026/05/06 03:22:42 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:42 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/flat/f004.txt 2026/05/06 03:22:42 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/flat/f004.txt" 2026/05/06 03:22:42 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:42 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-payudas9xaqi/flat/f004.txt 2026/05/06 03:22:42 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:42 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/05/06 03:22:42 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:42 DEBUG : flat: Looking for writers 2026/05/06 03:22:42 DEBUG : f000.txt: reading active writers 2026/05/06 03:22:42 DEBUG : f001.txt: reading active writers 2026/05/06 03:22:42 DEBUG : f002.txt: reading active writers 2026/05/06 03:22:42 DEBUG : f003.txt: reading active writers 2026/05/06 03:22:42 DEBUG : f004.txt: reading active writers 2026/05/06 03:22:42 DEBUG : Looking for writers 2026/05/06 03:22:42 DEBUG : flat: reading active writers 2026/05/06 03:22:42 DEBUG : >WaitForWriters: --- PASS: TestZipManyFiles (1.54s) === RUN TestZipManySubDirs run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:42 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:42 DEBUG : a/b/c/deep.txt: Open: flags=O_RDONLY 2026/05/06 03:22:42 DEBUG : a/b/c/deep.txt: >Open: fd=a/b/c/deep.txt (r), err= 2026/05/06 03:22:42 DEBUG : a/b/c/deep.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/06 03:22:42 DEBUG : a/b/c/deep.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/06 03:22:42 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/a/b/c/deep.txt" 2026/05/06 03:22:42 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:42 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/a/b/c/deep.txt 2026/05/06 03:22:42 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/a/b/c/deep.txt" 2026/05/06 03:22:43 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:43 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 6627415e807ee33c7302917216e7da68 /rclone-test-payudas9xaqi/a/b/c/deep.txt 2026/05/06 03:22:43 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:43 DEBUG : a/b/c/deep.txt: Parsed hash: 6627415e807ee33c7302917216e7da68 2026/05/06 03:22:43 DEBUG : a/b/mid.txt: Open: flags=O_RDONLY 2026/05/06 03:22:43 DEBUG : a/b/mid.txt: >Open: fd=a/b/mid.txt (r), err= 2026/05/06 03:22:43 DEBUG : a/b/mid.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/06 03:22:43 DEBUG : a/b/mid.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/06 03:22:43 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/a/b/mid.txt" 2026/05/06 03:22:43 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:43 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/a/b/mid.txt 2026/05/06 03:22:43 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/a/b/mid.txt" 2026/05/06 03:22:43 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:43 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 22384709d743fe3c6fb0a4b35b2e10a6 /rclone-test-payudas9xaqi/a/b/mid.txt 2026/05/06 03:22:43 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:43 DEBUG : a/b/mid.txt: Parsed hash: 22384709d743fe3c6fb0a4b35b2e10a6 2026/05/06 03:22:43 DEBUG : a/top.txt: Open: flags=O_RDONLY 2026/05/06 03:22:43 DEBUG : a/top.txt: >Open: fd=a/top.txt (r), err= 2026/05/06 03:22:43 DEBUG : a/top.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/06 03:22:43 DEBUG : a/top.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/06 03:22:43 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/a/top.txt" 2026/05/06 03:22:43 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:43 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/a/top.txt 2026/05/06 03:22:43 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/a/top.txt" 2026/05/06 03:22:43 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:43 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: b28354b543375bfa94dabaeda722927f /rclone-test-payudas9xaqi/a/top.txt 2026/05/06 03:22:43 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:43 DEBUG : a/top.txt: Parsed hash: b28354b543375bfa94dabaeda722927f 2026/05/06 03:22:43 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:43 DEBUG : a/b/c: Looking for writers 2026/05/06 03:22:43 DEBUG : deep.txt: reading active writers 2026/05/06 03:22:43 DEBUG : a/b: Looking for writers 2026/05/06 03:22:43 DEBUG : c: reading active writers 2026/05/06 03:22:43 DEBUG : mid.txt: reading active writers 2026/05/06 03:22:43 DEBUG : a: Looking for writers 2026/05/06 03:22:43 DEBUG : b: reading active writers 2026/05/06 03:22:43 DEBUG : top.txt: reading active writers 2026/05/06 03:22:43 DEBUG : Looking for writers 2026/05/06 03:22:43 DEBUG : a: reading active writers 2026/05/06 03:22:43 DEBUG : >WaitForWriters: --- PASS: TestZipManySubDirs (0.29s) === RUN TestZipLargeFiles run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:43 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:43 DEBUG : bigdir/big.bin: Open: flags=O_RDONLY 2026/05/06 03:22:43 DEBUG : bigdir/big.bin: >Open: fd=bigdir/big.bin (r), err= 2026/05/06 03:22:43 DEBUG : bigdir/big.bin: ChunkedReader.openRange at 0 length 134217728 2026/05/06 03:22:43 DEBUG : bigdir/big.bin: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 2026/05/06 03:22:43 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4096 length 8192 chunkOffset 0 chunkSize 134217728 2026/05/06 03:22:43 DEBUG : bigdir/big.bin: ChunkedReader.Read at 12288 length 16384 chunkOffset 0 chunkSize 134217728 2026/05/06 03:22:43 DEBUG : bigdir/big.bin: ChunkedReader.Read at 28672 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/06 03:22:43 DEBUG : bigdir/big.bin: ChunkedReader.Read at 61440 length 65536 chunkOffset 0 chunkSize 134217728 2026/05/06 03:22:43 DEBUG : bigdir/big.bin: ChunkedReader.Read at 126976 length 131072 chunkOffset 0 chunkSize 134217728 2026/05/06 03:22:43 DEBUG : bigdir/big.bin: ChunkedReader.Read at 258048 length 262144 chunkOffset 0 chunkSize 134217728 2026/05/06 03:22:43 DEBUG : bigdir/big.bin: ChunkedReader.Read at 520192 length 524288 chunkOffset 0 chunkSize 134217728 2026/05/06 03:22:43 DEBUG : bigdir/big.bin: ChunkedReader.Read at 1044480 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/06 03:22:43 DEBUG : bigdir/big.bin: ChunkedReader.Read at 2093056 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/06 03:22:43 DEBUG : bigdir/big.bin: ChunkedReader.Read at 3141632 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/06 03:22:43 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4190208 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/06 03:22:43 DEBUG : bigdir/big.bin: ChunkedReader.Read at 5238784 length 1048576 chunkOffset 0 chunkSize 134217728 2026/05/06 03:22:43 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/bigdir/big.bin" 2026/05/06 03:22:43 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:43 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/bigdir/big.bin 2026/05/06 03:22:43 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/bigdir/big.bin" 2026/05/06 03:22:43 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:43 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 4b0b21c02afaff2fff9699aea5e438bd /rclone-test-payudas9xaqi/bigdir/big.bin 2026/05/06 03:22:43 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:43 DEBUG : bigdir/big.bin: Parsed hash: 4b0b21c02afaff2fff9699aea5e438bd 2026/05/06 03:22:43 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:43 DEBUG : bigdir: Looking for writers 2026/05/06 03:22:43 DEBUG : big.bin: reading active writers 2026/05/06 03:22:43 DEBUG : Looking for writers 2026/05/06 03:22:43 DEBUG : bigdir: reading active writers 2026/05/06 03:22:43 DEBUG : >WaitForWriters: --- PASS: TestZipLargeFiles (0.70s) === RUN TestZipDirsInRoot run.go:185: Remote "sftp://rclone@:22/rclone-test-payudas9xaqi", Local "Local file system at /tmp/rclone2456740113", Modify Window "1s" 2026/05/06 03:22:43 INFO : sftp://rclone@:22/rclone-test-payudas9xaqi: poll-interval is not supported by this remote 2026/05/06 03:22:43 DEBUG : dir1/a.txt: Open: flags=O_RDONLY 2026/05/06 03:22:43 DEBUG : dir1/a.txt: >Open: fd=dir1/a.txt (r), err= 2026/05/06 03:22:43 DEBUG : dir1/a.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/06 03:22:43 DEBUG : dir1/a.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/06 03:22:43 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir1/a.txt" 2026/05/06 03:22:43 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:43 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir1/a.txt 2026/05/06 03:22:43 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir1/a.txt" 2026/05/06 03:22:44 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:44 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 9dd4e461268c8034f5c8564e155c67a6 /rclone-test-payudas9xaqi/dir1/a.txt 2026/05/06 03:22:44 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:44 DEBUG : dir1/a.txt: Parsed hash: 9dd4e461268c8034f5c8564e155c67a6 2026/05/06 03:22:44 DEBUG : dir2/b.txt: Open: flags=O_RDONLY 2026/05/06 03:22:44 DEBUG : dir2/b.txt: >Open: fd=dir2/b.txt (r), err= 2026/05/06 03:22:44 DEBUG : dir2/b.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/06 03:22:44 DEBUG : dir2/b.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/06 03:22:44 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir2/b.txt" 2026/05/06 03:22:44 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:44 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir2/b.txt 2026/05/06 03:22:44 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir2/b.txt" 2026/05/06 03:22:44 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:44 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: 415290769594460e2e485922904f345d /rclone-test-payudas9xaqi/dir2/b.txt 2026/05/06 03:22:44 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:44 DEBUG : dir2/b.txt: Parsed hash: 415290769594460e2e485922904f345d 2026/05/06 03:22:44 DEBUG : dir3/c.txt: Open: flags=O_RDONLY 2026/05/06 03:22:44 DEBUG : dir3/c.txt: >Open: fd=dir3/c.txt (r), err= 2026/05/06 03:22:44 DEBUG : dir3/c.txt: ChunkedReader.openRange at 0 length 134217728 2026/05/06 03:22:44 DEBUG : dir3/c.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/05/06 03:22:44 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Shell path "/rclone-test-payudas9xaqi/dir3/c.txt" 2026/05/06 03:22:44 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: creating additional session 2026/05/06 03:22:44 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Running remote command: md5sum /rclone-test-payudas9xaqi/dir3/c.txt 2026/05/06 03:22:44 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-payudas9xaqi/dir3/c.txt" 2026/05/06 03:22:44 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: command exited OK 2026/05/06 03:22:44 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Remote command result: fbade9e36a3f36d3d676c1b808451dd7 /rclone-test-payudas9xaqi/dir3/c.txt 2026/05/06 03:22:44 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: ssh external: close 2026/05/06 03:22:44 DEBUG : dir3/c.txt: Parsed hash: fbade9e36a3f36d3d676c1b808451dd7 2026/05/06 03:22:44 DEBUG : WaitForWriters: timeout=30s 2026/05/06 03:22:44 DEBUG : dir1: Looking for writers 2026/05/06 03:22:44 DEBUG : a.txt: reading active writers 2026/05/06 03:22:44 DEBUG : dir2: Looking for writers 2026/05/06 03:22:44 DEBUG : b.txt: reading active writers 2026/05/06 03:22:44 DEBUG : dir3: Looking for writers 2026/05/06 03:22:44 DEBUG : c.txt: reading active writers 2026/05/06 03:22:44 DEBUG : Looking for writers 2026/05/06 03:22:44 DEBUG : dir1: reading active writers 2026/05/06 03:22:44 DEBUG : dir2: reading active writers 2026/05/06 03:22:44 DEBUG : dir3: reading active writers 2026/05/06 03:22:44 DEBUG : >WaitForWriters: --- PASS: TestZipDirsInRoot (0.35s) === RUN TestFunctional vfstest_test.go:20: Skip on non local --- SKIP: TestFunctional (0.00s) PASS 2026/05/06 03:22:44 DEBUG : sftp://rclone@:22/rclone-test-payudas9xaqi: Purge dir "" "./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Finished OK in 45.587322314s (try 1/5)