"./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Starting (try 1/5) 2026/06/07 04:19:31 DEBUG : Creating backend with remote "TestSFTPRcloneSSH:rclone-test-xapuyil7kavu" 2026/06/07 04:19:31 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/06/07 04:19:31 DEBUG : Setting type="sftp" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_TYPE 2026/06/07 04:19:31 DEBUG : Setting ssh="ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_SSH 2026/06/07 04:19:31 DEBUG : TestSFTPRcloneSSH: detected overridden config - adding "{aFBXt}" suffix to name 2026/06/07 04:19:31 DEBUG : Setting ssh="ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_SSH 2026/06/07 04:19:31 NOTICE: TestSFTPRcloneSSH{aFBXt}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/06/07 04:19:31 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/06/07 04:19:31 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell type "unix" from config 2026/06/07 04:19:31 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Relative path resolved to "/rclone-test-xapuyil7kavu" 2026/06/07 04:19:31 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Using root directory "/rclone-test-xapuyil7kavu" 2026/06/07 04:19:31 DEBUG : Creating backend with remote "/tmp/rclone1475147260" === RUN TestDirHandleMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:19:31 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:19:31 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:31 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:31 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:31 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:31 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:31 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:31 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:31 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:31 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:31 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:31 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:31 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:31 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:31 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:31 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:31 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/07 04:19:31 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:31 DEBUG : dir: Looking for writers 2026/06/07 04:19:31 DEBUG : Looking for writers 2026/06/07 04:19:31 DEBUG : dir: reading active writers 2026/06/07 04:19:31 DEBUG : >WaitForWriters: --- PASS: TestDirHandleMethods (0.21s) === RUN TestDirHandleReaddir run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:19:31 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:19:31 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:31 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:31 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:31 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:32 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:32 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:32 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:32 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:32 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:32 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:32 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:32 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:32 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:32 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:32 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:32 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/07 04:19:32 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file2" 2026/06/07 04:19:32 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:32 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file2 2026/06/07 04:19:32 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file2" 2026/06/07 04:19:32 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:32 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-xapuyil7kavu/dir/file2 2026/06/07 04:19:32 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:32 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/06/07 04:19:32 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file2" 2026/06/07 04:19:32 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:32 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file2 2026/06/07 04:19:32 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file2" 2026/06/07 04:19:32 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:32 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-xapuyil7kavu/dir/file2 2026/06/07 04:19:32 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:32 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/06/07 04:19:32 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/subdir/file3" 2026/06/07 04:19:32 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:32 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/subdir/file3 2026/06/07 04:19:32 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/subdir/file3" 2026/06/07 04:19:32 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:32 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-xapuyil7kavu/dir/subdir/file3 2026/06/07 04:19:32 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:32 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/06/07 04:19:32 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/subdir/file3" 2026/06/07 04:19:32 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:32 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/subdir/file3 2026/06/07 04:19:32 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/subdir/file3" 2026/06/07 04:19:32 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:32 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-xapuyil7kavu/dir/subdir/file3 2026/06/07 04:19:32 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:32 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a 2026/06/07 04:19:32 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:32 DEBUG : dir/subdir: Looking for writers 2026/06/07 04:19:32 DEBUG : dir: Looking for writers 2026/06/07 04:19:32 DEBUG : subdir: reading active writers 2026/06/07 04:19:32 DEBUG : file1: reading active writers 2026/06/07 04:19:32 DEBUG : file2: reading active writers 2026/06/07 04:19:32 DEBUG : Looking for writers 2026/06/07 04:19:32 DEBUG : dir: reading active writers 2026/06/07 04:19:32 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddir (0.61s) === RUN TestDirHandleReaddirnames run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:19:32 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:19:32 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:32 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:32 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:32 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:32 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:32 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:32 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:32 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:32 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:32 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:32 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:32 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:32 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:32 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:32 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:32 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/07 04:19:32 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:32 DEBUG : dir: Looking for writers 2026/06/07 04:19:32 DEBUG : file1: reading active writers 2026/06/07 04:19:32 DEBUG : Looking for writers 2026/06/07 04:19:32 DEBUG : dir: reading active writers 2026/06/07 04:19:32 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddirnames (0.21s) === RUN TestDirMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:19:32 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:19:32 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:32 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:32 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:32 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:32 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:32 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:32 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:32 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:32 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:32 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:32 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:32 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:32 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:32 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:32 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:32 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/07 04:19:32 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:32 DEBUG : dir: Looking for writers 2026/06/07 04:19:32 DEBUG : Looking for writers 2026/06/07 04:19:32 DEBUG : dir: reading active writers 2026/06/07 04:19:32 DEBUG : >WaitForWriters: --- PASS: TestDirMethods (0.21s) === RUN TestDirForgetAll run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:19:32 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:19:32 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:32 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:32 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:32 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:33 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:33 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:33 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:33 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:33 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:33 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:33 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:33 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:33 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:33 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:33 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:33 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/07 04:19:33 DEBUG : dir: forgetting directory cache 2026/06/07 04:19:33 DEBUG : forgetting directory cache 2026/06/07 04:19:33 DEBUG : dir: forgetting directory cache 2026/06/07 04:19:33 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:33 DEBUG : Looking for writers 2026/06/07 04:19:33 DEBUG : >WaitForWriters: --- PASS: TestDirForgetAll (0.20s) === RUN TestDirForgetPath run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:19:33 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:19:33 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:33 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:33 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:33 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:33 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:33 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:33 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:33 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:33 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:33 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:33 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:33 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:33 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:33 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:33 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:33 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/07 04:19:33 DEBUG : ForgetPath: relativePath="dir/notfound", type=1 2026/06/07 04:19:33 DEBUG : dir: invalidating directory cache 2026/06/07 04:19:33 DEBUG : >ForgetPath: 2026/06/07 04:19:33 DEBUG : ForgetPath: relativePath="dir", type=0 2026/06/07 04:19:33 DEBUG : invalidating directory cache 2026/06/07 04:19:33 DEBUG : dir: forgetting directory cache 2026/06/07 04:19:33 DEBUG : >ForgetPath: 2026/06/07 04:19:33 DEBUG : ForgetPath: relativePath="not/in/cache", type=0 2026/06/07 04:19:33 DEBUG : >ForgetPath: 2026/06/07 04:19:33 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:33 DEBUG : dir: Looking for writers 2026/06/07 04:19:33 DEBUG : Looking for writers 2026/06/07 04:19:33 DEBUG : dir: reading active writers 2026/06/07 04:19:33 DEBUG : >WaitForWriters: --- PASS: TestDirForgetPath (0.20s) === RUN TestDirWalk run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:19:33 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:19:33 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:33 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:33 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:33 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:33 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:33 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:33 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:33 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:33 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:33 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:33 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:33 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:33 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:33 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:33 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:33 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/07 04:19:33 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/06/07 04:19:33 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/fil/a/b/c" 2026/06/07 04:19:33 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:33 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/fil/a/b/c 2026/06/07 04:19:33 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/fil/a/b/c" 2026/06/07 04:19:33 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:33 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 8a723ce6358887fb2e41fbe163780b08 /rclone-test-xapuyil7kavu/fil/a/b/c 2026/06/07 04:19:33 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:33 DEBUG : fil/a/b/c: Parsed hash: 8a723ce6358887fb2e41fbe163780b08 2026/06/07 04:19:33 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/fil/a/b/c" 2026/06/07 04:19:33 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:33 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/fil/a/b/c 2026/06/07 04:19:33 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/fil/a/b/c" 2026/06/07 04:19:33 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:33 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 6e53ed736122eed1a3cfda28927c84739fb15f43 /rclone-test-xapuyil7kavu/fil/a/b/c 2026/06/07 04:19:33 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:33 DEBUG : fil/a/b/c: Parsed hash: 6e53ed736122eed1a3cfda28927c84739fb15f43 2026/06/07 04:19:33 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:33 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:33 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:33 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:33 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:33 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:33 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:33 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:33 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:33 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:33 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:33 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:34 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:34 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:34 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/07 04:19:34 DEBUG : forgetting directory cache 2026/06/07 04:19:34 DEBUG : dir: forgetting directory cache 2026/06/07 04:19:34 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:34 DEBUG : dir: Looking for writers 2026/06/07 04:19:34 DEBUG : fil/a/b: Looking for writers 2026/06/07 04:19:34 DEBUG : fil/a: Looking for writers 2026/06/07 04:19:34 DEBUG : b: reading active writers 2026/06/07 04:19:34 DEBUG : fil: Looking for writers 2026/06/07 04:19:34 DEBUG : a: reading active writers 2026/06/07 04:19:34 DEBUG : Looking for writers 2026/06/07 04:19:34 DEBUG : dir: reading active writers 2026/06/07 04:19:34 DEBUG : fil: reading active writers 2026/06/07 04:19:34 DEBUG : >WaitForWriters: --- PASS: TestDirWalk (0.74s) === RUN TestDirSetModTime run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:19:34 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:19:34 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:34 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:34 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:34 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:34 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:34 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:34 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:34 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:34 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:34 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:34 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:34 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:34 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:34 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/07 04:19:34 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:34 DEBUG : dir: Looking for writers 2026/06/07 04:19:34 DEBUG : Looking for writers 2026/06/07 04:19:34 DEBUG : dir: reading active writers 2026/06/07 04:19:34 DEBUG : >WaitForWriters: --- PASS: TestDirSetModTime (0.23s) === RUN TestDirStat run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:19:34 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:19:34 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:34 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:34 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:34 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:34 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:34 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:34 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:34 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:34 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:34 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:34 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:34 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:34 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:34 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/07 04:19:34 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:34 DEBUG : dir: Looking for writers 2026/06/07 04:19:34 DEBUG : file1: reading active writers 2026/06/07 04:19:34 DEBUG : Looking for writers 2026/06/07 04:19:34 DEBUG : dir: reading active writers 2026/06/07 04:19:34 DEBUG : >WaitForWriters: --- PASS: TestDirStat (0.22s) === RUN TestDirReadDirAll run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:19:34 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:19:34 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:34 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:34 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:34 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:34 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:34 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:34 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:34 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:34 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:34 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:34 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:34 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:34 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:34 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/07 04:19:34 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file2" 2026/06/07 04:19:34 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:34 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file2 2026/06/07 04:19:34 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file2" 2026/06/07 04:19:34 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:34 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-xapuyil7kavu/dir/file2 2026/06/07 04:19:34 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:34 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/06/07 04:19:34 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file2" 2026/06/07 04:19:34 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:34 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file2 2026/06/07 04:19:34 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file2" 2026/06/07 04:19:34 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:34 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-xapuyil7kavu/dir/file2 2026/06/07 04:19:34 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:34 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/06/07 04:19:34 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/subdir/file3" 2026/06/07 04:19:34 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:34 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/subdir/file3 2026/06/07 04:19:34 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/subdir/file3" 2026/06/07 04:19:35 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:35 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-xapuyil7kavu/dir/subdir/file3 2026/06/07 04:19:35 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:35 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/06/07 04:19:35 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/subdir/file3" 2026/06/07 04:19:35 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:35 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/subdir/file3 2026/06/07 04:19:35 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/subdir/file3" 2026/06/07 04:19:35 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:35 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-xapuyil7kavu/dir/subdir/file3 2026/06/07 04:19:35 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:35 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a === RUN TestDirReadDirAll/Virtual 2026/06/07 04:19:35 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile" 2026/06/07 04:19:35 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir" 2026/06/07 04:19:35 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/06/07 04:19:35 DEBUG : dir: Added virtual directory entry vDel: "subdir" 2026/06/07 04:19:35 DEBUG : Waiting for deletions to finish 2026/06/07 04:19:35 INFO : dir/subdir/file3: Deleted 2026/06/07 04:19:35 DEBUG : removing 1 level 2 directories 2026/06/07 04:19:35 INFO : dir/subdir: Removing directory 2026/06/07 04:19:35 DEBUG : dir: invalidating directory cache 2026/06/07 04:19:35 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir" 2026/06/07 04:19:35 DEBUG : dir: Removed virtual directory entry vDel: "file2" 2026/06/07 04:19:35 DEBUG : dir: Removed virtual directory entry vDel: "subdir" 2026/06/07 04:19:35 DEBUG : dir/file1: Reset virtual modtime 2026/06/07 04:19:35 DEBUG : dir: Removed virtual directory entry vAddFile: "virtualFile" 2026/06/07 04:19:35 DEBUG : dir/virtualFile: Reset virtual modtime 2026/06/07 04:19:35 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile2" 2026/06/07 04:19:35 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir2" 2026/06/07 04:19:35 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/07 04:19:35 DEBUG : dir: invalidating directory cache 2026/06/07 04:19:35 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir2" 2026/06/07 04:19:35 DEBUG : dir: Removed virtual directory entry vDel: "file1" 2026/06/07 04:19:35 DEBUG : dir/virtualFile: Reset virtual modtime 2026/06/07 04:19:35 DEBUG : forgetting directory cache 2026/06/07 04:19:35 DEBUG : dir: forgetting directory cache 2026/06/07 04:19:35 DEBUG : dir/virtualDir: forgetting directory cache 2026/06/07 04:19:35 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:35 DEBUG : dir/virtualDir: Looking for writers 2026/06/07 04:19:35 DEBUG : dir: Looking for writers 2026/06/07 04:19:35 DEBUG : virtualFile: reading active writers 2026/06/07 04:19:35 DEBUG : virtualDir: reading active writers 2026/06/07 04:19:35 DEBUG : file1: reading active writers 2026/06/07 04:19:35 DEBUG : virtualFile2: reading active writers 2026/06/07 04:19:35 DEBUG : Looking for writers 2026/06/07 04:19:35 DEBUG : dir: reading active writers 2026/06/07 04:19:35 DEBUG : >WaitForWriters: --- PASS: TestDirReadDirAll (0.67s) --- PASS: TestDirReadDirAll/Virtual (0.01s) === RUN TestDirOpen run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:19:35 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:19:35 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:35 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:35 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:35 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:35 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:35 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:35 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:35 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:35 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:35 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:35 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:35 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:35 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:35 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:35 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:35 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/07 04:19:35 ERROR : dir/: Can only open directories read only 2026/06/07 04:19:35 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:35 DEBUG : dir: Looking for writers 2026/06/07 04:19:35 DEBUG : Looking for writers 2026/06/07 04:19:35 DEBUG : dir: reading active writers 2026/06/07 04:19:35 DEBUG : >WaitForWriters: --- PASS: TestDirOpen (0.20s) === RUN TestDirCreate run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:19:35 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:19:35 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:35 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:35 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:35 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:35 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:35 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:35 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:35 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:35 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:35 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:35 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:35 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:35 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:35 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:35 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:35 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/07 04:19:35 DEBUG : dir/potato: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:19:35 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/06/07 04:19:35 DEBUG : dir/potato: >Open: fd=dir/potato (w), err= 2026/06/07 04:19:35 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/06/07 04:19:35 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: File to upload is small (5 bytes), uploading instead of streaming 2026/06/07 04:19:35 DEBUG : dir/potato: size = 5 OK 2026/06/07 04:19:35 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/potato" 2026/06/07 04:19:35 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:35 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/potato 2026/06/07 04:19:35 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/potato" 2026/06/07 04:19:35 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:35 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-xapuyil7kavu/dir/potato 2026/06/07 04:19:35 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:35 DEBUG : dir/potato: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/07 04:19:35 DEBUG : dir/potato: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/06/07 04:19:35 DEBUG : dir/potato: Size and md5 of src and dst objects identical 2026/06/07 04:19:35 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/06/07 04:19:35 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:35 DEBUG : dir: Looking for writers 2026/06/07 04:19:35 DEBUG : file1: reading active writers 2026/06/07 04:19:35 DEBUG : potato: reading active writers 2026/06/07 04:19:35 DEBUG : Looking for writers 2026/06/07 04:19:35 DEBUG : dir: reading active writers 2026/06/07 04:19:35 DEBUG : >WaitForWriters: --- PASS: TestDirCreate (0.43s) === RUN TestDirMkdir run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:19:35 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:19:35 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:35 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:35 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:35 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:35 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:35 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:35 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:35 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:35 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:35 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:35 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:35 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:36 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:36 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:36 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:36 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/07 04:19:36 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/06/07 04:19:36 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:36 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:36 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:36 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:36 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:36 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:36 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:36 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:36 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:36 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:36 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:36 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:36 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:36 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:36 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:36 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/07 04:19:36 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:36 DEBUG : dir/sub: Looking for writers 2026/06/07 04:19:36 DEBUG : dir: Looking for writers 2026/06/07 04:19:36 DEBUG : file1: reading active writers 2026/06/07 04:19:36 DEBUG : sub: reading active writers 2026/06/07 04:19:36 DEBUG : Looking for writers 2026/06/07 04:19:36 DEBUG : dir: reading active writers 2026/06/07 04:19:36 DEBUG : >WaitForWriters: --- PASS: TestDirMkdir (0.54s) === RUN TestDirMkdirSub run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:19:36 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:19:36 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:36 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:36 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:36 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:36 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:36 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:36 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:36 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:36 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:36 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:36 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:36 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:36 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:36 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:36 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:36 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/07 04:19:36 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/06/07 04:19:36 DEBUG : dir/sub: Added virtual directory entry vAddDir: "subsub" 2026/06/07 04:19:36 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:36 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:36 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:36 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:36 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:36 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:36 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:36 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:36 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:36 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:36 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:36 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:36 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:36 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:36 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:36 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/07 04:19:36 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:36 DEBUG : dir/sub/subsub: Looking for writers 2026/06/07 04:19:36 DEBUG : dir/sub: Looking for writers 2026/06/07 04:19:36 DEBUG : subsub: reading active writers 2026/06/07 04:19:36 DEBUG : dir: Looking for writers 2026/06/07 04:19:36 DEBUG : file1: reading active writers 2026/06/07 04:19:36 DEBUG : sub: reading active writers 2026/06/07 04:19:36 DEBUG : Looking for writers 2026/06/07 04:19:36 DEBUG : dir: reading active writers 2026/06/07 04:19:36 DEBUG : >WaitForWriters: --- PASS: TestDirMkdirSub (0.42s) === RUN TestDirRemove run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:19:36 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:19:36 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:36 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:36 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:36 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:36 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:36 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:36 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:36 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:36 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:36 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:36 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:36 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:37 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:37 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:37 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:37 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/07 04:19:37 ERROR : dir/: Dir.Remove not empty 2026/06/07 04:19:37 DEBUG : dir/file1: Remove: 2026/06/07 04:19:37 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/07 04:19:37 DEBUG : dir/file1: >Remove: err= 2026/06/07 04:19:37 DEBUG : Added virtual directory entry vDel: "dir" 2026/06/07 04:19:37 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:37 DEBUG : Looking for writers 2026/06/07 04:19:37 DEBUG : >WaitForWriters: --- PASS: TestDirRemove (0.20s) === RUN TestDirRemoveAll run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:19:37 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:19:37 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:37 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:37 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:37 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:37 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:37 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:37 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:37 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:37 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:37 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:37 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:37 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:37 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:37 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:37 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:37 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/07 04:19:37 DEBUG : dir/file1: Remove: 2026/06/07 04:19:37 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/07 04:19:37 DEBUG : dir/file1: >Remove: err= 2026/06/07 04:19:37 DEBUG : Added virtual directory entry vDel: "dir" 2026/06/07 04:19:37 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:37 DEBUG : Looking for writers 2026/06/07 04:19:37 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveAll (0.21s) === RUN TestDirRemoveName run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:19:37 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:19:37 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:37 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:37 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:37 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:37 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:37 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:37 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:37 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:37 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:37 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:37 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:37 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:37 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:37 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:37 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:37 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/07 04:19:37 DEBUG : dir/file1: Remove: 2026/06/07 04:19:37 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/07 04:19:37 DEBUG : dir/file1: >Remove: err= 2026/06/07 04:19:37 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:37 DEBUG : dir: Looking for writers 2026/06/07 04:19:37 DEBUG : Looking for writers 2026/06/07 04:19:37 DEBUG : dir: reading active writers 2026/06/07 04:19:37 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveName (0.31s) === RUN TestDirRename run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:19:37 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:19:37 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:37 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:37 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:37 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:37 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:37 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:37 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:37 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:37 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:37 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:37 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:37 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:37 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:37 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:37 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:37 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/07 04:19:37 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:37 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:37 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:37 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:37 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:37 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:37 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:37 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:37 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:37 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:37 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:37 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:37 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:37 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:37 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:37 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/07 04:19:37 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file3" 2026/06/07 04:19:37 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:37 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file3 2026/06/07 04:19:37 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file3" 2026/06/07 04:19:38 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:38 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-xapuyil7kavu/dir/file3 2026/06/07 04:19:38 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:38 DEBUG : dir/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/06/07 04:19:38 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file3" 2026/06/07 04:19:38 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:38 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file3 2026/06/07 04:19:38 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file3" 2026/06/07 04:19:38 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:38 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-xapuyil7kavu/dir/file3 2026/06/07 04:19:38 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:38 DEBUG : dir/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/06/07 04:19:38 ERROR : dir/not found: Dir.Rename error: file does not exist 2026/06/07 04:19:38 DEBUG : dir: Updating dir with dir2 0x32063abfda00 2026/06/07 04:19:38 DEBUG : dir: forgetting directory cache 2026/06/07 04:19:38 DEBUG : Added virtual directory entry vDel: "dir" 2026/06/07 04:19:38 DEBUG : Added virtual directory entry vAddDir: "dir2" 2026/06/07 04:19:38 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir2/file1" 2026/06/07 04:19:38 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:38 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir2/file1 2026/06/07 04:19:38 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir2/file1" 2026/06/07 04:19:38 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:38 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir2/file1 2026/06/07 04:19:38 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:38 DEBUG : dir2/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:38 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir2/file1" 2026/06/07 04:19:38 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:38 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir2/file1 2026/06/07 04:19:38 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir2/file1" 2026/06/07 04:19:38 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:38 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xapuyil7kavu/dir2/file1 2026/06/07 04:19:38 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:38 DEBUG : dir2/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/07 04:19:38 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir2/file3" 2026/06/07 04:19:38 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:38 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir2/file3 2026/06/07 04:19:38 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir2/file3" 2026/06/07 04:19:38 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:38 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-xapuyil7kavu/dir2/file3 2026/06/07 04:19:38 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:38 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/06/07 04:19:38 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir2/file3" 2026/06/07 04:19:38 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:38 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir2/file3 2026/06/07 04:19:38 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir2/file3" 2026/06/07 04:19:38 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:38 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-xapuyil7kavu/dir2/file3 2026/06/07 04:19:38 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:38 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/06/07 04:19:38 INFO : dir2/file1: Moved (server-side) to: file2 2026/06/07 04:19:38 DEBUG : file2: Updating file with file2 0x32063ace69c0 2026/06/07 04:19:38 DEBUG : dir2: Added virtual directory entry vDel: "file1" 2026/06/07 04:19:38 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/06/07 04:19:38 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/file2" 2026/06/07 04:19:38 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:38 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/file2 2026/06/07 04:19:38 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/file2" 2026/06/07 04:19:38 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:38 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/file2 2026/06/07 04:19:38 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:38 DEBUG : file2: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:38 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/file2" 2026/06/07 04:19:38 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:38 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/file2 2026/06/07 04:19:38 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/file2" 2026/06/07 04:19:38 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:38 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xapuyil7kavu/file2 2026/06/07 04:19:38 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:38 DEBUG : file2: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/07 04:19:38 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir2/file3" 2026/06/07 04:19:38 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:38 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir2/file3 2026/06/07 04:19:38 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir2/file3" 2026/06/07 04:19:38 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:38 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-xapuyil7kavu/dir2/file3 2026/06/07 04:19:38 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:38 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/06/07 04:19:38 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir2/file3" 2026/06/07 04:19:38 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:38 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir2/file3 2026/06/07 04:19:38 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir2/file3" 2026/06/07 04:19:39 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:39 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-xapuyil7kavu/dir2/file3 2026/06/07 04:19:39 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:39 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/06/07 04:19:39 INFO : dir2/file3: Deleted 2026/06/07 04:19:39 INFO : file2: Moved (server-side) to: dir2/file3 2026/06/07 04:19:39 DEBUG : dir2/file3: Updating file with dir2/file3 0x32063ace69c0 2026/06/07 04:19:39 DEBUG : Added virtual directory entry vDel: "file2" 2026/06/07 04:19:39 DEBUG : dir2: Added virtual directory entry vAddFile: "file3" 2026/06/07 04:19:39 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir2/file3" 2026/06/07 04:19:39 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:39 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir2/file3 2026/06/07 04:19:39 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir2/file3" 2026/06/07 04:19:39 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:39 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir2/file3 2026/06/07 04:19:39 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:39 DEBUG : dir2/file3: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:39 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir2/file3" 2026/06/07 04:19:39 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:39 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir2/file3 2026/06/07 04:19:39 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir2/file3" 2026/06/07 04:19:39 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:39 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xapuyil7kavu/dir2/file3 2026/06/07 04:19:39 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:39 DEBUG : dir2/file3: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/07 04:19:39 DEBUG : Added virtual directory entry vAddDir: "empty directory" 2026/06/07 04:19:39 DEBUG : empty directory: Updating dir with renamed empty directory 0x32063a998000 2026/06/07 04:19:39 DEBUG : empty directory: forgetting directory cache 2026/06/07 04:19:39 DEBUG : Added virtual directory entry vDel: "empty directory" 2026/06/07 04:19:39 DEBUG : Added virtual directory entry vAddDir: "renamed empty directory" 2026/06/07 04:19:39 DEBUG : dir2: Renaming to "dir3" 2026/06/07 04:19:39 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:39 DEBUG : dir3: Looking for writers 2026/06/07 04:19:39 DEBUG : file3: reading active writers 2026/06/07 04:19:39 DEBUG : renamed empty directory: Looking for writers 2026/06/07 04:19:39 DEBUG : Looking for writers 2026/06/07 04:19:39 DEBUG : renamed empty directory: reading active writers 2026/06/07 04:19:39 DEBUG : dir3: reading active writers 2026/06/07 04:19:39 DEBUG : >WaitForWriters: --- PASS: TestDirRename (1.75s) === RUN TestDirStructSize dir_test.go:611: Dir struct has size 200 bytes --- PASS: TestDirStructSize (0.00s) === RUN TestDirFileOpen run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:19:39 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:19:39 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:39 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:39 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:39 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:39 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:39 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:39 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:39 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:39 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:39 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:39 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:39 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:39 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:39 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:39 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:39 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/07 04:19:39 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/06/07 04:19:39 DEBUG : dir/sub/file0: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:19:39 DEBUG : dir/sub/file0: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/06/07 04:19:39 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/06/07 04:19:39 DEBUG : dir/sub/file0: >Open: fd=dir/sub/file0 (w), err= 2026/06/07 04:19:39 DEBUG : dir/sub/file0: >OpenFile: fd=dir/sub/file0 (w), err= 2026/06/07 04:19:39 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/06/07 04:19:39 DEBUG : dir/sub/file2: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:19:39 DEBUG : dir/sub/file2: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/06/07 04:19:39 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/06/07 04:19:39 DEBUG : dir/sub/file2: >Open: fd=dir/sub/file2 (w), err= 2026/06/07 04:19:39 DEBUG : dir/sub/file2: >OpenFile: fd=dir/sub/file2 (w), err= 2026/06/07 04:19:39 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/06/07 04:19:39 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: File to upload is small (12 bytes), uploading instead of streaming 2026/06/07 04:19:39 DEBUG : dir/sub/file2: size = 12 OK 2026/06/07 04:19:39 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/sub/file2" 2026/06/07 04:19:39 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:39 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/sub/file2 2026/06/07 04:19:39 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/sub/file2" 2026/06/07 04:19:39 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:39 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: fc3ff98e8c6a0d3087d515c0473f8677 /rclone-test-xapuyil7kavu/dir/sub/file2 2026/06/07 04:19:39 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:39 DEBUG : dir/sub/file2: Parsed hash: fc3ff98e8c6a0d3087d515c0473f8677 2026/06/07 04:19:39 DEBUG : dir/sub/file2: md5 = fc3ff98e8c6a0d3087d515c0473f8677 OK 2026/06/07 04:19:39 DEBUG : dir/sub/file2: Size and md5 of src and dst objects identical 2026/06/07 04:19:39 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/06/07 04:19:39 DEBUG : forgetting directory cache 2026/06/07 04:19:39 DEBUG : dir: forgetting directory cache 2026/06/07 04:19:39 DEBUG : dir/sub: forgetting directory cache 2026/06/07 04:19:39 DEBUG : dir/sub: Removed virtual directory entry vAddFile: "file2" 2026/06/07 04:19:39 DEBUG : dir: Removed virtual directory entry vAddDir: "sub" 2026/06/07 04:19:39 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: File to upload is small (5 bytes), uploading instead of streaming 2026/06/07 04:19:39 DEBUG : dir/sub/file0: size = 5 OK 2026/06/07 04:19:39 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/sub/file0" 2026/06/07 04:19:39 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:39 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/sub/file0 2026/06/07 04:19:39 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/sub/file0" 2026/06/07 04:19:39 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:39 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-xapuyil7kavu/dir/sub/file0 2026/06/07 04:19:39 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:39 DEBUG : dir/sub/file0: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/07 04:19:39 DEBUG : dir/sub/file0: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/06/07 04:19:39 DEBUG : dir/sub/file0: Size and md5 of src and dst objects identical 2026/06/07 04:19:39 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/06/07 04:19:39 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:39 DEBUG : dir/sub: Looking for writers 2026/06/07 04:19:39 DEBUG : file0: reading active writers 2026/06/07 04:19:39 DEBUG : file2: reading active writers 2026/06/07 04:19:39 DEBUG : dir: Looking for writers 2026/06/07 04:19:39 DEBUG : sub: reading active writers 2026/06/07 04:19:39 DEBUG : file1: reading active writers 2026/06/07 04:19:39 DEBUG : Looking for writers 2026/06/07 04:19:39 DEBUG : dir: reading active writers 2026/06/07 04:19:39 DEBUG : >WaitForWriters: --- PASS: TestDirFileOpen (0.46s) === RUN TestDirEntryModTimeInvalidation run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:19:39 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:19:39 DEBUG : forgetting directory cache 2026/06/07 04:19:40 DEBUG : forgetting directory cache 2026/06/07 04:19:40 DEBUG : dir: forgetting directory cache 2026/06/07 04:19:40 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:40 DEBUG : dir: Looking for writers 2026/06/07 04:19:40 DEBUG : Looking for writers 2026/06/07 04:19:40 DEBUG : dir: reading active writers 2026/06/07 04:19:40 DEBUG : >WaitForWriters: --- PASS: TestDirEntryModTimeInvalidation (1.12s) === RUN TestDirMetadataExtension run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:19:40 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:19:40 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:40 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:40 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:40 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:40 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:40 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:40 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:40 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:40 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:40 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:40 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:40 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:41 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:41 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:41 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:41 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/07 04:19:41 DEBUG : dir: Added virtual directory entry vAddFile: "file1.metadata" 2026/06/07 04:19:41 DEBUG : dir/file1.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:19:41 DEBUG : dir/file1.metadata: Open: flags=O_RDONLY 2026/06/07 04:19:41 DEBUG : dir/file1.metadata: >Open: fd=dir/file1.metadata (r), err= 2026/06/07 04:19:41 DEBUG : dir/file1.metadata: >OpenFile: fd=dir/file1.metadata (r), err= 2026/06/07 04:19:41 DEBUG : dir/file1.metadata: ChunkedReader.openRange at 0 length 134217728 2026/06/07 04:19:41 DEBUG : dir/file1.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/06/07 04:19:41 DEBUG : Added virtual directory entry vAddFile: "dir.metadata" 2026/06/07 04:19:41 DEBUG : dir.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:19:41 DEBUG : dir.metadata: Open: flags=O_RDONLY 2026/06/07 04:19:41 DEBUG : dir.metadata: >Open: fd=dir.metadata (r), err= 2026/06/07 04:19:41 DEBUG : dir.metadata: >OpenFile: fd=dir.metadata (r), err= 2026/06/07 04:19:41 DEBUG : dir.metadata: ChunkedReader.openRange at 0 length 134217728 2026/06/07 04:19:41 DEBUG : dir.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/06/07 04:19:41 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:41 DEBUG : dir: Looking for writers 2026/06/07 04:19:41 DEBUG : file1: reading active writers 2026/06/07 04:19:41 DEBUG : file1.metadata: reading active writers 2026/06/07 04:19:41 DEBUG : Looking for writers 2026/06/07 04:19:41 DEBUG : dir.metadata: reading active writers 2026/06/07 04:19:41 DEBUG : dir: reading active writers 2026/06/07 04:19:41 DEBUG : >WaitForWriters: --- PASS: TestDirMetadataExtension (0.23s) === RUN TestErrorError --- PASS: TestErrorError (0.00s) === RUN TestFileMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:19:41 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:19:41 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:41 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:41 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:41 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:41 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:41 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:41 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:41 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:41 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:41 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:41 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:41 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:41 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:41 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:41 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:41 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/07 04:19:41 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:41 DEBUG : dir: Looking for writers 2026/06/07 04:19:41 DEBUG : file1: reading active writers 2026/06/07 04:19:41 DEBUG : Looking for writers 2026/06/07 04:19:41 DEBUG : dir: reading active writers 2026/06/07 04:19:41 DEBUG : >WaitForWriters: --- PASS: TestFileMethods (0.23s) === RUN TestFileSetModTime === RUN TestFileSetModTime/cache=off,open=false,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:19:41 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:19:41 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:41 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:41 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:41 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:41 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:41 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:41 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:41 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:41 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:41 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:41 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:41 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:41 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:41 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:41 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:41 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/07 04:19:41 DEBUG : Can set mod time: true 2026/06/07 04:19:41 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/06/07 04:19:41 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:41 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:41 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:41 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:41 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:41 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:41 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:41 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:41 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:41 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:41 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:41 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:41 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:41 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:41 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:41 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/07 04:19:41 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:41 DEBUG : dir: Looking for writers 2026/06/07 04:19:41 DEBUG : file1: reading active writers 2026/06/07 04:19:41 DEBUG : Looking for writers 2026/06/07 04:19:41 DEBUG : dir: reading active writers 2026/06/07 04:19:41 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:19:41 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:19:41 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:41 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:41 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:41 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:41 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:41 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:41 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:41 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:41 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:41 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:41 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:41 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:42 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:42 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:42 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:42 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/07 04:19:42 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/06/07 04:19:42 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/06/07 04:19:42 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/07 04:19:42 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: File to upload is small (0 bytes), uploading instead of streaming 2026/06/07 04:19:42 DEBUG : dir/file1: size = 0 OK 2026/06/07 04:19:42 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:42 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:42 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:42 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:42 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:42 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:42 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:42 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/07 04:19:42 DEBUG : dir/file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/06/07 04:19:42 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/06/07 04:19:42 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/06/07 04:19:42 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/07 04:19:42 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:42 DEBUG : dir: Looking for writers 2026/06/07 04:19:42 DEBUG : file1: reading active writers 2026/06/07 04:19:42 DEBUG : Looking for writers 2026/06/07 04:19:42 DEBUG : dir: reading active writers 2026/06/07 04:19:42 DEBUG : >WaitForWriters: 2026/06/07 04:19:42 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:42 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:42 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:42 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:42 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:42 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:42 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:42 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/07 04:19:42 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:42 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:42 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:42 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:42 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:42 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:42 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:42 DEBUG : dir/file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/06/07 04:19:42 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:42 DEBUG : dir: Looking for writers 2026/06/07 04:19:42 DEBUG : file1: reading active writers 2026/06/07 04:19:42 DEBUG : Looking for writers 2026/06/07 04:19:42 DEBUG : dir: reading active writers 2026/06/07 04:19:42 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=true run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:19:42 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:19:42 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:42 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:42 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:42 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:42 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:42 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:42 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:42 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:42 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:42 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:42 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:42 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:42 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:42 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:42 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:42 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/07 04:19:42 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/06/07 04:19:42 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/06/07 04:19:42 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/07 04:19:42 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: File to upload is small (5 bytes), uploading instead of streaming 2026/06/07 04:19:42 DEBUG : dir/file1: size = 5 OK 2026/06/07 04:19:42 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:42 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:42 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:42 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:42 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:42 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:42 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:42 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/07 04:19:42 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/06/07 04:19:42 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/06/07 04:19:42 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/06/07 04:19:42 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/07 04:19:42 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:42 DEBUG : dir: Looking for writers 2026/06/07 04:19:42 DEBUG : file1: reading active writers 2026/06/07 04:19:42 DEBUG : Looking for writers 2026/06/07 04:19:42 DEBUG : dir: reading active writers 2026/06/07 04:19:42 DEBUG : >WaitForWriters: 2026/06/07 04:19:42 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:42 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:42 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:42 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:42 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:42 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:42 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:42 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/07 04:19:42 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:42 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:42 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:42 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:42 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:42 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:42 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:42 DEBUG : dir/file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/06/07 04:19:42 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:42 DEBUG : dir: Looking for writers 2026/06/07 04:19:42 DEBUG : file1: reading active writers 2026/06/07 04:19:42 DEBUG : Looking for writers 2026/06/07 04:19:42 DEBUG : dir: reading active writers 2026/06/07 04:19:42 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=full,open=false,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:19:42 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:19:42 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/07 04:19:42 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:42 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:42 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:42 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/07 04:19:42 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:42 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:42 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/07 04:19:42 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:42 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/07 04:19:42 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:42 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:42 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:42 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:43 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:43 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:43 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:43 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:43 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:43 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:43 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:43 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:43 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:43 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:43 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:43 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/07 04:19:43 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/06/07 04:19:43 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:43 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:43 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:43 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:43 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:43 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:43 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:43 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:43 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:43 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:43 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:43 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:43 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:43 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:43 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:43 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/07 04:19:43 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:43 DEBUG : dir: Looking for writers 2026/06/07 04:19:43 DEBUG : file1: reading active writers 2026/06/07 04:19:43 DEBUG : Looking for writers 2026/06/07 04:19:43 DEBUG : dir: reading active writers 2026/06/07 04:19:43 DEBUG : >WaitForWriters: 2026/06/07 04:19:43 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:19:43 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:19:43 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/07 04:19:43 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:43 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:43 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:43 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/07 04:19:43 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:43 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:43 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/07 04:19:43 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:43 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/07 04:19:43 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:43 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:43 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:43 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:43 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:43 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:43 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:43 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:43 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:43 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:43 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:43 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:43 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:43 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:43 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:43 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/07 04:19:43 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/06/07 04:19:43 DEBUG : dir/file1: newRWFileHandle: 2026/06/07 04:19:43 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/07 04:19:43 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/07 04:19:43 DEBUG : dir/file1(0x32063a9cc8c0): close: 2026/06/07 04:19:43 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/06/07 04:19:43 DEBUG : dir/file1(0x32063a9cc8c0): >close: err= 2026/06/07 04:19:43 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:43 DEBUG : dir: Looking for writers 2026/06/07 04:19:43 DEBUG : file1: reading active writers 2026/06/07 04:19:43 DEBUG : Looking for writers 2026/06/07 04:19:43 DEBUG : dir: reading active writers 2026/06/07 04:19:43 DEBUG : >WaitForWriters: 2026/06/07 04:19:43 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:43 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:43 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:43 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:43 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:43 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:43 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:43 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:43 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:43 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:43 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:43 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:43 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:43 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:43 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:43 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/07 04:19:43 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:43 DEBUG : dir: Looking for writers 2026/06/07 04:19:43 DEBUG : file1: reading active writers 2026/06/07 04:19:43 DEBUG : Looking for writers 2026/06/07 04:19:43 DEBUG : dir: reading active writers 2026/06/07 04:19:43 DEBUG : >WaitForWriters: 2026/06/07 04:19:43 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=true run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:19:43 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:19:43 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/07 04:19:43 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:43 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:43 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:43 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/07 04:19:43 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:43 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:43 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/07 04:19:43 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:43 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/07 04:19:43 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:43 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:43 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:43 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:43 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:43 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:43 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:43 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:43 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:43 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:43 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:43 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:44 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:44 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:44 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:44 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/07 04:19:44 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/06/07 04:19:44 DEBUG : dir/file1: newRWFileHandle: 2026/06/07 04:19:44 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/07 04:19:44 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/07 04:19:44 DEBUG : dir/file1(0x32063a893b40): _writeAt: size=5, off=0 2026/06/07 04:19:44 DEBUG : dir/file1(0x32063a893b40): openPending: 2026/06/07 04:19:44 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:44 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:44 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:44 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:44 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:44 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:44 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:44 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:44 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/06/07 04:19:44 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/06/07 04:19:44 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/07 04:19:44 DEBUG : dir/file1(0x32063a893b40): >openPending: err= 2026/06/07 04:19:44 DEBUG : dir/file1(0x32063a893b40): >_writeAt: n=5, err= 2026/06/07 04:19:44 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/06/07 04:19:44 DEBUG : dir/file1(0x32063a893b40): close: 2026/06/07 04:19:44 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:5}] - present false 2026/06/07 04:19:44 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 5 length -1 2026/06/07 04:19:44 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 5 chunkSize 134217728 2026/06/07 04:19:44 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/06/07 04:19:44 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/06/07 04:19:44 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/06/07 04:19:44 DEBUG : dir/file1(0x32063a893b40): >close: err= 2026/06/07 04:19:44 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:44 DEBUG : dir: Looking for writers 2026/06/07 04:19:44 DEBUG : file1: reading active writers 2026/06/07 04:19:44 DEBUG : Looking for writers 2026/06/07 04:19:44 DEBUG : dir: reading active writers 2026/06/07 04:19:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/07 04:19:44 DEBUG : dir: Looking for writers 2026/06/07 04:19:44 DEBUG : file1: reading active writers 2026/06/07 04:19:44 DEBUG : Looking for writers 2026/06/07 04:19:44 DEBUG : dir: reading active writers 2026/06/07 04:19:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/07 04:19:44 DEBUG : dir: Looking for writers 2026/06/07 04:19:44 DEBUG : file1: reading active writers 2026/06/07 04:19:44 DEBUG : Looking for writers 2026/06/07 04:19:44 DEBUG : dir: reading active writers 2026/06/07 04:19:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/07 04:19:44 DEBUG : dir: Looking for writers 2026/06/07 04:19:44 DEBUG : file1: reading active writers 2026/06/07 04:19:44 DEBUG : Looking for writers 2026/06/07 04:19:44 DEBUG : dir: reading active writers 2026/06/07 04:19:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/07 04:19:44 DEBUG : dir/file1: vfs cache: starting upload 2026/06/07 04:19:44 DEBUG : dir/file1.2f98c60a.partial: size = 14 OK 2026/06/07 04:19:44 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1.2f98c60a.partial" 2026/06/07 04:19:44 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:44 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1.2f98c60a.partial 2026/06/07 04:19:44 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1.2f98c60a.partial" 2026/06/07 04:19:44 DEBUG : dir: Looking for writers 2026/06/07 04:19:44 DEBUG : file1: reading active writers 2026/06/07 04:19:44 DEBUG : Looking for writers 2026/06/07 04:19:44 DEBUG : dir: reading active writers 2026/06/07 04:19:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/07 04:19:44 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:44 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-xapuyil7kavu/dir/file1.2f98c60a.partial 2026/06/07 04:19:44 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:44 DEBUG : dir/file1.2f98c60a.partial: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/06/07 04:19:44 DEBUG : dir/file1: md5 = 60cac3f4f9c843121eee2ba9e0dac970 OK 2026/06/07 04:19:44 DEBUG : dir/file1.2f98c60a.partial: renamed to: dir/file1 2026/06/07 04:19:44 INFO : dir/file1: Copied (replaced existing) 2026/06/07 04:19:44 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:44 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:44 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:44 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:44 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:44 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:44 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:44 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/06/07 04:19:44 DEBUG : dir/file1: vfs cache: fingerprint now "14,2011-12-25 12:59:59 +0000 UTC,60cac3f4f9c843121eee2ba9e0dac970" 2026/06/07 04:19:44 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/06/07 04:19:44 DEBUG : dir/file1: Not setting pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC as it is already set 2026/06/07 04:19:44 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/07 04:19:44 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/06/07 04:19:44 DEBUG : dir: Looking for writers 2026/06/07 04:19:44 DEBUG : file1: reading active writers 2026/06/07 04:19:44 DEBUG : Looking for writers 2026/06/07 04:19:44 DEBUG : dir: reading active writers 2026/06/07 04:19:44 DEBUG : >WaitForWriters: 2026/06/07 04:19:44 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:44 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:44 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:44 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:44 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:44 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:44 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:44 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/06/07 04:19:44 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:44 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:44 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:44 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:44 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:44 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:44 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:44 DEBUG : dir/file1: Parsed hash: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 2026/06/07 04:19:44 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:44 DEBUG : dir: Looking for writers 2026/06/07 04:19:44 DEBUG : file1: reading active writers 2026/06/07 04:19:44 DEBUG : Looking for writers 2026/06/07 04:19:44 DEBUG : dir: reading active writers 2026/06/07 04:19:44 DEBUG : >WaitForWriters: 2026/06/07 04:19:44 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: cleaner exiting --- PASS: TestFileSetModTime (3.32s) --- PASS: TestFileSetModTime/cache=off,open=false,write=false (0.43s) --- PASS: TestFileSetModTime/cache=off,open=true,write=false (0.58s) --- PASS: TestFileSetModTime/cache=off,open=true,write=true (0.58s) --- PASS: TestFileSetModTime/cache=full,open=false,write=false (0.45s) --- PASS: TestFileSetModTime/cache=full,open=true,write=false (0.42s) --- PASS: TestFileSetModTime/cache=full,open=true,write=true (0.85s) === RUN TestFileOpenRead run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:19:44 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:19:44 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:44 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:44 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:44 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:44 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:44 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:44 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:44 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:44 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:44 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:44 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:44 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:44 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:44 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:44 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:44 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/07 04:19:44 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/07 04:19:44 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/06/07 04:19:44 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/07 04:19:44 DEBUG : dir/file1: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/06/07 04:19:44 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:44 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:44 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:44 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:44 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:44 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:44 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:44 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:44 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:44 DEBUG : dir: Looking for writers 2026/06/07 04:19:44 DEBUG : file1: reading active writers 2026/06/07 04:19:44 DEBUG : Looking for writers 2026/06/07 04:19:44 DEBUG : dir: reading active writers 2026/06/07 04:19:44 DEBUG : >WaitForWriters: --- PASS: TestFileOpenRead (0.32s) === RUN TestFileOpenReadUnknownSize 2026/06/07 04:19:44 INFO : Mock file system at root: poll-interval is not supported by this remote 2026/06/07 04:19:44 NOTICE: Mock file system at root: --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/06/07 04:19:44 DEBUG : file.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/07 04:19:44 DEBUG : file.txt: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 file_test.go:223: gotContents = "file contents" 2026/06/07 04:19:44 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:44 DEBUG : Looking for writers 2026/06/07 04:19:44 DEBUG : file.txt: reading active writers 2026/06/07 04:19:44 DEBUG : >WaitForWriters: --- PASS: TestFileOpenReadUnknownSize (0.00s) === RUN TestFileOpenWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:19:44 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:19:44 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:44 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:44 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:44 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:45 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:45 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:45 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:45 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:45 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:45 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:45 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:45 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:45 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:45 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:45 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/07 04:19:45 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/07 04:19:45 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: File to upload is small (25 bytes), uploading instead of streaming 2026/06/07 04:19:45 DEBUG : dir/file1: size = 25 OK 2026/06/07 04:19:45 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:45 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:45 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:45 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:45 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:45 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:45 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:45 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/07 04:19:45 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/06/07 04:19:45 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/06/07 04:19:45 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/07 04:19:45 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:45 DEBUG : dir: Looking for writers 2026/06/07 04:19:45 DEBUG : file1: reading active writers 2026/06/07 04:19:45 DEBUG : Looking for writers 2026/06/07 04:19:45 DEBUG : dir: reading active writers 2026/06/07 04:19:45 DEBUG : >WaitForWriters: --- PASS: TestFileOpenWrite (0.31s) === RUN TestFileRemove run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:19:45 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:19:45 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:45 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:45 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:45 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:45 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:45 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:45 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:45 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:45 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:45 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:45 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:45 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:45 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:45 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:45 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/07 04:19:45 DEBUG : dir/file1: Remove: 2026/06/07 04:19:45 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/07 04:19:45 DEBUG : dir/file1: >Remove: err= 2026/06/07 04:19:45 DEBUG : dir/file1: Remove: 2026/06/07 04:19:45 DEBUG : dir/file1: >Remove: err=Read only file system 2026/06/07 04:19:45 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:45 DEBUG : dir: Looking for writers 2026/06/07 04:19:45 DEBUG : Looking for writers 2026/06/07 04:19:45 DEBUG : dir: reading active writers 2026/06/07 04:19:45 DEBUG : >WaitForWriters: --- PASS: TestFileRemove (0.21s) === RUN TestFileRemoveAll run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:19:45 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:19:45 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:45 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:45 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:45 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:45 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:45 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:45 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:45 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:45 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:45 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:45 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:45 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:45 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:45 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:45 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/07 04:19:45 DEBUG : dir/file1: Remove: 2026/06/07 04:19:45 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/07 04:19:45 DEBUG : dir/file1: >Remove: err= 2026/06/07 04:19:45 DEBUG : dir/file1: Remove: 2026/06/07 04:19:45 DEBUG : dir/file1: >Remove: err=Read only file system 2026/06/07 04:19:45 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:45 DEBUG : dir: Looking for writers 2026/06/07 04:19:45 DEBUG : Looking for writers 2026/06/07 04:19:45 DEBUG : dir: reading active writers 2026/06/07 04:19:45 DEBUG : >WaitForWriters: --- PASS: TestFileRemoveAll (0.21s) === RUN TestFileOpen run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:19:45 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:19:45 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:45 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:45 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:45 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:45 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:45 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:45 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:45 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:45 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:45 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:45 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:45 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:45 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:45 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:45 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/07 04:19:45 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/07 04:19:45 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/06/07 04:19:45 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/06/07 04:19:45 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/06/07 04:19:45 DEBUG : dir/file1: Open: flags=O_RDWR 2026/06/07 04:19:45 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/06/07 04:19:45 DEBUG : dir/file1: Open: flags=0x3 2026/06/07 04:19:45 DEBUG : dir/file1: Can't figure out how to open with flags: 0x3 2026/06/07 04:19:45 DEBUG : dir/file1: >Open: fd=, err=permission denied 2026/06/07 04:19:45 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:45 DEBUG : dir: Looking for writers 2026/06/07 04:19:45 DEBUG : file1: reading active writers 2026/06/07 04:19:45 DEBUG : Looking for writers 2026/06/07 04:19:45 DEBUG : dir: reading active writers 2026/06/07 04:19:45 DEBUG : >WaitForWriters: --- PASS: TestFileOpen (0.22s) === RUN TestFileRename === RUN TestFileRename/off,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:19:45 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:19:45 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:45 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:45 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:45 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:46 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:46 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:46 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:46 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:46 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:46 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:46 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:46 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:46 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:46 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:46 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:46 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/07 04:19:46 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:46 DEBUG : dir: Looking for writers 2026/06/07 04:19:46 DEBUG : file1: reading active writers 2026/06/07 04:19:46 DEBUG : Looking for writers 2026/06/07 04:19:46 DEBUG : dir: reading active writers 2026/06/07 04:19:46 DEBUG : >WaitForWriters: 2026/06/07 04:19:46 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:46 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:46 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:46 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:46 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:46 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:46 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:46 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:46 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:46 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:46 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:46 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:46 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:46 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:46 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:46 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/07 04:19:46 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/07 04:19:46 DEBUG : newLeaf: Updating file with newLeaf 0x32063ad38410 2026/06/07 04:19:46 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/07 04:19:46 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/07 04:19:46 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/newLeaf" 2026/06/07 04:19:46 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:46 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/newLeaf 2026/06/07 04:19:46 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/newLeaf" 2026/06/07 04:19:46 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:46 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/newLeaf 2026/06/07 04:19:46 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:46 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:46 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/newLeaf" 2026/06/07 04:19:46 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:46 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/newLeaf 2026/06/07 04:19:46 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/newLeaf" 2026/06/07 04:19:46 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:46 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xapuyil7kavu/newLeaf 2026/06/07 04:19:46 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:46 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/07 04:19:46 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/06/07 04:19:46 DEBUG : dir/file1: Updating file with dir/file1 0x32063ad38410 2026/06/07 04:19:46 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/06/07 04:19:46 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/07 04:19:46 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:46 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:46 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:46 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:46 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:46 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:46 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:46 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:46 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:46 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:46 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:46 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:46 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:46 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:46 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:46 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/07 04:19:46 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/06/07 04:19:46 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/06/07 04:19:46 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/07 04:19:46 DEBUG : dir/file1: File is currently open, delaying rename 0x32063ad38410 2026/06/07 04:19:46 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/07 04:19:46 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/07 04:19:46 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: File to upload is small (25 bytes), uploading instead of streaming 2026/06/07 04:19:46 DEBUG : dir/file1: size = 25 OK 2026/06/07 04:19:46 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:46 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:46 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:46 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:46 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:46 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:46 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:46 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/07 04:19:46 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/06/07 04:19:46 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/06/07 04:19:46 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/07 04:19:46 DEBUG : newLeaf: Running delayed rename now 2026/06/07 04:19:46 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/07 04:19:46 DEBUG : newLeaf: Updating file with newLeaf 0x32063ad38410 2026/06/07 04:19:46 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:46 DEBUG : dir: Looking for writers 2026/06/07 04:19:46 DEBUG : Looking for writers 2026/06/07 04:19:46 DEBUG : dir: reading active writers 2026/06/07 04:19:46 DEBUG : newLeaf: reading active writers 2026/06/07 04:19:46 DEBUG : >WaitForWriters: 2026/06/07 04:19:46 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/newLeaf" 2026/06/07 04:19:46 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:46 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/newLeaf 2026/06/07 04:19:46 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/newLeaf" 2026/06/07 04:19:46 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:46 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-xapuyil7kavu/newLeaf 2026/06/07 04:19:46 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:46 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/07 04:19:46 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/newLeaf" 2026/06/07 04:19:46 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:46 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/newLeaf 2026/06/07 04:19:46 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/newLeaf" 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-xapuyil7kavu/newLeaf 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:47 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/06/07 04:19:47 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:47 DEBUG : dir: Looking for writers 2026/06/07 04:19:47 DEBUG : Looking for writers 2026/06/07 04:19:47 DEBUG : dir: reading active writers 2026/06/07 04:19:47 DEBUG : newLeaf: reading active writers 2026/06/07 04:19:47 DEBUG : >WaitForWriters: === RUN TestFileRename/minimal,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:19:47 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:47 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:47 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/07 04:19:47 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:47 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:47 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/07 04:19:47 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:47 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:47 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:47 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/07 04:19:47 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:47 DEBUG : dir: Looking for writers 2026/06/07 04:19:47 DEBUG : file1: reading active writers 2026/06/07 04:19:47 DEBUG : Looking for writers 2026/06/07 04:19:47 DEBUG : dir: reading active writers 2026/06/07 04:19:47 DEBUG : >WaitForWriters: 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:47 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:47 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/07 04:19:47 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/07 04:19:47 DEBUG : newLeaf: Updating file with newLeaf 0x32063b054c30 2026/06/07 04:19:47 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/07 04:19:47 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/newLeaf" 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/newLeaf 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/newLeaf" 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/newLeaf 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:47 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/newLeaf" 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/newLeaf 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/newLeaf" 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xapuyil7kavu/newLeaf 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:47 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/07 04:19:47 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/06/07 04:19:47 DEBUG : dir/file1: Updating file with dir/file1 0x32063b054c30 2026/06/07 04:19:47 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/06/07 04:19:47 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:47 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:47 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/07 04:19:47 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/06/07 04:19:47 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/06/07 04:19:47 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/07 04:19:47 DEBUG : dir/file1: File is currently open, delaying rename 0x32063b054c30 2026/06/07 04:19:47 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/07 04:19:47 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: File to upload is small (25 bytes), uploading instead of streaming 2026/06/07 04:19:47 DEBUG : dir/file1: size = 25 OK 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:47 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/07 04:19:47 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/06/07 04:19:47 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/06/07 04:19:47 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/07 04:19:47 DEBUG : newLeaf: Running delayed rename now 2026/06/07 04:19:47 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/07 04:19:47 DEBUG : newLeaf: Updating file with newLeaf 0x32063b054c30 2026/06/07 04:19:47 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:47 DEBUG : dir: Looking for writers 2026/06/07 04:19:47 DEBUG : Looking for writers 2026/06/07 04:19:47 DEBUG : dir: reading active writers 2026/06/07 04:19:47 DEBUG : newLeaf: reading active writers 2026/06/07 04:19:47 DEBUG : >WaitForWriters: 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/newLeaf" 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/newLeaf 2026/06/07 04:19:47 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/newLeaf" 2026/06/07 04:19:48 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:48 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-xapuyil7kavu/newLeaf 2026/06/07 04:19:48 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:48 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/07 04:19:48 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/newLeaf" 2026/06/07 04:19:48 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:48 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/newLeaf 2026/06/07 04:19:48 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/newLeaf" 2026/06/07 04:19:48 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:48 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-xapuyil7kavu/newLeaf 2026/06/07 04:19:48 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:48 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/06/07 04:19:48 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:48 DEBUG : dir: Looking for writers 2026/06/07 04:19:48 DEBUG : Looking for writers 2026/06/07 04:19:48 DEBUG : dir: reading active writers 2026/06/07 04:19:48 DEBUG : newLeaf: reading active writers 2026/06/07 04:19:48 DEBUG : >WaitForWriters: 2026/06/07 04:19:48 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: cleaner exiting === RUN TestFileRename/minimal,forceCache=true run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:19:48 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:19:48 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/07 04:19:48 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:48 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:48 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:48 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/07 04:19:48 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:48 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:48 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/07 04:19:48 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:48 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/07 04:19:48 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:48 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:48 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:48 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:48 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:48 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:48 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:48 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:48 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:48 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:48 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:48 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:48 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:48 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:48 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:48 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/07 04:19:48 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/06/07 04:19:48 DEBUG : dir/file1: newRWFileHandle: 2026/06/07 04:19:48 DEBUG : dir/file1(0x32063aa21a00): openPending: 2026/06/07 04:19:48 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:48 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:48 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:48 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:48 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:48 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:48 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:48 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:48 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/06/07 04:19:48 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/06/07 04:19:48 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/07 04:19:48 DEBUG : dir/file1(0x32063aa21a00): >openPending: err= 2026/06/07 04:19:48 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/06/07 04:19:48 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/07 04:19:48 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/07 04:19:48 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/07 04:19:48 DEBUG : dir/file1(0x32063aa21a00): _writeAt: size=14, off=0 2026/06/07 04:19:48 DEBUG : dir/file1(0x32063aa21a00): >_writeAt: n=14, err= 2026/06/07 04:19:48 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/06/07 04:19:48 DEBUG : dir/file1(0x32063aa21a00): close: 2026/06/07 04:19:48 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/06/07 04:19:48 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/06/07 04:19:48 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/06/07 04:19:48 DEBUG : dir/file1(0x32063aa21a00): >close: err= 2026/06/07 04:19:48 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:48 DEBUG : dir: Looking for writers 2026/06/07 04:19:48 DEBUG : file1: reading active writers 2026/06/07 04:19:48 DEBUG : Looking for writers 2026/06/07 04:19:48 DEBUG : dir: reading active writers 2026/06/07 04:19:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/07 04:19:48 DEBUG : dir: Looking for writers 2026/06/07 04:19:48 DEBUG : file1: reading active writers 2026/06/07 04:19:48 DEBUG : Looking for writers 2026/06/07 04:19:48 DEBUG : dir: reading active writers 2026/06/07 04:19:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/07 04:19:48 DEBUG : dir: Looking for writers 2026/06/07 04:19:48 DEBUG : file1: reading active writers 2026/06/07 04:19:48 DEBUG : Looking for writers 2026/06/07 04:19:48 DEBUG : dir: reading active writers 2026/06/07 04:19:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/07 04:19:48 DEBUG : dir: Looking for writers 2026/06/07 04:19:48 DEBUG : file1: reading active writers 2026/06/07 04:19:48 DEBUG : Looking for writers 2026/06/07 04:19:48 DEBUG : dir: reading active writers 2026/06/07 04:19:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/07 04:19:48 DEBUG : dir/file1: vfs cache: starting upload 2026/06/07 04:19:48 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/06/07 04:19:48 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1.ca338588.partial" 2026/06/07 04:19:48 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:48 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1.ca338588.partial 2026/06/07 04:19:48 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1.ca338588.partial" 2026/06/07 04:19:48 DEBUG : dir: Looking for writers 2026/06/07 04:19:48 DEBUG : file1: reading active writers 2026/06/07 04:19:48 DEBUG : Looking for writers 2026/06/07 04:19:48 DEBUG : dir: reading active writers 2026/06/07 04:19:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/07 04:19:48 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:48 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir/file1.ca338588.partial 2026/06/07 04:19:48 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:48 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:48 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/06/07 04:19:48 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/06/07 04:19:48 INFO : dir/file1: Copied (replaced existing) 2026/06/07 04:19:48 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:48 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:48 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:48 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:48 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:48 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:48 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:48 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:48 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/06/07 04:19:48 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/06/07 04:19:48 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/07 04:19:48 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/06/07 04:19:48 DEBUG : dir: Looking for writers 2026/06/07 04:19:48 DEBUG : file1: reading active writers 2026/06/07 04:19:48 DEBUG : Looking for writers 2026/06/07 04:19:48 DEBUG : dir: reading active writers 2026/06/07 04:19:48 DEBUG : >WaitForWriters: 2026/06/07 04:19:48 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/07 04:19:48 DEBUG : dir/file1: newRWFileHandle: 2026/06/07 04:19:48 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/07 04:19:48 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/07 04:19:48 DEBUG : dir/file1(0x32063b1d8280): _readAt: size=512, off=0 2026/06/07 04:19:48 DEBUG : dir/file1(0x32063b1d8280): openPending: 2026/06/07 04:19:48 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/06/07 04:19:48 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/06/07 04:19:48 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/07 04:19:48 DEBUG : dir/file1(0x32063b1d8280): >openPending: err= 2026/06/07 04:19:48 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/06/07 04:19:48 DEBUG : dir/file1(0x32063b1d8280): >_readAt: n=14, err=EOF 2026/06/07 04:19:48 DEBUG : dir/file1(0x32063b1d8280): close: 2026/06/07 04:19:48 DEBUG : dir/file1(0x32063b1d8280): >close: err= 2026/06/07 04:19:48 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:48 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:48 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:48 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:48 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:48 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:48 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:48 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:48 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:48 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:48 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:48 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:49 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:49 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:49 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:49 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/07 04:19:49 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/07 04:19:49 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/newLeaf" 2026/06/07 04:19:49 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:49 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/newLeaf 2026/06/07 04:19:49 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/newLeaf" 2026/06/07 04:19:49 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:49 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/newLeaf 2026/06/07 04:19:49 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:49 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:49 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/06/07 04:19:49 DEBUG : newLeaf: Updating file with newLeaf 0x32063ad39520 2026/06/07 04:19:49 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/07 04:19:49 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/07 04:19:49 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/newLeaf" 2026/06/07 04:19:49 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:49 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/newLeaf 2026/06/07 04:19:49 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/newLeaf" 2026/06/07 04:19:49 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:49 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/newLeaf 2026/06/07 04:19:49 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:49 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:49 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/newLeaf" 2026/06/07 04:19:49 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:49 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/newLeaf 2026/06/07 04:19:49 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/newLeaf" 2026/06/07 04:19:49 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:49 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xapuyil7kavu/newLeaf 2026/06/07 04:19:49 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:49 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/07 04:19:49 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/06/07 04:19:49 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:49 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:49 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:49 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:49 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:49 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:49 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:49 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:49 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/06/07 04:19:49 DEBUG : dir/file1: Updating file with dir/file1 0x32063ad39520 2026/06/07 04:19:49 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/06/07 04:19:49 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/07 04:19:49 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:49 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:49 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:49 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:49 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:49 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:49 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:49 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:49 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:49 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:49 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:49 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:49 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:49 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:49 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:49 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/07 04:19:49 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/06/07 04:19:49 DEBUG : dir/file1: newRWFileHandle: 2026/06/07 04:19:49 DEBUG : dir/file1(0x32063b1d8d00): openPending: 2026/06/07 04:19:49 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/06/07 04:19:49 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/06/07 04:19:49 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/07 04:19:49 DEBUG : dir/file1(0x32063b1d8d00): >openPending: err= 2026/06/07 04:19:49 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/06/07 04:19:49 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/07 04:19:49 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/07 04:19:49 DEBUG : dir/file1(0x32063b1d8d00): _writeAt: size=25, off=0 2026/06/07 04:19:49 DEBUG : dir/file1(0x32063b1d8d00): >_writeAt: n=25, err= 2026/06/07 04:19:49 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/07 04:19:49 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/newLeaf" 2026/06/07 04:19:49 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:49 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/newLeaf 2026/06/07 04:19:49 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/newLeaf" 2026/06/07 04:19:49 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:49 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/newLeaf 2026/06/07 04:19:49 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:49 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:49 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/06/07 04:19:49 DEBUG : newLeaf: Updating file with newLeaf 0x32063ad39520 2026/06/07 04:19:49 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/07 04:19:49 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/07 04:19:49 DEBUG : newLeaf(0x32063b1d8d00): close: 2026/06/07 04:19:49 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/06/07 04:19:49 DEBUG : newLeaf: vfs cache: setting modification time to 2026-06-07 04:19:49.546617975 +0000 UTC m=+17.952439073 2026/06/07 04:19:49 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/06/07 04:19:49 DEBUG : newLeaf(0x32063b1d8d00): >close: err= 2026/06/07 04:19:49 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:49 DEBUG : dir: Looking for writers 2026/06/07 04:19:49 DEBUG : Looking for writers 2026/06/07 04:19:49 DEBUG : dir: reading active writers 2026/06/07 04:19:49 DEBUG : newLeaf: reading active writers 2026/06/07 04:19:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/07 04:19:49 DEBUG : dir: Looking for writers 2026/06/07 04:19:49 DEBUG : Looking for writers 2026/06/07 04:19:49 DEBUG : dir: reading active writers 2026/06/07 04:19:49 DEBUG : newLeaf: reading active writers 2026/06/07 04:19:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/07 04:19:49 DEBUG : dir: Looking for writers 2026/06/07 04:19:49 DEBUG : Looking for writers 2026/06/07 04:19:49 DEBUG : newLeaf: reading active writers 2026/06/07 04:19:49 DEBUG : dir: reading active writers 2026/06/07 04:19:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/07 04:19:49 DEBUG : dir: Looking for writers 2026/06/07 04:19:49 DEBUG : Looking for writers 2026/06/07 04:19:49 DEBUG : newLeaf: reading active writers 2026/06/07 04:19:49 DEBUG : dir: reading active writers 2026/06/07 04:19:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/07 04:19:49 DEBUG : newLeaf: vfs cache: starting upload 2026/06/07 04:19:49 DEBUG : newLeaf.e50026f4.partial: size = 25 OK 2026/06/07 04:19:49 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/newLeaf.e50026f4.partial" 2026/06/07 04:19:49 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:49 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/newLeaf.e50026f4.partial 2026/06/07 04:19:49 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/newLeaf.e50026f4.partial" 2026/06/07 04:19:49 DEBUG : dir: Looking for writers 2026/06/07 04:19:49 DEBUG : Looking for writers 2026/06/07 04:19:49 DEBUG : dir: reading active writers 2026/06/07 04:19:49 DEBUG : newLeaf: reading active writers 2026/06/07 04:19:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/07 04:19:49 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:49 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-xapuyil7kavu/newLeaf.e50026f4.partial 2026/06/07 04:19:49 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:49 DEBUG : newLeaf.e50026f4.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/07 04:19:49 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/06/07 04:19:49 DEBUG : newLeaf.e50026f4.partial: renamed to: newLeaf 2026/06/07 04:19:49 INFO : newLeaf: Copied (replaced existing) 2026/06/07 04:19:49 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/newLeaf" 2026/06/07 04:19:49 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:49 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/newLeaf 2026/06/07 04:19:49 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/newLeaf" 2026/06/07 04:19:49 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:49 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-xapuyil7kavu/newLeaf 2026/06/07 04:19:49 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:49 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/07 04:19:49 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-06-07 04:19:49 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/06/07 04:19:49 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/06/07 04:19:49 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/07 04:19:49 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/06/07 04:19:49 DEBUG : dir: Looking for writers 2026/06/07 04:19:49 DEBUG : Looking for writers 2026/06/07 04:19:49 DEBUG : dir: reading active writers 2026/06/07 04:19:49 DEBUG : newLeaf: reading active writers 2026/06/07 04:19:49 DEBUG : >WaitForWriters: 2026/06/07 04:19:49 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/newLeaf" 2026/06/07 04:19:49 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:49 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/newLeaf 2026/06/07 04:19:49 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/newLeaf" 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-xapuyil7kavu/newLeaf 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:50 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/newLeaf" 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/newLeaf 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/newLeaf" 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-xapuyil7kavu/newLeaf 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:50 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/06/07 04:19:50 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:50 DEBUG : dir: Looking for writers 2026/06/07 04:19:50 DEBUG : Looking for writers 2026/06/07 04:19:50 DEBUG : dir: reading active writers 2026/06/07 04:19:50 DEBUG : newLeaf: reading active writers 2026/06/07 04:19:50 DEBUG : >WaitForWriters: 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:19:50 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:50 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:50 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/07 04:19:50 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:50 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:50 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/07 04:19:50 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:50 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:50 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:50 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/07 04:19:50 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:50 DEBUG : dir: Looking for writers 2026/06/07 04:19:50 DEBUG : file1: reading active writers 2026/06/07 04:19:50 DEBUG : Looking for writers 2026/06/07 04:19:50 DEBUG : dir: reading active writers 2026/06/07 04:19:50 DEBUG : >WaitForWriters: 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:50 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:50 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/07 04:19:50 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/07 04:19:50 DEBUG : newLeaf: Updating file with newLeaf 0x32063ab0f2b0 2026/06/07 04:19:50 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/07 04:19:50 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/newLeaf" 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/newLeaf 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/newLeaf" 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/newLeaf 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:50 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/newLeaf" 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/newLeaf 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/newLeaf" 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xapuyil7kavu/newLeaf 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:50 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/07 04:19:50 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/06/07 04:19:50 DEBUG : dir/file1: Updating file with dir/file1 0x32063ab0f2b0 2026/06/07 04:19:50 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/06/07 04:19:50 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:50 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:50 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/07 04:19:50 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/06/07 04:19:50 DEBUG : dir/file1: newRWFileHandle: 2026/06/07 04:19:50 DEBUG : dir/file1(0x32063a68b940): openPending: 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:50 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:51 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:51 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:51 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:51 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:51 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/06/07 04:19:51 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/06/07 04:19:51 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/07 04:19:51 DEBUG : dir/file1(0x32063a68b940): >openPending: err= 2026/06/07 04:19:51 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/06/07 04:19:51 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/07 04:19:51 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/07 04:19:51 DEBUG : dir/file1(0x32063a68b940): _writeAt: size=25, off=0 2026/06/07 04:19:51 DEBUG : dir/file1(0x32063a68b940): >_writeAt: n=25, err= 2026/06/07 04:19:51 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/07 04:19:51 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/newLeaf" 2026/06/07 04:19:51 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:51 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/newLeaf 2026/06/07 04:19:51 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/newLeaf" 2026/06/07 04:19:51 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:51 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/newLeaf 2026/06/07 04:19:51 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:51 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:51 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/06/07 04:19:51 DEBUG : newLeaf: Updating file with newLeaf 0x32063ab0f2b0 2026/06/07 04:19:51 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/07 04:19:51 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/07 04:19:51 DEBUG : newLeaf(0x32063a68b940): close: 2026/06/07 04:19:51 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/06/07 04:19:51 DEBUG : newLeaf: vfs cache: setting modification time to 2026-06-07 04:19:51.066328348 +0000 UTC m=+19.472149436 2026/06/07 04:19:51 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/06/07 04:19:51 DEBUG : newLeaf(0x32063a68b940): >close: err= 2026/06/07 04:19:51 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:51 DEBUG : dir: Looking for writers 2026/06/07 04:19:51 DEBUG : Looking for writers 2026/06/07 04:19:51 DEBUG : dir: reading active writers 2026/06/07 04:19:51 DEBUG : newLeaf: reading active writers 2026/06/07 04:19:51 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/07 04:19:51 DEBUG : dir: Looking for writers 2026/06/07 04:19:51 DEBUG : Looking for writers 2026/06/07 04:19:51 DEBUG : dir: reading active writers 2026/06/07 04:19:51 DEBUG : newLeaf: reading active writers 2026/06/07 04:19:51 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/07 04:19:51 DEBUG : dir: Looking for writers 2026/06/07 04:19:51 DEBUG : Looking for writers 2026/06/07 04:19:51 DEBUG : dir: reading active writers 2026/06/07 04:19:51 DEBUG : newLeaf: reading active writers 2026/06/07 04:19:51 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/07 04:19:51 DEBUG : dir: Looking for writers 2026/06/07 04:19:51 DEBUG : Looking for writers 2026/06/07 04:19:51 DEBUG : dir: reading active writers 2026/06/07 04:19:51 DEBUG : newLeaf: reading active writers 2026/06/07 04:19:51 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/07 04:19:51 DEBUG : newLeaf: vfs cache: starting upload 2026/06/07 04:19:51 DEBUG : newLeaf.57615733.partial: size = 25 OK 2026/06/07 04:19:51 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/newLeaf.57615733.partial" 2026/06/07 04:19:51 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:51 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/newLeaf.57615733.partial 2026/06/07 04:19:51 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/newLeaf.57615733.partial" 2026/06/07 04:19:51 DEBUG : dir: Looking for writers 2026/06/07 04:19:51 DEBUG : Looking for writers 2026/06/07 04:19:51 DEBUG : dir: reading active writers 2026/06/07 04:19:51 DEBUG : newLeaf: reading active writers 2026/06/07 04:19:51 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/07 04:19:51 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:51 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-xapuyil7kavu/newLeaf.57615733.partial 2026/06/07 04:19:51 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:51 DEBUG : newLeaf.57615733.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/07 04:19:51 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/06/07 04:19:51 DEBUG : newLeaf.57615733.partial: renamed to: newLeaf 2026/06/07 04:19:51 INFO : newLeaf: Copied (replaced existing) 2026/06/07 04:19:51 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/newLeaf" 2026/06/07 04:19:51 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:51 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/newLeaf 2026/06/07 04:19:51 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/newLeaf" 2026/06/07 04:19:51 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:51 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-xapuyil7kavu/newLeaf 2026/06/07 04:19:51 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:51 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/07 04:19:51 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-06-07 04:19:51 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/06/07 04:19:51 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/06/07 04:19:51 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/07 04:19:51 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/06/07 04:19:51 DEBUG : dir: Looking for writers 2026/06/07 04:19:51 DEBUG : Looking for writers 2026/06/07 04:19:51 DEBUG : dir: reading active writers 2026/06/07 04:19:51 DEBUG : newLeaf: reading active writers 2026/06/07 04:19:51 DEBUG : >WaitForWriters: 2026/06/07 04:19:51 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/newLeaf" 2026/06/07 04:19:51 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:51 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/newLeaf 2026/06/07 04:19:51 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/newLeaf" 2026/06/07 04:19:51 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:51 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-xapuyil7kavu/newLeaf 2026/06/07 04:19:51 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:51 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/07 04:19:51 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/newLeaf" 2026/06/07 04:19:51 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:51 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/newLeaf 2026/06/07 04:19:51 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/newLeaf" 2026/06/07 04:19:51 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:51 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-xapuyil7kavu/newLeaf 2026/06/07 04:19:51 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:51 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/06/07 04:19:51 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:51 DEBUG : dir: Looking for writers 2026/06/07 04:19:51 DEBUG : Looking for writers 2026/06/07 04:19:51 DEBUG : dir: reading active writers 2026/06/07 04:19:51 DEBUG : newLeaf: reading active writers 2026/06/07 04:19:51 DEBUG : >WaitForWriters: 2026/06/07 04:19:51 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=true run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:19:51 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:19:51 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/07 04:19:51 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:51 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:51 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:51 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/07 04:19:51 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:51 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:51 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/07 04:19:51 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:51 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/07 04:19:51 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:51 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:51 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:51 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:51 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:51 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:51 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:51 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:51 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:51 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:51 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:51 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:51 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:51 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:51 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:51 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/07 04:19:51 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/06/07 04:19:51 DEBUG : dir/file1: newRWFileHandle: 2026/06/07 04:19:51 DEBUG : dir/file1(0x32063ad5f4c0): openPending: 2026/06/07 04:19:51 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:51 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:51 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:51 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:51 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:51 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:51 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:51 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:51 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/06/07 04:19:51 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/06/07 04:19:51 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/07 04:19:51 DEBUG : dir/file1(0x32063ad5f4c0): >openPending: err= 2026/06/07 04:19:51 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/06/07 04:19:51 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/07 04:19:51 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/07 04:19:51 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/07 04:19:51 DEBUG : dir/file1(0x32063ad5f4c0): _writeAt: size=14, off=0 2026/06/07 04:19:51 DEBUG : dir/file1(0x32063ad5f4c0): >_writeAt: n=14, err= 2026/06/07 04:19:51 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/06/07 04:19:51 DEBUG : dir/file1(0x32063ad5f4c0): close: 2026/06/07 04:19:51 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/06/07 04:19:51 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/06/07 04:19:51 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/06/07 04:19:51 DEBUG : dir/file1(0x32063ad5f4c0): >close: err= 2026/06/07 04:19:51 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:51 DEBUG : dir: Looking for writers 2026/06/07 04:19:51 DEBUG : file1: reading active writers 2026/06/07 04:19:51 DEBUG : Looking for writers 2026/06/07 04:19:51 DEBUG : dir: reading active writers 2026/06/07 04:19:51 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/07 04:19:52 DEBUG : dir: Looking for writers 2026/06/07 04:19:52 DEBUG : file1: reading active writers 2026/06/07 04:19:52 DEBUG : Looking for writers 2026/06/07 04:19:52 DEBUG : dir: reading active writers 2026/06/07 04:19:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/07 04:19:52 DEBUG : dir: Looking for writers 2026/06/07 04:19:52 DEBUG : file1: reading active writers 2026/06/07 04:19:52 DEBUG : Looking for writers 2026/06/07 04:19:52 DEBUG : dir: reading active writers 2026/06/07 04:19:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/07 04:19:52 DEBUG : dir: Looking for writers 2026/06/07 04:19:52 DEBUG : file1: reading active writers 2026/06/07 04:19:52 DEBUG : Looking for writers 2026/06/07 04:19:52 DEBUG : dir: reading active writers 2026/06/07 04:19:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/07 04:19:52 DEBUG : dir/file1: vfs cache: starting upload 2026/06/07 04:19:52 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/06/07 04:19:52 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1.ca338588.partial" 2026/06/07 04:19:52 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:52 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1.ca338588.partial 2026/06/07 04:19:52 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1.ca338588.partial" 2026/06/07 04:19:52 DEBUG : dir: Looking for writers 2026/06/07 04:19:52 DEBUG : file1: reading active writers 2026/06/07 04:19:52 DEBUG : Looking for writers 2026/06/07 04:19:52 DEBUG : dir: reading active writers 2026/06/07 04:19:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/07 04:19:52 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:52 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir/file1.ca338588.partial 2026/06/07 04:19:52 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:52 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:52 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/06/07 04:19:52 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/06/07 04:19:52 INFO : dir/file1: Copied (replaced existing) 2026/06/07 04:19:52 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:52 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:52 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:52 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:52 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:52 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:52 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:52 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:52 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/06/07 04:19:52 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/06/07 04:19:52 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/07 04:19:52 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/06/07 04:19:52 DEBUG : dir: Looking for writers 2026/06/07 04:19:52 DEBUG : file1: reading active writers 2026/06/07 04:19:52 DEBUG : Looking for writers 2026/06/07 04:19:52 DEBUG : dir: reading active writers 2026/06/07 04:19:52 DEBUG : >WaitForWriters: 2026/06/07 04:19:52 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/07 04:19:52 DEBUG : dir/file1: newRWFileHandle: 2026/06/07 04:19:52 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/07 04:19:52 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/07 04:19:52 DEBUG : dir/file1(0x32063ab7f600): _readAt: size=512, off=0 2026/06/07 04:19:52 DEBUG : dir/file1(0x32063ab7f600): openPending: 2026/06/07 04:19:52 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/06/07 04:19:52 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/06/07 04:19:52 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/07 04:19:52 DEBUG : dir/file1(0x32063ab7f600): >openPending: err= 2026/06/07 04:19:52 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/06/07 04:19:52 DEBUG : dir/file1(0x32063ab7f600): >_readAt: n=14, err=EOF 2026/06/07 04:19:52 DEBUG : dir/file1(0x32063ab7f600): close: 2026/06/07 04:19:52 DEBUG : dir/file1(0x32063ab7f600): >close: err= 2026/06/07 04:19:52 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:52 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:52 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:52 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:52 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:52 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:52 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:52 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:52 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:52 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:52 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:52 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:52 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:52 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:52 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:52 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/07 04:19:52 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/07 04:19:52 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/newLeaf" 2026/06/07 04:19:52 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:52 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/newLeaf 2026/06/07 04:19:52 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/newLeaf" 2026/06/07 04:19:52 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:52 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/newLeaf 2026/06/07 04:19:52 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:52 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:52 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/06/07 04:19:52 DEBUG : newLeaf: Updating file with newLeaf 0x32063abe4340 2026/06/07 04:19:52 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/07 04:19:52 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/07 04:19:52 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/newLeaf" 2026/06/07 04:19:52 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:52 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/newLeaf 2026/06/07 04:19:52 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/newLeaf" 2026/06/07 04:19:52 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:52 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/newLeaf 2026/06/07 04:19:52 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:52 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:52 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/newLeaf" 2026/06/07 04:19:52 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:52 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/newLeaf 2026/06/07 04:19:52 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/newLeaf" 2026/06/07 04:19:52 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:52 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xapuyil7kavu/newLeaf 2026/06/07 04:19:52 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:52 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/07 04:19:52 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/06/07 04:19:52 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:52 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:52 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:52 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:52 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:52 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:52 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:52 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:52 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/06/07 04:19:52 DEBUG : dir/file1: Updating file with dir/file1 0x32063abe4340 2026/06/07 04:19:52 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/06/07 04:19:52 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/07 04:19:52 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:52 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:52 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:52 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:52 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:52 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:52 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:52 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:52 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:52 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:52 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:52 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:53 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:53 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:53 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:53 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/07 04:19:53 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/06/07 04:19:53 DEBUG : dir/file1: newRWFileHandle: 2026/06/07 04:19:53 DEBUG : dir/file1(0x32063a9cc680): openPending: 2026/06/07 04:19:53 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/06/07 04:19:53 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/06/07 04:19:53 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/07 04:19:53 DEBUG : dir/file1(0x32063a9cc680): >openPending: err= 2026/06/07 04:19:53 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/06/07 04:19:53 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/07 04:19:53 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/07 04:19:53 DEBUG : dir/file1(0x32063a9cc680): _writeAt: size=25, off=0 2026/06/07 04:19:53 DEBUG : dir/file1(0x32063a9cc680): >_writeAt: n=25, err= 2026/06/07 04:19:53 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/07 04:19:53 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/newLeaf" 2026/06/07 04:19:53 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:53 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/newLeaf 2026/06/07 04:19:53 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/newLeaf" 2026/06/07 04:19:53 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:53 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/newLeaf 2026/06/07 04:19:53 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:53 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:53 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/06/07 04:19:53 DEBUG : newLeaf: Updating file with newLeaf 0x32063abe4340 2026/06/07 04:19:53 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/07 04:19:53 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/07 04:19:53 DEBUG : newLeaf(0x32063a9cc680): close: 2026/06/07 04:19:53 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/06/07 04:19:53 DEBUG : newLeaf: vfs cache: setting modification time to 2026-06-07 04:19:53.095238509 +0000 UTC m=+21.501059607 2026/06/07 04:19:53 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/06/07 04:19:53 DEBUG : newLeaf(0x32063a9cc680): >close: err= 2026/06/07 04:19:53 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:53 DEBUG : dir: Looking for writers 2026/06/07 04:19:53 DEBUG : Looking for writers 2026/06/07 04:19:53 DEBUG : dir: reading active writers 2026/06/07 04:19:53 DEBUG : newLeaf: reading active writers 2026/06/07 04:19:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/07 04:19:53 DEBUG : dir: Looking for writers 2026/06/07 04:19:53 DEBUG : Looking for writers 2026/06/07 04:19:53 DEBUG : dir: reading active writers 2026/06/07 04:19:53 DEBUG : newLeaf: reading active writers 2026/06/07 04:19:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/07 04:19:53 DEBUG : dir: Looking for writers 2026/06/07 04:19:53 DEBUG : Looking for writers 2026/06/07 04:19:53 DEBUG : dir: reading active writers 2026/06/07 04:19:53 DEBUG : newLeaf: reading active writers 2026/06/07 04:19:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/07 04:19:53 DEBUG : dir: Looking for writers 2026/06/07 04:19:53 DEBUG : Looking for writers 2026/06/07 04:19:53 DEBUG : dir: reading active writers 2026/06/07 04:19:53 DEBUG : newLeaf: reading active writers 2026/06/07 04:19:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/07 04:19:53 DEBUG : newLeaf: vfs cache: starting upload 2026/06/07 04:19:53 DEBUG : newLeaf.63bed8b9.partial: size = 25 OK 2026/06/07 04:19:53 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/newLeaf.63bed8b9.partial" 2026/06/07 04:19:53 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:53 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/newLeaf.63bed8b9.partial 2026/06/07 04:19:53 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/newLeaf.63bed8b9.partial" 2026/06/07 04:19:53 DEBUG : dir: Looking for writers 2026/06/07 04:19:53 DEBUG : Looking for writers 2026/06/07 04:19:53 DEBUG : dir: reading active writers 2026/06/07 04:19:53 DEBUG : newLeaf: reading active writers 2026/06/07 04:19:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/07 04:19:53 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:53 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-xapuyil7kavu/newLeaf.63bed8b9.partial 2026/06/07 04:19:53 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:53 DEBUG : newLeaf.63bed8b9.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/07 04:19:53 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/06/07 04:19:53 DEBUG : newLeaf.63bed8b9.partial: renamed to: newLeaf 2026/06/07 04:19:53 INFO : newLeaf: Copied (replaced existing) 2026/06/07 04:19:53 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/newLeaf" 2026/06/07 04:19:53 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:53 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/newLeaf 2026/06/07 04:19:53 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/newLeaf" 2026/06/07 04:19:53 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:53 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-xapuyil7kavu/newLeaf 2026/06/07 04:19:53 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:53 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/07 04:19:53 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-06-07 04:19:53 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/06/07 04:19:53 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/06/07 04:19:53 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/07 04:19:53 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/06/07 04:19:53 DEBUG : dir: Looking for writers 2026/06/07 04:19:53 DEBUG : Looking for writers 2026/06/07 04:19:53 DEBUG : dir: reading active writers 2026/06/07 04:19:53 DEBUG : newLeaf: reading active writers 2026/06/07 04:19:53 DEBUG : >WaitForWriters: 2026/06/07 04:19:53 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/newLeaf" 2026/06/07 04:19:53 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:53 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/newLeaf 2026/06/07 04:19:53 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/newLeaf" 2026/06/07 04:19:53 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:53 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-xapuyil7kavu/newLeaf 2026/06/07 04:19:53 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:53 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/07 04:19:53 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/newLeaf" 2026/06/07 04:19:53 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:53 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/newLeaf 2026/06/07 04:19:53 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/newLeaf" 2026/06/07 04:19:53 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:53 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-xapuyil7kavu/newLeaf 2026/06/07 04:19:53 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:53 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/06/07 04:19:53 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:53 DEBUG : dir: Looking for writers 2026/06/07 04:19:53 DEBUG : Looking for writers 2026/06/07 04:19:53 DEBUG : dir: reading active writers 2026/06/07 04:19:53 DEBUG : newLeaf: reading active writers 2026/06/07 04:19:53 DEBUG : >WaitForWriters: 2026/06/07 04:19:53 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: cleaner exiting === RUN TestFileRename/full,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:19:53 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:19:53 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/07 04:19:53 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:53 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:53 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:53 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/07 04:19:53 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:53 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:53 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/07 04:19:53 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:53 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/07 04:19:53 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:53 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:53 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:53 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:53 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:53 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:53 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:53 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:53 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:53 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:53 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:53 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:53 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:53 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:53 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:53 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/07 04:19:53 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:53 DEBUG : dir: Looking for writers 2026/06/07 04:19:53 DEBUG : file1: reading active writers 2026/06/07 04:19:53 DEBUG : Looking for writers 2026/06/07 04:19:53 DEBUG : dir: reading active writers 2026/06/07 04:19:53 DEBUG : >WaitForWriters: 2026/06/07 04:19:53 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/07 04:19:53 DEBUG : dir/file1: newRWFileHandle: 2026/06/07 04:19:53 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/07 04:19:53 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/07 04:19:53 DEBUG : dir/file1(0x32063ad30540): _readAt: size=512, off=0 2026/06/07 04:19:53 DEBUG : dir/file1(0x32063ad30540): openPending: 2026/06/07 04:19:53 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:53 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:53 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:53 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:53 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:53 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:53 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:53 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:53 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/06/07 04:19:53 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/06/07 04:19:53 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/07 04:19:53 DEBUG : dir/file1(0x32063ad30540): >openPending: err= 2026/06/07 04:19:53 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [] - present false 2026/06/07 04:19:53 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/07 04:19:53 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/07 04:19:53 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/07 04:19:53 DEBUG : dir/file1(0x32063ad30540): >_readAt: n=14, err=EOF 2026/06/07 04:19:53 DEBUG : dir/file1(0x32063ad30540): close: 2026/06/07 04:19:53 DEBUG : dir/file1(0x32063ad30540): >close: err= 2026/06/07 04:19:53 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:53 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:53 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:53 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:54 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:54 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:54 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:54 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:54 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:54 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:54 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:54 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:54 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:54 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:54 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:54 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/07 04:19:54 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/07 04:19:54 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/newLeaf" 2026/06/07 04:19:54 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:54 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/newLeaf 2026/06/07 04:19:54 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/newLeaf" 2026/06/07 04:19:54 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:54 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/newLeaf 2026/06/07 04:19:54 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:54 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:54 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/06/07 04:19:54 DEBUG : newLeaf: Updating file with newLeaf 0x32063ad3a0d0 2026/06/07 04:19:54 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/07 04:19:54 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/07 04:19:54 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/newLeaf" 2026/06/07 04:19:54 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:54 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/newLeaf 2026/06/07 04:19:54 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/newLeaf" 2026/06/07 04:19:54 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:54 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/newLeaf 2026/06/07 04:19:54 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:54 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:54 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/newLeaf" 2026/06/07 04:19:54 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:54 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/newLeaf 2026/06/07 04:19:54 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/newLeaf" 2026/06/07 04:19:54 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:54 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xapuyil7kavu/newLeaf 2026/06/07 04:19:54 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:54 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/07 04:19:54 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/06/07 04:19:54 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:54 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:54 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:54 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:54 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:54 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:54 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:54 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:54 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/06/07 04:19:54 DEBUG : dir/file1: Updating file with dir/file1 0x32063ad3a0d0 2026/06/07 04:19:54 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/06/07 04:19:54 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/07 04:19:54 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:54 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:54 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:54 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:54 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:54 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:54 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:54 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:54 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:54 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:54 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:54 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:54 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:54 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:54 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:54 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/07 04:19:54 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/06/07 04:19:54 DEBUG : dir/file1: newRWFileHandle: 2026/06/07 04:19:54 DEBUG : dir/file1(0x32063ad31d80): openPending: 2026/06/07 04:19:54 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/06/07 04:19:54 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/06/07 04:19:54 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/07 04:19:54 DEBUG : dir/file1(0x32063ad31d80): >openPending: err= 2026/06/07 04:19:54 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/06/07 04:19:54 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/07 04:19:54 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/07 04:19:54 DEBUG : dir/file1(0x32063ad31d80): _writeAt: size=25, off=0 2026/06/07 04:19:54 DEBUG : dir/file1(0x32063ad31d80): >_writeAt: n=25, err= 2026/06/07 04:19:54 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/07 04:19:54 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/newLeaf" 2026/06/07 04:19:54 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:54 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/newLeaf 2026/06/07 04:19:54 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/newLeaf" 2026/06/07 04:19:54 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:54 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/newLeaf 2026/06/07 04:19:54 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:54 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:19:54 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/06/07 04:19:54 DEBUG : newLeaf: Updating file with newLeaf 0x32063ad3a0d0 2026/06/07 04:19:54 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/07 04:19:54 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/07 04:19:54 DEBUG : newLeaf(0x32063ad31d80): close: 2026/06/07 04:19:54 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/06/07 04:19:54 DEBUG : newLeaf: vfs cache: setting modification time to 2026-06-07 04:19:54.767955598 +0000 UTC m=+23.173776696 2026/06/07 04:19:54 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/06/07 04:19:54 DEBUG : newLeaf(0x32063ad31d80): >close: err= 2026/06/07 04:19:54 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:54 DEBUG : dir: Looking for writers 2026/06/07 04:19:54 DEBUG : Looking for writers 2026/06/07 04:19:54 DEBUG : dir: reading active writers 2026/06/07 04:19:54 DEBUG : newLeaf: reading active writers 2026/06/07 04:19:54 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/07 04:19:54 DEBUG : dir: Looking for writers 2026/06/07 04:19:54 DEBUG : Looking for writers 2026/06/07 04:19:54 DEBUG : dir: reading active writers 2026/06/07 04:19:54 DEBUG : newLeaf: reading active writers 2026/06/07 04:19:54 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/07 04:19:54 DEBUG : dir: Looking for writers 2026/06/07 04:19:54 DEBUG : Looking for writers 2026/06/07 04:19:54 DEBUG : dir: reading active writers 2026/06/07 04:19:54 DEBUG : newLeaf: reading active writers 2026/06/07 04:19:54 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/07 04:19:54 DEBUG : dir: Looking for writers 2026/06/07 04:19:54 DEBUG : Looking for writers 2026/06/07 04:19:54 DEBUG : dir: reading active writers 2026/06/07 04:19:54 DEBUG : newLeaf: reading active writers 2026/06/07 04:19:54 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/07 04:19:54 DEBUG : newLeaf: vfs cache: starting upload 2026/06/07 04:19:54 DEBUG : newLeaf.f1d88b40.partial: size = 25 OK 2026/06/07 04:19:54 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/newLeaf.f1d88b40.partial" 2026/06/07 04:19:54 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:54 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/newLeaf.f1d88b40.partial 2026/06/07 04:19:54 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/newLeaf.f1d88b40.partial" 2026/06/07 04:19:55 DEBUG : dir: Looking for writers 2026/06/07 04:19:55 DEBUG : Looking for writers 2026/06/07 04:19:55 DEBUG : dir: reading active writers 2026/06/07 04:19:55 DEBUG : newLeaf: reading active writers 2026/06/07 04:19:55 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/07 04:19:55 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:55 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-xapuyil7kavu/newLeaf.f1d88b40.partial 2026/06/07 04:19:55 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:55 DEBUG : newLeaf.f1d88b40.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/07 04:19:55 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/06/07 04:19:55 DEBUG : newLeaf.f1d88b40.partial: renamed to: newLeaf 2026/06/07 04:19:55 INFO : newLeaf: Copied (replaced existing) 2026/06/07 04:19:55 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/newLeaf" 2026/06/07 04:19:55 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:55 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/newLeaf 2026/06/07 04:19:55 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/newLeaf" 2026/06/07 04:19:55 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:55 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-xapuyil7kavu/newLeaf 2026/06/07 04:19:55 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:55 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/07 04:19:55 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-06-07 04:19:54 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/06/07 04:19:55 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/06/07 04:19:55 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/07 04:19:55 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/06/07 04:19:55 DEBUG : dir: Looking for writers 2026/06/07 04:19:55 DEBUG : Looking for writers 2026/06/07 04:19:55 DEBUG : newLeaf: reading active writers 2026/06/07 04:19:55 DEBUG : dir: reading active writers 2026/06/07 04:19:55 DEBUG : >WaitForWriters: 2026/06/07 04:19:55 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/newLeaf" 2026/06/07 04:19:55 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:55 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/newLeaf 2026/06/07 04:19:55 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/newLeaf" 2026/06/07 04:19:55 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:55 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-xapuyil7kavu/newLeaf 2026/06/07 04:19:55 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:55 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/07 04:19:55 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/newLeaf" 2026/06/07 04:19:55 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:55 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/newLeaf 2026/06/07 04:19:55 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/newLeaf" 2026/06/07 04:19:55 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:55 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-xapuyil7kavu/newLeaf 2026/06/07 04:19:55 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:55 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/06/07 04:19:55 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:55 DEBUG : dir: Looking for writers 2026/06/07 04:19:55 DEBUG : Looking for writers 2026/06/07 04:19:55 DEBUG : newLeaf: reading active writers 2026/06/07 04:19:55 DEBUG : dir: reading active writers 2026/06/07 04:19:55 DEBUG : >WaitForWriters: 2026/06/07 04:19:55 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: cleaner exiting --- PASS: TestFileRename (9.45s) --- PASS: TestFileRename/off,forceCache=false (1.15s) --- PASS: TestFileRename/minimal,forceCache=false (1.12s) --- PASS: TestFileRename/minimal,forceCache=true (1.97s) --- PASS: TestFileRename/writes,forceCache=false (1.52s) --- PASS: TestFileRename/writes,forceCache=true (1.99s) --- PASS: TestFileRename/full,forceCache=false (1.70s) === RUN TestFileStructSize file_test.go:419: File struct has size 208 bytes --- PASS: TestFileStructSize (0.00s) === RUN TestRcGetVFS run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:19:55 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:19:55 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:19:55 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:55 DEBUG : Looking for writers 2026/06/07 04:19:55 DEBUG : >WaitForWriters: --- PASS: TestRcGetVFS (0.00s) === RUN TestRcForget rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcForget (0.00s) === RUN TestRcRefresh rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcRefresh (0.00s) === RUN TestRcPollInterval rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcPollInterval (0.00s) === RUN TestRcList rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStats rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcStats (0.00s) === RUN TestReadFileHandleMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:19:55 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:19:55 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:55 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:55 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:55 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:55 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:55 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:55 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:55 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/07 04:19:55 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:55 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:55 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:55 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:55 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:55 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:55 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:55 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/07 04:19:55 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/07 04:19:55 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/07 04:19:55 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/06/07 04:19:55 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/06/07 04:19:55 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/07 04:19:55 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/06/07 04:19:55 DEBUG : dir/file1: ChunkedReader.Read at 1 length 256 chunkOffset 0 chunkSize 134217728 2026/06/07 04:19:55 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:55 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:55 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:55 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:55 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:55 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:55 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:55 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/07 04:19:55 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:55 DEBUG : dir: Looking for writers 2026/06/07 04:19:55 DEBUG : file1: reading active writers 2026/06/07 04:19:55 DEBUG : Looking for writers 2026/06/07 04:19:55 DEBUG : dir: reading active writers 2026/06/07 04:19:55 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleMethods (0.30s) === RUN TestReadFileHandleSeek run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:19:55 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:19:55 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:55 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:55 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:55 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:55 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:55 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:55 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:55 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/07 04:19:55 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:55 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:55 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:55 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:55 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:55 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:55 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:55 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/07 04:19:55 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/07 04:19:55 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/07 04:19:55 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/06/07 04:19:55 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/06/07 04:19:55 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/07 04:19:55 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/06/07 04:19:55 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/06/07 04:19:55 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/06/07 04:19:55 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/06/07 04:19:55 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/06/07 04:19:55 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/06/07 04:19:55 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/06/07 04:19:55 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/06/07 04:19:55 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 3 (fs.RangeSeeker) 2026/06/07 04:19:55 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 3 length -1 2026/06/07 04:19:55 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 3 chunkSize 134217728 2026/06/07 04:19:55 DEBUG : dir/file1: ChunkedReader.openRange at 3 length 134217728 2026/06/07 04:19:55 DEBUG : dir/file1: ReadFileHandle.seek from 4 to 13 (fs.RangeSeeker) 2026/06/07 04:19:55 DEBUG : dir/file1: ChunkedReader.RangeSeek from 4 to 13 length -1 2026/06/07 04:19:55 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 13 chunkSize 134217728 2026/06/07 04:19:55 DEBUG : dir/file1: ChunkedReader.openRange at 13 length 134217728 2026/06/07 04:19:55 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:55 DEBUG : dir: Looking for writers 2026/06/07 04:19:55 DEBUG : file1: reading active writers 2026/06/07 04:19:55 DEBUG : Looking for writers 2026/06/07 04:19:55 DEBUG : dir: reading active writers 2026/06/07 04:19:55 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleSeek (0.29s) === RUN TestReadFileHandleReadAt run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:19:55 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:19:55 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:55 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:55 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:55 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:56 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:56 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:56 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:56 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/07 04:19:56 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:56 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:56 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:56 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:56 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:56 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:56 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:56 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/07 04:19:56 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/07 04:19:56 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/07 04:19:56 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/06/07 04:19:56 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/06/07 04:19:56 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/07 04:19:56 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/06/07 04:19:56 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/06/07 04:19:56 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/06/07 04:19:56 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/06/07 04:19:56 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/06/07 04:19:56 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/06/07 04:19:56 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/06/07 04:19:56 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/06/07 04:19:56 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 1 (fs.RangeSeeker) 2026/06/07 04:19:56 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 1 length -1 2026/06/07 04:19:56 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 1 chunkSize 134217728 2026/06/07 04:19:56 DEBUG : dir/file1: ChunkedReader.openRange at 1 length 134217728 2026/06/07 04:19:56 DEBUG : dir/file1: waiting for in-sequence read to 10 for 20ms 2026/06/07 04:19:56 DEBUG : dir/file1: aborting in-sequence read wait, off=10 2026/06/07 04:19:56 DEBUG : dir/file1: failed to wait for in-sequence read to 10 2026/06/07 04:19:56 DEBUG : dir/file1: ReadFileHandle.seek from 2 to 10 (fs.RangeSeeker) 2026/06/07 04:19:56 DEBUG : dir/file1: ChunkedReader.RangeSeek from 2 to 10 length -1 2026/06/07 04:19:56 DEBUG : dir/file1: ChunkedReader.Read at -1 length 6 chunkOffset 10 chunkSize 134217728 2026/06/07 04:19:56 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/06/07 04:19:56 DEBUG : dir/file1: ReadFileHandle.seek from 16 to 10 (fs.RangeSeeker) 2026/06/07 04:19:56 DEBUG : dir/file1: ChunkedReader.RangeSeek from 16 to 10 length -1 2026/06/07 04:19:56 DEBUG : dir/file1: ChunkedReader.Read at -1 length 256 chunkOffset 10 chunkSize 134217728 2026/06/07 04:19:56 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/06/07 04:19:56 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/06/07 04:19:56 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/06/07 04:19:56 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/06/07 04:19:56 DEBUG : dir/file1: ReadFileHandle.Read attempt to read beyond end of file: 100 > 16 2026/06/07 04:19:56 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/06/07 04:19:56 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/06/07 04:19:56 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/06/07 04:19:56 ERROR : dir/file1: ReadFileHandle.Read error: Bad file descriptor 2026/06/07 04:19:56 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:56 DEBUG : dir: Looking for writers 2026/06/07 04:19:56 DEBUG : file1: reading active writers 2026/06/07 04:19:56 DEBUG : Looking for writers 2026/06/07 04:19:56 DEBUG : dir: reading active writers 2026/06/07 04:19:56 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleReadAt (0.41s) === RUN TestReadFileHandleFlush run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:19:56 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:19:56 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:56 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:56 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:56 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:56 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:56 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:56 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:56 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/07 04:19:56 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:56 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:56 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:56 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:56 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:56 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:56 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:56 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/07 04:19:56 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/07 04:19:56 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/07 04:19:56 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/06/07 04:19:56 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/06/07 04:19:56 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/07 04:19:56 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/06/07 04:19:56 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:56 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:56 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:56 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:56 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:56 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:56 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:56 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/07 04:19:56 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:56 DEBUG : dir: Looking for writers 2026/06/07 04:19:56 DEBUG : file1: reading active writers 2026/06/07 04:19:56 DEBUG : Looking for writers 2026/06/07 04:19:56 DEBUG : dir: reading active writers 2026/06/07 04:19:56 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleFlush (0.34s) === RUN TestReadFileHandleRelease run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:19:56 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:19:56 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:56 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:56 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:56 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:56 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:56 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:56 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:56 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/07 04:19:56 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:56 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:56 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:56 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:56 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:56 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:56 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:56 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/07 04:19:56 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/07 04:19:56 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/07 04:19:56 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/06/07 04:19:56 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/06/07 04:19:56 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/07 04:19:56 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/06/07 04:19:56 DEBUG : dir/file1: ReadFileHandle.Release closing 2026/06/07 04:19:56 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:56 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:56 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:56 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:57 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/07 04:19:57 DEBUG : dir/file1: ReadFileHandle.Release nothing to do 2026/06/07 04:19:57 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:57 DEBUG : dir: Looking for writers 2026/06/07 04:19:57 DEBUG : file1: reading active writers 2026/06/07 04:19:57 DEBUG : Looking for writers 2026/06/07 04:19:57 DEBUG : dir: reading active writers 2026/06/07 04:19:57 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleRelease (0.34s) === RUN TestRWFileHandleMethodsRead run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:19:57 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:57 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:57 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/07 04:19:57 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:57 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:57 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/07 04:19:57 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:57 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:57 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:57 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/07 04:19:57 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/07 04:19:57 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/07 04:19:57 DEBUG : dir/file1: newRWFileHandle: 2026/06/07 04:19:57 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/07 04:19:57 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/07 04:19:57 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/06/07 04:19:57 DEBUG : dir/file1(0x32063ab78200): _readAt: size=1, off=0 2026/06/07 04:19:57 DEBUG : dir/file1(0x32063ab78200): openPending: 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:57 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/07 04:19:57 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/06/07 04:19:57 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/06/07 04:19:57 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/07 04:19:57 DEBUG : dir/file1(0x32063ab78200): >openPending: err= 2026/06/07 04:19:57 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/06/07 04:19:57 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/07 04:19:57 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/07 04:19:57 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/07 04:19:57 DEBUG : dir/file1(0x32063ab78200): >_readAt: n=1, err= 2026/06/07 04:19:57 DEBUG : dir/file1(0x32063ab78200): _readAt: size=256, off=1 2026/06/07 04:19:57 DEBUG : vfs cache: looking for range={Pos:1 Size:15} in [{Pos:0 Size:16}] - present true 2026/06/07 04:19:57 DEBUG : dir/file1(0x32063ab78200): >_readAt: n=15, err=EOF 2026/06/07 04:19:57 DEBUG : dir/file1(0x32063ab78200): _readAt: size=16, off=16 2026/06/07 04:19:57 DEBUG : dir/file1(0x32063ab78200): >_readAt: n=0, err=EOF 2026/06/07 04:19:57 DEBUG : dir/file1(0x32063ab78200): close: 2026/06/07 04:19:57 DEBUG : dir/file1(0x32063ab78200): >close: err= 2026/06/07 04:19:57 DEBUG : dir/file1(0x32063ab78200): close: 2026/06/07 04:19:57 DEBUG : dir/file1(0x32063ab78200): >close: err=file already closed 2026/06/07 04:19:57 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:57 DEBUG : dir: Looking for writers 2026/06/07 04:19:57 DEBUG : file1: reading active writers 2026/06/07 04:19:57 DEBUG : Looking for writers 2026/06/07 04:19:57 DEBUG : dir: reading active writers 2026/06/07 04:19:57 DEBUG : >WaitForWriters: 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsRead (0.36s) === RUN TestRWFileHandleSeek run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:19:57 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:57 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:57 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/07 04:19:57 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:57 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:57 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/07 04:19:57 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:57 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:57 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:57 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/07 04:19:57 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/07 04:19:57 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/07 04:19:57 DEBUG : dir/file1: newRWFileHandle: 2026/06/07 04:19:57 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/07 04:19:57 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/07 04:19:57 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/06/07 04:19:57 DEBUG : dir/file1(0x32063ab7e080): _readAt: size=1, off=0 2026/06/07 04:19:57 DEBUG : dir/file1(0x32063ab7e080): openPending: 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:57 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/07 04:19:57 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/06/07 04:19:57 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/06/07 04:19:57 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/07 04:19:57 DEBUG : dir/file1(0x32063ab7e080): >openPending: err= 2026/06/07 04:19:57 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/06/07 04:19:57 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/07 04:19:57 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/07 04:19:57 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/07 04:19:57 DEBUG : dir/file1(0x32063ab7e080): >_readAt: n=1, err= 2026/06/07 04:19:57 DEBUG : dir/file1(0x32063ab7e080): _readAt: size=1, off=5 2026/06/07 04:19:57 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/06/07 04:19:57 DEBUG : dir/file1(0x32063ab7e080): >_readAt: n=1, err= 2026/06/07 04:19:57 DEBUG : dir/file1(0x32063ab7e080): _readAt: size=1, off=3 2026/06/07 04:19:57 DEBUG : vfs cache: looking for range={Pos:3 Size:1} in [{Pos:0 Size:16}] - present true 2026/06/07 04:19:57 DEBUG : dir/file1(0x32063ab7e080): >_readAt: n=1, err= 2026/06/07 04:19:57 DEBUG : dir/file1(0x32063ab7e080): _readAt: size=1, off=13 2026/06/07 04:19:57 DEBUG : vfs cache: looking for range={Pos:13 Size:1} in [{Pos:0 Size:16}] - present true 2026/06/07 04:19:57 DEBUG : dir/file1(0x32063ab7e080): >_readAt: n=1, err= 2026/06/07 04:19:57 DEBUG : dir/file1(0x32063ab7e080): _readAt: size=16, off=100 2026/06/07 04:19:57 DEBUG : dir/file1(0x32063ab7e080): >_readAt: n=0, err=EOF 2026/06/07 04:19:57 DEBUG : dir/file1(0x32063ab7e080): close: 2026/06/07 04:19:57 DEBUG : dir/file1(0x32063ab7e080): >close: err= 2026/06/07 04:19:57 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:57 DEBUG : dir: Looking for writers 2026/06/07 04:19:57 DEBUG : file1: reading active writers 2026/06/07 04:19:57 DEBUG : Looking for writers 2026/06/07 04:19:57 DEBUG : dir: reading active writers 2026/06/07 04:19:57 DEBUG : >WaitForWriters: 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSeek (0.34s) === RUN TestRWFileHandleReadAt run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:19:57 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:57 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:57 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/07 04:19:57 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:57 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:57 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/07 04:19:57 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:57 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:57 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:57 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/07 04:19:57 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/07 04:19:57 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/07 04:19:57 DEBUG : dir/file1: newRWFileHandle: 2026/06/07 04:19:57 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/07 04:19:57 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/07 04:19:57 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/06/07 04:19:57 DEBUG : dir/file1(0x32063ae99500): _readAt: size=1, off=0 2026/06/07 04:19:57 DEBUG : dir/file1(0x32063ae99500): openPending: 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:57 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:58 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:58 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:58 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:58 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/07 04:19:58 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/06/07 04:19:58 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/06/07 04:19:58 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/07 04:19:58 DEBUG : dir/file1(0x32063ae99500): >openPending: err= 2026/06/07 04:19:58 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/06/07 04:19:58 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/07 04:19:58 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/07 04:19:58 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/07 04:19:58 DEBUG : dir/file1(0x32063ae99500): >_readAt: n=1, err= 2026/06/07 04:19:58 DEBUG : dir/file1(0x32063ae99500): _readAt: size=1, off=5 2026/06/07 04:19:58 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/06/07 04:19:58 DEBUG : dir/file1(0x32063ae99500): >_readAt: n=1, err= 2026/06/07 04:19:58 DEBUG : dir/file1(0x32063ae99500): _readAt: size=1, off=1 2026/06/07 04:19:58 DEBUG : vfs cache: looking for range={Pos:1 Size:1} in [{Pos:0 Size:16}] - present true 2026/06/07 04:19:58 DEBUG : dir/file1(0x32063ae99500): >_readAt: n=1, err= 2026/06/07 04:19:58 DEBUG : dir/file1(0x32063ae99500): _readAt: size=6, off=10 2026/06/07 04:19:58 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/06/07 04:19:58 DEBUG : dir/file1(0x32063ae99500): >_readAt: n=6, err= 2026/06/07 04:19:58 DEBUG : dir/file1(0x32063ae99500): _readAt: size=256, off=10 2026/06/07 04:19:58 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/06/07 04:19:58 DEBUG : dir/file1(0x32063ae99500): >_readAt: n=6, err=EOF 2026/06/07 04:19:58 DEBUG : dir/file1(0x32063ae99500): _readAt: size=256, off=100 2026/06/07 04:19:58 DEBUG : dir/file1(0x32063ae99500): >_readAt: n=0, err=EOF 2026/06/07 04:19:58 DEBUG : dir/file1(0x32063ae99500): close: 2026/06/07 04:19:58 DEBUG : dir/file1(0x32063ae99500): >close: err= 2026/06/07 04:19:58 DEBUG : dir/file1(0x32063ae99500): _readAt: size=256, off=100 2026/06/07 04:19:58 DEBUG : dir/file1(0x32063ae99500): >_readAt: n=0, err=file already closed 2026/06/07 04:19:58 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:58 DEBUG : dir: Looking for writers 2026/06/07 04:19:58 DEBUG : file1: reading active writers 2026/06/07 04:19:58 DEBUG : Looking for writers 2026/06/07 04:19:58 DEBUG : dir: reading active writers 2026/06/07 04:19:58 DEBUG : >WaitForWriters: 2026/06/07 04:19:58 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReadAt (0.32s) === RUN TestRWFileHandleFlushRead run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:19:58 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:19:58 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/07 04:19:58 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:58 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:58 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:58 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/07 04:19:58 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:58 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:58 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/07 04:19:58 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:58 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/07 04:19:58 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:58 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:58 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:58 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:58 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:58 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:58 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:58 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/07 04:19:58 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:58 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:58 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:58 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:58 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:58 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:58 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:58 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/07 04:19:58 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/07 04:19:58 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/07 04:19:58 DEBUG : dir/file1: newRWFileHandle: 2026/06/07 04:19:58 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/07 04:19:58 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/07 04:19:58 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/06/07 04:19:58 DEBUG : dir/file1(0x32063ab7ee80): RWFileHandle.Flush 2026/06/07 04:19:58 DEBUG : dir/file1(0x32063ab7ee80): _readAt: size=256, off=0 2026/06/07 04:19:58 DEBUG : dir/file1(0x32063ab7ee80): openPending: 2026/06/07 04:19:58 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:58 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:58 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:58 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:58 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:58 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:58 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:58 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/07 04:19:58 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/06/07 04:19:58 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/06/07 04:19:58 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/07 04:19:58 DEBUG : dir/file1(0x32063ab7ee80): >openPending: err= 2026/06/07 04:19:58 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/06/07 04:19:58 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/07 04:19:58 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/07 04:19:58 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/07 04:19:58 DEBUG : dir/file1(0x32063ab7ee80): >_readAt: n=16, err=EOF 2026/06/07 04:19:58 DEBUG : dir/file1(0x32063ab7ee80): RWFileHandle.Flush 2026/06/07 04:19:58 DEBUG : dir/file1(0x32063ab7ee80): RWFileHandle.Flush 2026/06/07 04:19:58 DEBUG : dir/file1(0x32063ab7ee80): close: 2026/06/07 04:19:58 DEBUG : dir/file1(0x32063ab7ee80): >close: err= 2026/06/07 04:19:58 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:58 DEBUG : dir: Looking for writers 2026/06/07 04:19:58 DEBUG : file1: reading active writers 2026/06/07 04:19:58 DEBUG : Looking for writers 2026/06/07 04:19:58 DEBUG : dir: reading active writers 2026/06/07 04:19:58 DEBUG : >WaitForWriters: 2026/06/07 04:19:58 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushRead (0.32s) === RUN TestRWFileHandleReleaseRead run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:19:58 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:19:58 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/07 04:19:58 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:58 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:58 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:58 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/07 04:19:58 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:58 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:58 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/07 04:19:58 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:58 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/07 04:19:58 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:58 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:58 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:58 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:58 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:58 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:58 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:58 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/07 04:19:58 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:58 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:58 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:58 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:58 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:58 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:58 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:58 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/07 04:19:58 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/07 04:19:58 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/07 04:19:58 DEBUG : dir/file1: newRWFileHandle: 2026/06/07 04:19:58 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/07 04:19:58 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/07 04:19:58 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/06/07 04:19:58 DEBUG : dir/file1(0x32063a8079c0): _readAt: size=256, off=0 2026/06/07 04:19:58 DEBUG : dir/file1(0x32063a8079c0): openPending: 2026/06/07 04:19:58 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:58 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:58 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:58 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:19:58 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:58 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:19:58 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:58 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/07 04:19:58 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/06/07 04:19:58 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/06/07 04:19:58 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/07 04:19:58 DEBUG : dir/file1(0x32063a8079c0): >openPending: err= 2026/06/07 04:19:58 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/06/07 04:19:58 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/07 04:19:58 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/07 04:19:58 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/07 04:19:58 DEBUG : dir/file1(0x32063a8079c0): >_readAt: n=16, err=EOF 2026/06/07 04:19:58 DEBUG : dir/file1(0x32063a8079c0): RWFileHandle.Release 2026/06/07 04:19:58 DEBUG : dir/file1(0x32063a8079c0): close: 2026/06/07 04:19:58 DEBUG : dir/file1(0x32063a8079c0): >close: err= 2026/06/07 04:19:58 DEBUG : dir/file1(0x32063a8079c0): RWFileHandle.Release 2026/06/07 04:19:58 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:58 DEBUG : dir: Looking for writers 2026/06/07 04:19:58 DEBUG : file1: reading active writers 2026/06/07 04:19:58 DEBUG : Looking for writers 2026/06/07 04:19:58 DEBUG : dir: reading active writers 2026/06/07 04:19:58 DEBUG : >WaitForWriters: 2026/06/07 04:19:58 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseRead (0.33s) === RUN TestRWFileHandleMethodsWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:19:58 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:19:58 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/07 04:19:58 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:58 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:58 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:58 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/07 04:19:58 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:58 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:58 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/07 04:19:58 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:58 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:19:58 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/07 04:19:58 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:19:58 DEBUG : file1: newRWFileHandle: 2026/06/07 04:19:58 DEBUG : file1(0x32063a893d00): openPending: 2026/06/07 04:19:58 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:19:58 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/07 04:19:58 DEBUG : file1(0x32063a893d00): >openPending: err= 2026/06/07 04:19:58 DEBUG : file1: >newRWFileHandle: err= 2026/06/07 04:19:58 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/07 04:19:58 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/06/07 04:19:58 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/06/07 04:19:58 DEBUG : file1(0x32063a893d00): _writeAt: size=5, off=0 2026/06/07 04:19:58 DEBUG : file1(0x32063a893d00): >_writeAt: n=5, err= 2026/06/07 04:19:58 DEBUG : file1(0x32063a893d00): _writeAt: size=7, off=5 2026/06/07 04:19:58 DEBUG : file1(0x32063a893d00): >_writeAt: n=7, err= 2026/06/07 04:19:58 DEBUG : file1: vfs cache: truncate to size=11 2026/06/07 04:19:58 DEBUG : file1(0x32063a893d00): close: 2026/06/07 04:19:58 DEBUG : file1: vfs cache: setting modification time to 2026-06-07 04:19:58.741315079 +0000 UTC m=+27.147136207 2026/06/07 04:19:58 INFO : file1: vfs cache: queuing for upload in 100ms 2026/06/07 04:19:58 DEBUG : file1(0x32063a893d00): >close: err= 2026/06/07 04:19:58 DEBUG : file1(0x32063a893d00): close: 2026/06/07 04:19:58 DEBUG : file1(0x32063a893d00): >close: err=file already closed 2026/06/07 04:19:58 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:58 DEBUG : Looking for writers 2026/06/07 04:19:58 DEBUG : file1: reading active writers 2026/06/07 04:19:58 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/07 04:19:58 DEBUG : Looking for writers 2026/06/07 04:19:58 DEBUG : file1: reading active writers 2026/06/07 04:19:58 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/07 04:19:58 DEBUG : Looking for writers 2026/06/07 04:19:58 DEBUG : file1: reading active writers 2026/06/07 04:19:58 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/07 04:19:58 DEBUG : Looking for writers 2026/06/07 04:19:58 DEBUG : file1: reading active writers 2026/06/07 04:19:58 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/07 04:19:58 DEBUG : file1: vfs cache: starting upload 2026/06/07 04:19:58 DEBUG : file1.87201d43.partial: size = 11 OK 2026/06/07 04:19:58 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/file1.87201d43.partial" 2026/06/07 04:19:58 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:58 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/file1.87201d43.partial 2026/06/07 04:19:58 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/file1.87201d43.partial" 2026/06/07 04:19:58 DEBUG : Looking for writers 2026/06/07 04:19:58 DEBUG : file1: reading active writers 2026/06/07 04:19:58 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/07 04:19:58 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:58 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-xapuyil7kavu/file1.87201d43.partial 2026/06/07 04:19:58 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:58 DEBUG : file1.87201d43.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/06/07 04:19:58 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/06/07 04:19:58 DEBUG : file1.87201d43.partial: renamed to: file1 2026/06/07 04:19:58 INFO : file1: Copied (new) 2026/06/07 04:19:58 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/file1" 2026/06/07 04:19:58 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:58 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/file1 2026/06/07 04:19:58 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/file1" 2026/06/07 04:19:59 DEBUG : Looking for writers 2026/06/07 04:19:59 DEBUG : file1: reading active writers 2026/06/07 04:19:59 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:59 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-xapuyil7kavu/file1 2026/06/07 04:19:59 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:59 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/06/07 04:19:59 DEBUG : file1: vfs cache: fingerprint now "11,2026-06-07 04:19:58 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/06/07 04:19:59 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/06/07 04:19:59 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/07 04:19:59 INFO : file1: vfs cache: upload succeeded try #1 2026/06/07 04:19:59 DEBUG : >WaitForWriters: 2026/06/07 04:19:59 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/file1" 2026/06/07 04:19:59 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:59 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/file1 2026/06/07 04:19:59 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/file1" 2026/06/07 04:19:59 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:59 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-xapuyil7kavu/file1 2026/06/07 04:19:59 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:59 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/06/07 04:19:59 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/file1" 2026/06/07 04:19:59 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:59 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/file1 2026/06/07 04:19:59 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/file1" 2026/06/07 04:19:59 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:59 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-xapuyil7kavu/file1 2026/06/07 04:19:59 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:59 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/06/07 04:19:59 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:59 DEBUG : Looking for writers 2026/06/07 04:19:59 DEBUG : file1: reading active writers 2026/06/07 04:19:59 DEBUG : >WaitForWriters: 2026/06/07 04:19:59 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsWrite (0.54s) === RUN TestRWFileHandleWriteAt run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:19:59 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:19:59 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/07 04:19:59 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:59 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:59 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:59 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/07 04:19:59 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:59 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:59 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/07 04:19:59 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:59 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:19:59 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/07 04:19:59 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:19:59 DEBUG : file1: newRWFileHandle: 2026/06/07 04:19:59 DEBUG : file1(0x32063a9cc080): openPending: 2026/06/07 04:19:59 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:19:59 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/07 04:19:59 DEBUG : file1(0x32063a9cc080): >openPending: err= 2026/06/07 04:19:59 DEBUG : file1: >newRWFileHandle: err= 2026/06/07 04:19:59 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/07 04:19:59 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/06/07 04:19:59 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/06/07 04:19:59 DEBUG : file1(0x32063a9cc080): _writeAt: size=7, off=0 2026/06/07 04:19:59 DEBUG : file1(0x32063a9cc080): >_writeAt: n=7, err= 2026/06/07 04:19:59 DEBUG : file1(0x32063a9cc080): _writeAt: size=6, off=5 2026/06/07 04:19:59 DEBUG : file1(0x32063a9cc080): >_writeAt: n=6, err= 2026/06/07 04:19:59 DEBUG : file1(0x32063a9cc080): close: 2026/06/07 04:19:59 DEBUG : file1: vfs cache: setting modification time to 2026-06-07 04:19:59.277120061 +0000 UTC m=+27.682941190 2026/06/07 04:19:59 INFO : file1: vfs cache: queuing for upload in 100ms 2026/06/07 04:19:59 DEBUG : file1(0x32063a9cc080): >close: err= 2026/06/07 04:19:59 DEBUG : file1(0x32063a9cc080): _writeAt: size=5, off=0 2026/06/07 04:19:59 DEBUG : file1(0x32063a9cc080): >_writeAt: n=0, err=file already closed 2026/06/07 04:19:59 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:59 DEBUG : Looking for writers 2026/06/07 04:19:59 DEBUG : file1: reading active writers 2026/06/07 04:19:59 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/07 04:19:59 DEBUG : Looking for writers 2026/06/07 04:19:59 DEBUG : file1: reading active writers 2026/06/07 04:19:59 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/07 04:19:59 DEBUG : Looking for writers 2026/06/07 04:19:59 DEBUG : file1: reading active writers 2026/06/07 04:19:59 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/07 04:19:59 DEBUG : Looking for writers 2026/06/07 04:19:59 DEBUG : file1: reading active writers 2026/06/07 04:19:59 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/07 04:19:59 DEBUG : file1: vfs cache: starting upload 2026/06/07 04:19:59 DEBUG : file1.58daf550.partial: size = 11 OK 2026/06/07 04:19:59 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/file1.58daf550.partial" 2026/06/07 04:19:59 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:59 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/file1.58daf550.partial 2026/06/07 04:19:59 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/file1.58daf550.partial" 2026/06/07 04:19:59 DEBUG : Looking for writers 2026/06/07 04:19:59 DEBUG : file1: reading active writers 2026/06/07 04:19:59 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/07 04:19:59 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:59 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-xapuyil7kavu/file1.58daf550.partial 2026/06/07 04:19:59 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:59 DEBUG : file1.58daf550.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/06/07 04:19:59 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/06/07 04:19:59 DEBUG : file1.58daf550.partial: renamed to: file1 2026/06/07 04:19:59 INFO : file1: Copied (new) 2026/06/07 04:19:59 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/file1" 2026/06/07 04:19:59 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:59 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/file1 2026/06/07 04:19:59 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/file1" 2026/06/07 04:19:59 DEBUG : Looking for writers 2026/06/07 04:19:59 DEBUG : file1: reading active writers 2026/06/07 04:19:59 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:59 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-xapuyil7kavu/file1 2026/06/07 04:19:59 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:59 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/06/07 04:19:59 DEBUG : file1: vfs cache: fingerprint now "11,2026-06-07 04:19:59 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/06/07 04:19:59 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/06/07 04:19:59 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/07 04:19:59 DEBUG : >WaitForWriters: 2026/06/07 04:19:59 INFO : file1: vfs cache: upload succeeded try #1 2026/06/07 04:19:59 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/file1" 2026/06/07 04:19:59 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:59 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/file1 2026/06/07 04:19:59 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/file1" 2026/06/07 04:19:59 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:59 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-xapuyil7kavu/file1 2026/06/07 04:19:59 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:59 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/06/07 04:19:59 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/file1" 2026/06/07 04:19:59 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:59 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/file1 2026/06/07 04:19:59 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/file1" 2026/06/07 04:19:59 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:19:59 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-xapuyil7kavu/file1 2026/06/07 04:19:59 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:19:59 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/06/07 04:19:59 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:59 DEBUG : Looking for writers 2026/06/07 04:19:59 DEBUG : file1: reading active writers 2026/06/07 04:19:59 DEBUG : >WaitForWriters: 2026/06/07 04:19:59 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteAt (0.56s) === RUN TestRWFileHandleWriteNoWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:19:59 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:19:59 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/07 04:19:59 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:59 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:59 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:59 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/07 04:19:59 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:59 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:59 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/07 04:19:59 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:19:59 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:19:59 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/07 04:19:59 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:19:59 DEBUG : file1: newRWFileHandle: 2026/06/07 04:19:59 DEBUG : file1(0x32063ae128c0): openPending: 2026/06/07 04:19:59 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:19:59 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/07 04:19:59 DEBUG : file1(0x32063ae128c0): >openPending: err= 2026/06/07 04:19:59 DEBUG : file1: >newRWFileHandle: err= 2026/06/07 04:19:59 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/07 04:19:59 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/06/07 04:19:59 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/06/07 04:19:59 DEBUG : file1(0x32063ae128c0): close: 2026/06/07 04:19:59 DEBUG : file1: vfs cache: setting modification time to 2026-06-07 04:19:59.832536571 +0000 UTC m=+28.238357690 2026/06/07 04:19:59 INFO : file1: vfs cache: queuing for upload in 100ms 2026/06/07 04:19:59 DEBUG : file1(0x32063ae128c0): >close: err= 2026/06/07 04:19:59 DEBUG : file2: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/06/07 04:19:59 DEBUG : file2: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/06/07 04:19:59 DEBUG : file2: newRWFileHandle: 2026/06/07 04:19:59 DEBUG : file2(0x32063ae12f00): openPending: 2026/06/07 04:19:59 DEBUG : file2: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:19:59 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/06/07 04:19:59 DEBUG : file2(0x32063ae12f00): >openPending: err= 2026/06/07 04:19:59 DEBUG : file2: >newRWFileHandle: err= 2026/06/07 04:19:59 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/06/07 04:19:59 DEBUG : file2: >Open: fd=file2 (rw), err= 2026/06/07 04:19:59 DEBUG : file2: >OpenFile: fd=file2 (rw), err= 2026/06/07 04:19:59 DEBUG : file2(0x32063ae12f00): RWFileHandle.Flush 2026/06/07 04:19:59 DEBUG : file2(0x32063ae12f00): RWFileHandle.Release 2026/06/07 04:19:59 DEBUG : file2(0x32063ae12f00): close: 2026/06/07 04:19:59 DEBUG : file2: vfs cache: setting modification time to 2026-06-07 04:19:59.833816495 +0000 UTC m=+28.239637624 2026/06/07 04:19:59 INFO : file2: vfs cache: queuing for upload in 100ms 2026/06/07 04:19:59 DEBUG : file2(0x32063ae12f00): >close: err= 2026/06/07 04:19:59 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:19:59 DEBUG : Looking for writers 2026/06/07 04:19:59 DEBUG : file1: reading active writers 2026/06/07 04:19:59 DEBUG : file2: reading active writers 2026/06/07 04:19:59 DEBUG : Still 0 writers active and 2 cache items in use, waiting 10ms 2026/06/07 04:19:59 DEBUG : Looking for writers 2026/06/07 04:19:59 DEBUG : file2: reading active writers 2026/06/07 04:19:59 DEBUG : file1: reading active writers 2026/06/07 04:19:59 DEBUG : Still 0 writers active and 2 cache items in use, waiting 20ms 2026/06/07 04:19:59 DEBUG : Looking for writers 2026/06/07 04:19:59 DEBUG : file1: reading active writers 2026/06/07 04:19:59 DEBUG : file2: reading active writers 2026/06/07 04:19:59 DEBUG : Still 0 writers active and 2 cache items in use, waiting 40ms 2026/06/07 04:19:59 DEBUG : Looking for writers 2026/06/07 04:19:59 DEBUG : file1: reading active writers 2026/06/07 04:19:59 DEBUG : file2: reading active writers 2026/06/07 04:19:59 DEBUG : Still 0 writers active and 2 cache items in use, waiting 80ms 2026/06/07 04:19:59 DEBUG : file1: vfs cache: starting upload 2026/06/07 04:19:59 DEBUG : file2: vfs cache: starting upload 2026/06/07 04:19:59 DEBUG : file2.9358eb1a.partial: size = 0 OK 2026/06/07 04:19:59 DEBUG : file1.097721fb.partial: size = 0 OK 2026/06/07 04:19:59 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/file2.9358eb1a.partial" 2026/06/07 04:19:59 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/file1.097721fb.partial" 2026/06/07 04:19:59 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:59 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/file2.9358eb1a.partial 2026/06/07 04:19:59 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/file2.9358eb1a.partial" 2026/06/07 04:19:59 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:19:59 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/file1.097721fb.partial 2026/06/07 04:19:59 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/file1.097721fb.partial" 2026/06/07 04:19:59 DEBUG : Looking for writers 2026/06/07 04:19:59 DEBUG : file1: reading active writers 2026/06/07 04:19:59 DEBUG : file2: reading active writers 2026/06/07 04:19:59 DEBUG : Still 0 writers active and 2 cache items in use, waiting 160ms 2026/06/07 04:20:00 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:00 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-xapuyil7kavu/file2.9358eb1a.partial 2026/06/07 04:20:00 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:00 DEBUG : file2.9358eb1a.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/07 04:20:00 DEBUG : file2: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/06/07 04:20:00 DEBUG : file2.9358eb1a.partial: renamed to: file2 2026/06/07 04:20:00 INFO : file2: Copied (new) 2026/06/07 04:20:00 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/file2" 2026/06/07 04:20:00 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:00 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/file2 2026/06/07 04:20:00 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/file2" 2026/06/07 04:20:00 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:00 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-xapuyil7kavu/file1.097721fb.partial 2026/06/07 04:20:00 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:00 DEBUG : file1.097721fb.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/07 04:20:00 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/06/07 04:20:00 DEBUG : file1.097721fb.partial: renamed to: file1 2026/06/07 04:20:00 INFO : file1: Copied (new) 2026/06/07 04:20:00 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/file1" 2026/06/07 04:20:00 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:00 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/file1 2026/06/07 04:20:00 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/file1" 2026/06/07 04:20:00 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:00 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-xapuyil7kavu/file2 2026/06/07 04:20:00 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:00 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/07 04:20:00 DEBUG : file2: vfs cache: fingerprint now "0,2026-06-07 04:19:59 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/06/07 04:20:00 DEBUG : file2: vfs cache: writeback object to VFS layer 2026/06/07 04:20:00 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/06/07 04:20:00 INFO : file2: vfs cache: upload succeeded try #1 2026/06/07 04:20:00 DEBUG : Looking for writers 2026/06/07 04:20:00 DEBUG : file2: reading active writers 2026/06/07 04:20:00 DEBUG : file1: reading active writers 2026/06/07 04:20:00 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:00 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-xapuyil7kavu/file1 2026/06/07 04:20:00 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:00 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/07 04:20:00 DEBUG : file1: vfs cache: fingerprint now "0,2026-06-07 04:19:59 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/06/07 04:20:00 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/06/07 04:20:00 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/07 04:20:00 DEBUG : >WaitForWriters: 2026/06/07 04:20:00 INFO : file1: vfs cache: upload succeeded try #1 2026/06/07 04:20:00 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/file1" 2026/06/07 04:20:00 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:00 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/file1 2026/06/07 04:20:00 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/file1" 2026/06/07 04:20:00 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:00 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-xapuyil7kavu/file1 2026/06/07 04:20:00 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:00 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/07 04:20:00 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/file1" 2026/06/07 04:20:00 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:00 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/file1 2026/06/07 04:20:00 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/file1" 2026/06/07 04:20:00 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:00 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-xapuyil7kavu/file1 2026/06/07 04:20:00 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:00 DEBUG : file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/06/07 04:20:00 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/file2" 2026/06/07 04:20:00 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:00 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/file2 2026/06/07 04:20:00 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/file2" 2026/06/07 04:20:00 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:00 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-xapuyil7kavu/file2 2026/06/07 04:20:00 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:00 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/07 04:20:00 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/file2" 2026/06/07 04:20:00 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:00 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/file2 2026/06/07 04:20:00 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/file2" 2026/06/07 04:20:00 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:00 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-xapuyil7kavu/file2 2026/06/07 04:20:00 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:00 DEBUG : file2: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/06/07 04:20:00 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:20:00 DEBUG : Looking for writers 2026/06/07 04:20:00 DEBUG : file1: reading active writers 2026/06/07 04:20:00 DEBUG : file2: reading active writers 2026/06/07 04:20:00 DEBUG : >WaitForWriters: 2026/06/07 04:20:00 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteNoWrite (0.77s) === RUN TestRWFileHandleFlushWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:20:00 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:20:00 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/07 04:20:00 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:20:00 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:20:00 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:20:00 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/07 04:20:00 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:20:00 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:20:00 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/07 04:20:00 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:20:00 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:00 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/07 04:20:00 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:00 DEBUG : file1: newRWFileHandle: 2026/06/07 04:20:00 DEBUG : file1(0x32063ab7eb80): openPending: 2026/06/07 04:20:00 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:00 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/07 04:20:00 DEBUG : file1(0x32063ab7eb80): >openPending: err= 2026/06/07 04:20:00 DEBUG : file1: >newRWFileHandle: err= 2026/06/07 04:20:00 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/07 04:20:00 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/06/07 04:20:00 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/06/07 04:20:00 DEBUG : file1(0x32063ab7eb80): _writeAt: size=5, off=0 2026/06/07 04:20:00 DEBUG : file1(0x32063ab7eb80): >_writeAt: n=5, err= 2026/06/07 04:20:00 DEBUG : file1(0x32063ab7eb80): RWFileHandle.Flush 2026/06/07 04:20:00 DEBUG : file1(0x32063ab7eb80): RWFileHandle.Flush 2026/06/07 04:20:00 DEBUG : file1(0x32063ab7eb80): close: 2026/06/07 04:20:00 DEBUG : file1: vfs cache: setting modification time to 2026-06-07 04:20:00.600015962 +0000 UTC m=+29.005837079 2026/06/07 04:20:00 INFO : file1: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:00 DEBUG : file1(0x32063ab7eb80): >close: err= 2026/06/07 04:20:00 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:20:00 DEBUG : Looking for writers 2026/06/07 04:20:00 DEBUG : file1: reading active writers 2026/06/07 04:20:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/07 04:20:00 DEBUG : Looking for writers 2026/06/07 04:20:00 DEBUG : file1: reading active writers 2026/06/07 04:20:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/07 04:20:00 DEBUG : Looking for writers 2026/06/07 04:20:00 DEBUG : file1: reading active writers 2026/06/07 04:20:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/07 04:20:00 DEBUG : Looking for writers 2026/06/07 04:20:00 DEBUG : file1: reading active writers 2026/06/07 04:20:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/07 04:20:00 DEBUG : file1: vfs cache: starting upload 2026/06/07 04:20:00 DEBUG : file1.fc3cec44.partial: size = 5 OK 2026/06/07 04:20:00 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/file1.fc3cec44.partial" 2026/06/07 04:20:00 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:00 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/file1.fc3cec44.partial 2026/06/07 04:20:00 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/file1.fc3cec44.partial" 2026/06/07 04:20:00 DEBUG : Looking for writers 2026/06/07 04:20:00 DEBUG : file1: reading active writers 2026/06/07 04:20:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/07 04:20:00 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:00 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-xapuyil7kavu/file1.fc3cec44.partial 2026/06/07 04:20:00 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:00 DEBUG : file1.fc3cec44.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/07 04:20:00 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/06/07 04:20:00 DEBUG : file1.fc3cec44.partial: renamed to: file1 2026/06/07 04:20:00 INFO : file1: Copied (new) 2026/06/07 04:20:00 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/file1" 2026/06/07 04:20:00 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:00 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/file1 2026/06/07 04:20:00 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/file1" 2026/06/07 04:20:00 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:00 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-xapuyil7kavu/file1 2026/06/07 04:20:00 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:00 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/07 04:20:00 DEBUG : file1: vfs cache: fingerprint now "5,2026-06-07 04:20:00 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/06/07 04:20:00 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/06/07 04:20:00 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/07 04:20:00 INFO : file1: vfs cache: upload succeeded try #1 2026/06/07 04:20:00 DEBUG : Looking for writers 2026/06/07 04:20:00 DEBUG : file1: reading active writers 2026/06/07 04:20:00 DEBUG : >WaitForWriters: 2026/06/07 04:20:00 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushWrite (0.32s) === RUN TestRWFileHandleReleaseWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:20:00 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:20:00 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/07 04:20:00 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:20:00 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:20:00 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:20:00 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/07 04:20:00 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:20:00 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:20:00 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/07 04:20:00 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:20:00 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:00 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/07 04:20:00 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:00 DEBUG : file1: newRWFileHandle: 2026/06/07 04:20:00 DEBUG : file1(0x32063b1d9040): openPending: 2026/06/07 04:20:00 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:00 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/07 04:20:00 DEBUG : file1(0x32063b1d9040): >openPending: err= 2026/06/07 04:20:00 DEBUG : file1: >newRWFileHandle: err= 2026/06/07 04:20:00 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/07 04:20:00 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/06/07 04:20:00 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/06/07 04:20:00 DEBUG : file1(0x32063b1d9040): _writeAt: size=5, off=0 2026/06/07 04:20:00 DEBUG : file1(0x32063b1d9040): >_writeAt: n=5, err= 2026/06/07 04:20:00 DEBUG : file1(0x32063b1d9040): RWFileHandle.Release 2026/06/07 04:20:00 DEBUG : file1(0x32063b1d9040): close: 2026/06/07 04:20:00 DEBUG : file1: vfs cache: setting modification time to 2026-06-07 04:20:00.921671133 +0000 UTC m=+29.327492251 2026/06/07 04:20:00 INFO : file1: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:00 DEBUG : file1(0x32063b1d9040): >close: err= 2026/06/07 04:20:00 DEBUG : file1(0x32063b1d9040): RWFileHandle.Release 2026/06/07 04:20:00 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:20:00 DEBUG : Looking for writers 2026/06/07 04:20:00 DEBUG : file1: reading active writers 2026/06/07 04:20:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/07 04:20:00 DEBUG : Looking for writers 2026/06/07 04:20:00 DEBUG : file1: reading active writers 2026/06/07 04:20:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/07 04:20:00 DEBUG : Looking for writers 2026/06/07 04:20:00 DEBUG : file1: reading active writers 2026/06/07 04:20:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/07 04:20:00 DEBUG : Looking for writers 2026/06/07 04:20:00 DEBUG : file1: reading active writers 2026/06/07 04:20:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/07 04:20:01 DEBUG : file1: vfs cache: starting upload 2026/06/07 04:20:01 DEBUG : file1.563893fa.partial: size = 5 OK 2026/06/07 04:20:01 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/file1.563893fa.partial" 2026/06/07 04:20:01 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:01 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/file1.563893fa.partial 2026/06/07 04:20:01 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/file1.563893fa.partial" 2026/06/07 04:20:01 DEBUG : Looking for writers 2026/06/07 04:20:01 DEBUG : file1: reading active writers 2026/06/07 04:20:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/07 04:20:01 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:01 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-xapuyil7kavu/file1.563893fa.partial 2026/06/07 04:20:01 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:01 DEBUG : file1.563893fa.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/07 04:20:01 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/06/07 04:20:01 DEBUG : file1.563893fa.partial: renamed to: file1 2026/06/07 04:20:01 INFO : file1: Copied (new) 2026/06/07 04:20:01 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/file1" 2026/06/07 04:20:01 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:01 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/file1 2026/06/07 04:20:01 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/file1" 2026/06/07 04:20:01 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:01 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-xapuyil7kavu/file1 2026/06/07 04:20:01 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:01 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/07 04:20:01 DEBUG : file1: vfs cache: fingerprint now "5,2026-06-07 04:20:00 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/06/07 04:20:01 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/06/07 04:20:01 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/07 04:20:01 INFO : file1: vfs cache: upload succeeded try #1 2026/06/07 04:20:01 DEBUG : Looking for writers 2026/06/07 04:20:01 DEBUG : file1: reading active writers 2026/06/07 04:20:01 DEBUG : >WaitForWriters: 2026/06/07 04:20:01 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseWrite (0.32s) === RUN TestRWFileHandleSizeTruncateExisting run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:20:01 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:20:01 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/07 04:20:01 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:20:01 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:20:01 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:20:01 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/07 04:20:01 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:20:01 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:20:01 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/07 04:20:01 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:20:01 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/07 04:20:01 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:20:01 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:01 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:20:01 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:20:01 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:01 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:20:01 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:01 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/07 04:20:01 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:20:01 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:01 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:20:01 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:20:01 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:01 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:20:01 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:01 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/07 04:20:01 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rwxrwxrwx 2026/06/07 04:20:01 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/06/07 04:20:01 DEBUG : dir/file1: newRWFileHandle: 2026/06/07 04:20:01 DEBUG : dir/file1(0x32063a807000): openPending: 2026/06/07 04:20:01 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:20:01 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:01 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:20:01 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:20:01 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:01 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:20:01 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:01 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/07 04:20:01 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/06/07 04:20:01 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/06/07 04:20:01 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/07 04:20:01 DEBUG : dir/file1(0x32063a807000): >openPending: err= 2026/06/07 04:20:01 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/06/07 04:20:01 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/07 04:20:01 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/07 04:20:01 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/06/07 04:20:01 DEBUG : dir/file1(0x32063a807000): _writeAt: size=5, off=0 2026/06/07 04:20:01 DEBUG : dir/file1(0x32063a807000): >_writeAt: n=5, err= 2026/06/07 04:20:01 DEBUG : dir/file1(0x32063a807000): close: 2026/06/07 04:20:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:01 DEBUG : dir/file1: vfs cache: setting modification time to 2026-06-07 04:20:01.545283735 +0000 UTC m=+29.951104823 2026/06/07 04:20:01 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:01 DEBUG : dir/file1(0x32063a807000): >close: err= 2026/06/07 04:20:01 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:20:01 DEBUG : dir: Looking for writers 2026/06/07 04:20:01 DEBUG : file1: reading active writers 2026/06/07 04:20:01 DEBUG : Looking for writers 2026/06/07 04:20:01 DEBUG : dir: reading active writers 2026/06/07 04:20:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/07 04:20:01 DEBUG : dir: Looking for writers 2026/06/07 04:20:01 DEBUG : file1: reading active writers 2026/06/07 04:20:01 DEBUG : Looking for writers 2026/06/07 04:20:01 DEBUG : dir: reading active writers 2026/06/07 04:20:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/07 04:20:01 DEBUG : dir: Looking for writers 2026/06/07 04:20:01 DEBUG : file1: reading active writers 2026/06/07 04:20:01 DEBUG : Looking for writers 2026/06/07 04:20:01 DEBUG : dir: reading active writers 2026/06/07 04:20:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/07 04:20:01 DEBUG : dir: Looking for writers 2026/06/07 04:20:01 DEBUG : file1: reading active writers 2026/06/07 04:20:01 DEBUG : Looking for writers 2026/06/07 04:20:01 DEBUG : dir: reading active writers 2026/06/07 04:20:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/07 04:20:01 DEBUG : dir/file1: vfs cache: starting upload 2026/06/07 04:20:01 DEBUG : dir/file1.e8da5c10.partial: size = 5 OK 2026/06/07 04:20:01 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1.e8da5c10.partial" 2026/06/07 04:20:01 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:01 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1.e8da5c10.partial 2026/06/07 04:20:01 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1.e8da5c10.partial" 2026/06/07 04:20:01 DEBUG : dir: Looking for writers 2026/06/07 04:20:01 DEBUG : file1: reading active writers 2026/06/07 04:20:01 DEBUG : Looking for writers 2026/06/07 04:20:01 DEBUG : dir: reading active writers 2026/06/07 04:20:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/07 04:20:01 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:01 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-xapuyil7kavu/dir/file1.e8da5c10.partial 2026/06/07 04:20:01 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:01 DEBUG : dir/file1.e8da5c10.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/07 04:20:01 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/06/07 04:20:01 DEBUG : dir/file1.e8da5c10.partial: renamed to: dir/file1 2026/06/07 04:20:01 INFO : dir/file1: Copied (replaced existing) 2026/06/07 04:20:01 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:20:01 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:01 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:20:01 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:20:01 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:01 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:20:01 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:01 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/07 04:20:01 DEBUG : dir/file1: vfs cache: fingerprint now "5,2026-06-07 04:20:01 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/06/07 04:20:01 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/06/07 04:20:01 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/07 04:20:01 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/06/07 04:20:01 DEBUG : dir: Looking for writers 2026/06/07 04:20:01 DEBUG : file1: reading active writers 2026/06/07 04:20:01 DEBUG : Looking for writers 2026/06/07 04:20:01 DEBUG : dir: reading active writers 2026/06/07 04:20:01 DEBUG : >WaitForWriters: 2026/06/07 04:20:01 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeTruncateExisting (0.63s) === RUN TestRWFileHandleSizeCreateExisting run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:20:01 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:20:01 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/07 04:20:01 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:20:01 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:20:01 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:20:01 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/07 04:20:01 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:20:01 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:20:01 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/07 04:20:01 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:20:01 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/07 04:20:01 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:20:01 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:01 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:20:01 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:20:01 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:01 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:20:01 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:01 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/07 04:20:01 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:20:01 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:01 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:20:01 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:20:02 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:02 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:20:02 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:02 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/07 04:20:02 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : dir/file1: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : dir/file1: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/07 04:20:02 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/07 04:20:02 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/06/07 04:20:02 DEBUG : dir/file1(0x32063aa20a00): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : dir/file1(0x32063aa20a00): openPending: 2026/06/07 04:20:02 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:20:02 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:02 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:20:02 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:20:02 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:02 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:20:02 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:02 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/07 04:20:02 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/06/07 04:20:02 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/06/07 04:20:02 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/07 04:20:02 DEBUG : dir/file1(0x32063aa20a00): >openPending: err= 2026/06/07 04:20:02 DEBUG : dir/file1(0x32063aa20a00): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : dir/file1(0x32063aa20a00): _writeAt: size=15, off=5 2026/06/07 04:20:02 DEBUG : dir/file1(0x32063aa20a00): >_writeAt: n=15, err= 2026/06/07 04:20:02 DEBUG : dir/file1(0x32063aa20a00): close: 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [{Pos:0 Size:20}] - present true 2026/06/07 04:20:02 DEBUG : dir/file1: vfs cache: setting modification time to 2026-06-07 04:20:02.170697096 +0000 UTC m=+30.576518194 2026/06/07 04:20:02 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : dir/file1(0x32063aa20a00): >close: err= 2026/06/07 04:20:02 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:20:02 DEBUG : dir: Looking for writers 2026/06/07 04:20:02 DEBUG : file1: reading active writers 2026/06/07 04:20:02 DEBUG : Looking for writers 2026/06/07 04:20:02 DEBUG : dir: reading active writers 2026/06/07 04:20:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/07 04:20:02 DEBUG : dir: Looking for writers 2026/06/07 04:20:02 DEBUG : file1: reading active writers 2026/06/07 04:20:02 DEBUG : Looking for writers 2026/06/07 04:20:02 DEBUG : dir: reading active writers 2026/06/07 04:20:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/07 04:20:02 DEBUG : dir: Looking for writers 2026/06/07 04:20:02 DEBUG : file1: reading active writers 2026/06/07 04:20:02 DEBUG : Looking for writers 2026/06/07 04:20:02 DEBUG : dir: reading active writers 2026/06/07 04:20:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/07 04:20:02 DEBUG : dir: Looking for writers 2026/06/07 04:20:02 DEBUG : file1: reading active writers 2026/06/07 04:20:02 DEBUG : Looking for writers 2026/06/07 04:20:02 DEBUG : dir: reading active writers 2026/06/07 04:20:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/07 04:20:02 DEBUG : dir/file1: vfs cache: starting upload 2026/06/07 04:20:02 DEBUG : dir/file1.356d8ae3.partial: size = 20 OK 2026/06/07 04:20:02 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1.356d8ae3.partial" 2026/06/07 04:20:02 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:02 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1.356d8ae3.partial 2026/06/07 04:20:02 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1.356d8ae3.partial" 2026/06/07 04:20:02 DEBUG : dir: Looking for writers 2026/06/07 04:20:02 DEBUG : file1: reading active writers 2026/06/07 04:20:02 DEBUG : Looking for writers 2026/06/07 04:20:02 DEBUG : dir: reading active writers 2026/06/07 04:20:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/07 04:20:02 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:02 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-xapuyil7kavu/dir/file1.356d8ae3.partial 2026/06/07 04:20:02 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:02 DEBUG : dir/file1.356d8ae3.partial: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/06/07 04:20:02 DEBUG : dir/file1: md5 = 5198435b5c4e591523b7f5435cc07e88 OK 2026/06/07 04:20:02 DEBUG : dir/file1.356d8ae3.partial: renamed to: dir/file1 2026/06/07 04:20:02 INFO : dir/file1: Copied (replaced existing) 2026/06/07 04:20:02 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:20:02 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:02 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:20:02 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:20:02 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06 +0000 UTC 2026/06/07 04:20:02 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:02 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:20:02 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:02 DEBUG : dir/file1: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/06/07 04:20:02 DEBUG : dir/file1: vfs cache: fingerprint now "20,2026-06-07 04:20:02 +0000 UTC,5198435b5c4e591523b7f5435cc07e88" 2026/06/07 04:20:02 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/06/07 04:20:02 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/07 04:20:02 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/06/07 04:20:02 DEBUG : dir: Looking for writers 2026/06/07 04:20:02 DEBUG : file1: reading active writers 2026/06/07 04:20:02 DEBUG : Looking for writers 2026/06/07 04:20:02 DEBUG : dir: reading active writers 2026/06/07 04:20:02 DEBUG : >WaitForWriters: 2026/06/07 04:20:02 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateExisting (0.62s) === RUN TestRWFileHandleSizeCreateNew run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:20:02 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:20:02 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/07 04:20:02 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:20:02 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:20:02 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:20:02 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/07 04:20:02 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:20:02 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:20:02 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/07 04:20:02 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:20:02 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/07 04:20:02 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : file1: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : file1(0x32063adb43c0): openPending: 2026/06/07 04:20:02 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/07 04:20:02 DEBUG : file1(0x32063adb43c0): >openPending: err= 2026/06/07 04:20:02 DEBUG : file1: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/07 04:20:02 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/06/07 04:20:02 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/06/07 04:20:02 DEBUG : file1(0x32063adb43c0): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : file1(0x32063adb43c0): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : file1(0x32063adb43c0): close: 2026/06/07 04:20:02 DEBUG : file1: vfs cache: setting modification time to 2026-06-07 04:20:02.493126322 +0000 UTC m=+30.898947410 2026/06/07 04:20:02 INFO : file1: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : file1(0x32063adb43c0): >close: err= 2026/06/07 04:20:02 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:20:02 DEBUG : Looking for writers 2026/06/07 04:20:02 DEBUG : file1: reading active writers 2026/06/07 04:20:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/07 04:20:02 DEBUG : Looking for writers 2026/06/07 04:20:02 DEBUG : file1: reading active writers 2026/06/07 04:20:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/07 04:20:02 DEBUG : Looking for writers 2026/06/07 04:20:02 DEBUG : file1: reading active writers 2026/06/07 04:20:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/07 04:20:02 DEBUG : Looking for writers 2026/06/07 04:20:02 DEBUG : file1: reading active writers 2026/06/07 04:20:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/07 04:20:02 DEBUG : file1: vfs cache: starting upload 2026/06/07 04:20:02 DEBUG : file1.3df82bcb.partial: size = 5 OK 2026/06/07 04:20:02 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/file1.3df82bcb.partial" 2026/06/07 04:20:02 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:02 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/file1.3df82bcb.partial 2026/06/07 04:20:02 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/file1.3df82bcb.partial" 2026/06/07 04:20:02 DEBUG : Looking for writers 2026/06/07 04:20:02 DEBUG : file1: reading active writers 2026/06/07 04:20:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/07 04:20:02 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:02 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-xapuyil7kavu/file1.3df82bcb.partial 2026/06/07 04:20:02 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:02 DEBUG : file1.3df82bcb.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/07 04:20:02 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/06/07 04:20:02 DEBUG : file1.3df82bcb.partial: renamed to: file1 2026/06/07 04:20:02 INFO : file1: Copied (new) 2026/06/07 04:20:02 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/file1" 2026/06/07 04:20:02 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:02 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/file1 2026/06/07 04:20:02 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/file1" 2026/06/07 04:20:02 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-xapuyil7kavu/dir/file1: no such file or directory 2026/06/07 04:20:02 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-xapuyil7kavu/dir/file1: no such file or directory 2026/06/07 04:20:02 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:02 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-xapuyil7kavu/file1 2026/06/07 04:20:02 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:02 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/07 04:20:02 DEBUG : file1: vfs cache: fingerprint now "5,2026-06-07 04:20:02 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/06/07 04:20:02 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/07 04:20:02 INFO : file1: vfs cache: upload succeeded try #1 2026/06/07 04:20:02 DEBUG : Looking for writers 2026/06/07 04:20:02 DEBUG : file1: reading active writers 2026/06/07 04:20:02 DEBUG : >WaitForWriters: 2026/06/07 04:20:02 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateNew (0.32s) === RUN TestRWFileHandleOpenTests === RUN TestRWFileHandleOpenTests/writes run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:20:02 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:20:02 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/07 04:20:02 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:20:02 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:20:02 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:20:02 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/07 04:20:02 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:20:02 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:20:02 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/07 04:20:02 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY 2026/06/07 04:20:02 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a893080): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a893080): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a893080): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a893080): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a893080): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.812444879 +0000 UTC m=+31.218265977 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a893080): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a893500): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a893500): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a893500): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a893500): >_readAt: n=2, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a893500): _writeAt: size=3, off=2 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a893500): >_writeAt: n=0, err=Bad file descriptor 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a893500): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.812444879 +0000 UTC m=+31.218265977 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a893500): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a8939c0): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a8939c0): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a8939c0): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a8939c0): >_readAt: n=5, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a8939c0): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.812444879 +0000 UTC m=+31.218265977 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a8939c0): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ab696c0 item 1 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae24100): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae24100): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae24100): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae24100): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae24100): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.814882704 +0000 UTC m=+31.220703802 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae24100): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae24600): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae24600): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae24600): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae24600): >_readAt: n=5, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae24600): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.814882704 +0000 UTC m=+31.220703802 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae24600): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ab69c70 item 2 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae24c40): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae24c40): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae24c40): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae24c40): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae24c40): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.816567564 +0000 UTC m=+31.222388662 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae24c40): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae250c0): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae250c0): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae250c0): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae250c0): >_readAt: n=2, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae250c0): _writeAt: size=3, off=2 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae250c0): >_writeAt: n=0, err=Bad file descriptor 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae250c0): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.816567564 +0000 UTC m=+31.222388662 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae250c0): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae25580): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae25580): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae25580): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae25580): >_readAt: n=5, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae25580): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.816567564 +0000 UTC m=+31.222388662 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae25580): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ab18460 item 3 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae25c00): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae25c00): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae25c00): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae25c00): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae25c00): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.818549617 +0000 UTC m=+31.224370715 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae25c00): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae58240): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae58240): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae58240): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae58240): >_readAt: n=5, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae58240): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.818549617 +0000 UTC m=+31.224370715 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae58240): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ab18bd0 item 4 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae58880): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae58880): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae58880): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae58880): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae58880): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.819810192 +0000 UTC m=+31.225631290 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae58880): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae58d00): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae58d00): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae58d00): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae58d00): >_readAt: n=2, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae58d00): _writeAt: size=3, off=2 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae58d00): >_writeAt: n=0, err=Bad file descriptor 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae58d00): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.819810192 +0000 UTC m=+31.225631290 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae58d00): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae591c0): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae591c0): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae591c0): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae591c0): >_readAt: n=5, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae591c0): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.819810192 +0000 UTC m=+31.225631290 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae591c0): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ab19490 item 5 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae59840): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae59840): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae59840): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae59840): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae59840): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.822008945 +0000 UTC m=+31.227830053 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae59840): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae59d80): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae59d80): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae59d80): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae59d80): >_readAt: n=5, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae59d80): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.822008945 +0000 UTC m=+31.227830053 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae59d80): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ab19960 item 6 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae6e500): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae6e500): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae6e500): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae6e500): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae6e500): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.823589788 +0000 UTC m=+31.229410876 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae6e500): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae6ea00): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae6ea00): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae6ea00): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae6ea00): >_readAt: n=2, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae6ea00): _writeAt: size=3, off=2 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae6ea00): >_writeAt: n=0, err=Bad file descriptor 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae6ea00): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.823589788 +0000 UTC m=+31.229410876 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae6ea00): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae6eec0): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae6eec0): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae6eec0): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae6eec0): >_readAt: n=5, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae6eec0): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.823589788 +0000 UTC m=+31.229410876 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae6eec0): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ab19dc0 item 7 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae6f540): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae6f540): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae6f540): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae6f540): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae6f540): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.825894722 +0000 UTC m=+31.231715820 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae6f540): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae6fa80): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae6fa80): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae6fa80): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae6fa80): >_readAt: n=5, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae6fa80): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.825894722 +0000 UTC m=+31.231715820 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae6fa80): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ab73110 item 8 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af04140): _readAt: size=2, off=0 2026/06/07 04:20:02 ERROR : open-test-file(0x32063af04140): Couldn't read size of file 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af04140): >_readAt: n=0, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af04140): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af04140): >_writeAt: n=0, err=Bad file descriptor 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af04140): close: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af04140): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af04500): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af04500): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af04500): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af04500): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af04500): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.827875081 +0000 UTC m=+31.233696179 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af04500): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad4ca80): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad4ca80): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad4ca80): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad4ca80): >_readAt: n=2, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad4ca80): _writeAt: size=3, off=2 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad4ca80): >_writeAt: n=0, err=Bad file descriptor 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad4ca80): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.827875081 +0000 UTC m=+31.233696179 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad4ca80): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad4cf80): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad4cf80): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad4cf80): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad4cf80): >_readAt: n=5, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad4cf80): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.827875081 +0000 UTC m=+31.233696179 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad4cf80): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a76b2d0 item 9 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad4d600): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad4d600): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad4d600): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad4d600): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad4d600): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.829843186 +0000 UTC m=+31.235664284 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad4d600): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad4db40): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad4db40): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad4db40): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad4db40): >_readAt: n=5, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad4db40): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.829843186 +0000 UTC m=+31.235664284 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad4db40): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a6ce850 item 10 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aed2280): _readAt: size=2, off=0 2026/06/07 04:20:02 ERROR : open-test-file(0x32063aed2280): Couldn't read size of file 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aed2280): >_readAt: n=0, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aed2280): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aed2280): >_writeAt: n=0, err=Bad file descriptor 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aed2280): close: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aed2280): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aed2640): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aed2640): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aed2640): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aed2640): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aed2640): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.831848884 +0000 UTC m=+31.237669982 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aed2640): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aed2b40): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aed2b40): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aed2b40): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aed2b40): >_readAt: n=2, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aed2b40): _writeAt: size=3, off=2 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aed2b40): >_writeAt: n=0, err=Bad file descriptor 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aed2b40): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.831848884 +0000 UTC m=+31.237669982 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aed2b40): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aed3040): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aed3040): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aed3040): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aed3040): >_readAt: n=5, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aed3040): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.831848884 +0000 UTC m=+31.237669982 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aed3040): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a6cf2d0 item 11 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aed36c0): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aed36c0): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aed36c0): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aed36c0): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aed36c0): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.834391477 +0000 UTC m=+31.240212565 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aed36c0): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aed3c00): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aed3c00): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aed3c00): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aed3c00): >_readAt: n=5, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aed3c00): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.834391477 +0000 UTC m=+31.240212565 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aed3c00): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a8f6f50 item 12 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeec340): _readAt: size=2, off=0 2026/06/07 04:20:02 ERROR : open-test-file(0x32063aeec340): Couldn't read size of file 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeec340): >_readAt: n=0, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeec340): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeec340): >_writeAt: n=0, err=Bad file descriptor 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeec340): close: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeec340): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeec700): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeec700): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeec700): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeec700): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeec700): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.836063052 +0000 UTC m=+31.241884150 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeec700): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/07 04:20:02 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeecdc0): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeecdc0): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeecdc0): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeecdc0): >_readAt: n=5, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeecdc0): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.836063052 +0000 UTC m=+31.241884150 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeecdc0): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a8f75e0 item 13 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeed440): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeed440): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeed440): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeed440): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeed440): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.837553564 +0000 UTC m=+31.243374662 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeed440): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeed980): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeed980): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeed980): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeed980): >_readAt: n=5, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeed980): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.837553564 +0000 UTC m=+31.243374662 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeed980): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad00230 item 14 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af8a0c0): _readAt: size=2, off=0 2026/06/07 04:20:02 ERROR : open-test-file(0x32063af8a0c0): Couldn't read size of file 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af8a0c0): >_readAt: n=0, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af8a0c0): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af8a0c0): >_writeAt: n=0, err=Bad file descriptor 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af8a0c0): close: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af8a0c0): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af8a480): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af8a480): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af8a480): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af8a480): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af8a480): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.839234385 +0000 UTC m=+31.245055474 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af8a480): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/07 04:20:02 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af8ab40): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af8ab40): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af8ab40): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af8ab40): >_readAt: n=5, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af8ab40): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.839234385 +0000 UTC m=+31.245055474 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af8ab40): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad005b0 item 15 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af8b1c0): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af8b1c0): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af8b1c0): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af8b1c0): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af8b1c0): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.841055453 +0000 UTC m=+31.246876551 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af8b1c0): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af8b700): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af8b700): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af8b700): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af8b700): >_readAt: n=5, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af8b700): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.841055453 +0000 UTC m=+31.246876551 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af8b700): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad009a0 item 16 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af8bd40): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af8bd40): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af8bd40): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af8bd40): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af8bd40): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.842832717 +0000 UTC m=+31.248653815 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af8bd40): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afae2c0): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afae2c0): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afae2c0): open at offset 5 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afae2c0): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afae2c0): >_readAt: n=2, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afae2c0): _writeAt: size=3, off=7 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afae2c0): >_writeAt: n=0, err=Bad file descriptor 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afae2c0): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.842832717 +0000 UTC m=+31.248653815 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afae2c0): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afae7c0): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afae7c0): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afae7c0): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afae7c0): >_readAt: n=5, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afae7c0): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.842832717 +0000 UTC m=+31.248653815 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afae7c0): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a8040e0 item 17 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afaee40): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afaee40): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afaee40): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afaee40): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afaee40): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.845050526 +0000 UTC m=+31.250871624 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afaee40): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afaf380): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afaf380): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afaf380): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afaf380): >_readAt: n=5, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afaf380): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.845050526 +0000 UTC m=+31.250871624 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afaf380): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a805a40 item 18 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afafa00): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afafa00): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afafa00): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afafa00): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afafa00): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.846723313 +0000 UTC m=+31.252544411 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afafa00): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a68a500): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a68a500): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a68a500): open at offset 5 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a68a500): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a68a500): >_readAt: n=2, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a68a500): _writeAt: size=3, off=7 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a68a500): >_writeAt: n=0, err=Bad file descriptor 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a68a500): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.846723313 +0000 UTC m=+31.252544411 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a68a500): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a68bac0): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a68bac0): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a68bac0): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a68bac0): >_readAt: n=5, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a68bac0): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.846723313 +0000 UTC m=+31.252544411 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a68bac0): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ab72690 item 19 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab7e440): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab7e440): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab7e440): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab7e440): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab7e440): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.84886621 +0000 UTC m=+31.254687297 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab7e440): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab7e980): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab7e980): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab7e980): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab7e980): >_readAt: n=5, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab7e980): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.84886621 +0000 UTC m=+31.254687297 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab7e980): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ab73420 item 20 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab7f000): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab7f000): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab7f000): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab7f000): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab7f000): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.850411755 +0000 UTC m=+31.256232874 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab7f000): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab7f580): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab7f580): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab7f580): open at offset 5 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab7f580): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab7f580): >_readAt: n=2, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab7f580): _writeAt: size=3, off=7 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab7f580): >_writeAt: n=0, err=Bad file descriptor 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab7f580): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.850411755 +0000 UTC m=+31.256232874 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab7f580): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab7fa80): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab7fa80): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab7fa80): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab7fa80): >_readAt: n=5, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab7fa80): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.850411755 +0000 UTC m=+31.256232874 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab7fa80): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ab73ce0 item 21 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9cc240): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9cc240): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9cc240): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9cc240): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9cc240): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.852704024 +0000 UTC m=+31.258525122 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9cc240): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9cc780): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9cc780): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9cc780): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9cc780): >_readAt: n=5, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9cc780): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.852704024 +0000 UTC m=+31.258525122 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9cc780): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad004d0 item 22 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9cce80): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9cce80): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9cce80): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9cce80): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9cce80): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.854536894 +0000 UTC m=+31.260358032 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9cce80): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9cd380): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9cd380): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9cd380): open at offset 5 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9cd380): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9cd380): >_readAt: n=2, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9cd380): _writeAt: size=3, off=7 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9cd380): >_writeAt: n=0, err=Bad file descriptor 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9cd380): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.854536894 +0000 UTC m=+31.260358032 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9cd380): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9cdbc0): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9cdbc0): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9cdbc0): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9cdbc0): >_readAt: n=5, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9cdbc0): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.854536894 +0000 UTC m=+31.260358032 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9cdbc0): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad00fc0 item 23 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a806e40): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a806e40): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a806e40): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a806e40): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a806e40): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.856905709 +0000 UTC m=+31.262726797 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a806e40): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a8073c0): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a8073c0): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a8073c0): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a8073c0): >_readAt: n=5, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a8073c0): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.856905709 +0000 UTC m=+31.262726797 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a8073c0): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad015e0 item 24 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa20140): _readAt: size=2, off=0 2026/06/07 04:20:02 ERROR : open-test-file(0x32063aa20140): Couldn't read size of file 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa20140): >_readAt: n=0, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa20140): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa20140): >_writeAt: n=0, err=Bad file descriptor 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa20140): close: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa20140): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa20500): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa20500): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa20500): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa20500): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa20500): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.859014411 +0000 UTC m=+31.264835569 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa20500): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa20b40): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa20b40): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa20b40): open at offset 5 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa20b40): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa20b40): >_readAt: n=2, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa20b40): _writeAt: size=3, off=7 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa20b40): >_writeAt: n=0, err=Bad file descriptor 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa20b40): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.859014411 +0000 UTC m=+31.264835569 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa20b40): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa21640): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa21640): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa21640): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa21640): >_readAt: n=5, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa21640): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.859014411 +0000 UTC m=+31.264835569 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa21640): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a7447e0 item 25 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063b1d81c0): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063b1d81c0): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063b1d81c0): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063b1d81c0): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063b1d81c0): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.861156777 +0000 UTC m=+31.266977865 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063b1d81c0): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063b1d8700): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063b1d8700): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063b1d8700): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063b1d8700): >_readAt: n=5, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063b1d8700): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.861156777 +0000 UTC m=+31.266977865 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063b1d8700): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a745570 item 26 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063b1d8d40): _readAt: size=2, off=0 2026/06/07 04:20:02 ERROR : open-test-file(0x32063b1d8d40): Couldn't read size of file 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063b1d8d40): >_readAt: n=0, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063b1d8d40): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063b1d8d40): >_writeAt: n=0, err=Bad file descriptor 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063b1d8d40): close: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063b1d8d40): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063b1d9100): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063b1d9100): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063b1d9100): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063b1d9100): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063b1d9100): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.862684919 +0000 UTC m=+31.268506017 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063b1d9100): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063b1d9600): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063b1d9600): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063b1d9600): open at offset 5 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063b1d9600): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063b1d9600): >_readAt: n=2, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063b1d9600): _writeAt: size=3, off=7 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063b1d9600): >_writeAt: n=0, err=Bad file descriptor 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063b1d9600): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.862684919 +0000 UTC m=+31.268506017 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063b1d9600): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063b1d9b40): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063b1d9b40): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063b1d9b40): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063b1d9b40): >_readAt: n=5, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063b1d9b40): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.862684919 +0000 UTC m=+31.268506017 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063b1d9b40): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a745dc0 item 27 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab782c0): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab782c0): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab782c0): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab782c0): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab782c0): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.864626575 +0000 UTC m=+31.270447664 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab782c0): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab78840): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab78840): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab78840): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab78840): >_readAt: n=5, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab78840): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.864626575 +0000 UTC m=+31.270447664 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab78840): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a73ca10 item 28 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab79080): _readAt: size=2, off=0 2026/06/07 04:20:02 ERROR : open-test-file(0x32063ab79080): Couldn't read size of file 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab79080): >_readAt: n=0, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab79080): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab79080): >_writeAt: n=0, err=Bad file descriptor 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab79080): close: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab79080): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a892000): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a892000): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a892000): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a892000): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a892000): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.866047135 +0000 UTC m=+31.271868233 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a892000): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/07 04:20:02 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a892a40): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a892a40): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a892a40): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a892a40): >_readAt: n=5, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a892a40): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.866047135 +0000 UTC m=+31.271868233 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a892a40): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a73cf50 item 29 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a893400): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a893400): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a893400): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a893400): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a893400): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.867468576 +0000 UTC m=+31.273289664 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a893400): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a893940): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a893940): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a893940): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a893940): >_readAt: n=5, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a893940): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.867468576 +0000 UTC m=+31.273289664 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a893940): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a73d730 item 30 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af8a080): _readAt: size=2, off=0 2026/06/07 04:20:02 ERROR : open-test-file(0x32063af8a080): Couldn't read size of file 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af8a080): >_readAt: n=0, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af8a080): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af8a080): >_writeAt: n=0, err=Bad file descriptor 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af8a080): close: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af8a080): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af8a440): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af8a440): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af8a440): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af8a440): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af8a440): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.868857496 +0000 UTC m=+31.274678583 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af8a440): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/07 04:20:02 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af8ab00): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af8ab00): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af8ab00): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af8ab00): >_readAt: n=5, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af8ab00): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.868857496 +0000 UTC m=+31.274678583 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af8ab00): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a7062a0 item 31 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af8b180): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af8b180): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af8b180): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af8b180): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af8b180): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.870195789 +0000 UTC m=+31.276016877 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af8b180): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063adf6480): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063adf6480): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063adf6480): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063adf6480): >_readAt: n=5, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063adf6480): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.870195789 +0000 UTC m=+31.276016877 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063adf6480): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a707030 item 32 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063adf6ac0): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063adf6ac0): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063adf6ac0): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063adf6ac0): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063adf6ac0): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.871445344 +0000 UTC m=+31.277266432 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063adf6ac0): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063adf6f40): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063adf6f40): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063adf6f40): _writeAt: size=3, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063adf6f40): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063adf6f40): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a707d50 item 33 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063adf6f40): >_writeAt: n=3, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063adf6f40): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.872389411 +0000 UTC m=+31.278210509 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063adf6f40): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063adf7440): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063adf7440): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063adf7440): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063adf7440): >_readAt: n=5, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063adf7440): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.872389411 +0000 UTC m=+31.278210509 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063adf7440): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad8c1c0 item 33 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063adf7a80): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063adf7a80): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063adf7a80): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063adf7a80): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063adf7a80): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.873890232 +0000 UTC m=+31.279711321 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063adf7a80): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a926000): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a926000): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad8c5b0 item 34 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a926000): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a926000): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a926000): _writeAt: size=3, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a926000): >_writeAt: n=3, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a926000): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.874483576 +0000 UTC m=+31.280304664 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a926000): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a926540): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a926540): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a926540): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a926540): >_readAt: n=3, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a926540): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.874483576 +0000 UTC m=+31.280304664 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a926540): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad8c930 item 34 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a926b80): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a926b80): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a926b80): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a926b80): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a926b80): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.875603045 +0000 UTC m=+31.281424133 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a926b80): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a927000): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a927000): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a927000): _writeAt: size=3, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a927000): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a927000): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad8cf50 item 35 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a927000): >_writeAt: n=3, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a927000): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.87607024 +0000 UTC m=+31.281891328 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a927000): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a927500): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a927500): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a927500): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a927500): >_readAt: n=5, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a927500): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.87607024 +0000 UTC m=+31.281891328 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a927500): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad8d260 item 35 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a927b80): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a927b80): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a927b80): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a927b80): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a927b80): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.877230847 +0000 UTC m=+31.283051945 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a927b80): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a94e180): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a94e180): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad8d6c0 item 36 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a94e180): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a94e180): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a94e180): _writeAt: size=3, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a94e180): >_writeAt: n=3, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a94e180): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.877733339 +0000 UTC m=+31.283554426 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a94e180): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a94e6c0): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a94e6c0): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a94e6c0): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a94e6c0): >_readAt: n=3, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a94e6c0): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.877733339 +0000 UTC m=+31.283554426 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a94e6c0): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad8d880 item 36 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a94ed00): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a94ed00): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a94ed00): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a94ed00): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a94ed00): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.878886251 +0000 UTC m=+31.284707340 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a94ed00): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a94f180): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a94f180): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a94f180): _writeAt: size=3, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a94f180): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a94f180): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad8dce0 item 37 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a94f180): >_writeAt: n=3, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a94f180): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.879342294 +0000 UTC m=+31.285163382 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a94f180): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a94f680): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a94f680): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a94f680): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a94f680): >_readAt: n=5, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a94f680): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.879342294 +0000 UTC m=+31.285163382 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a94f680): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b034000 item 37 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a94fd00): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a94fd00): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a94fd00): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a94fd00): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a94fd00): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.880518721 +0000 UTC m=+31.286339819 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a94fd00): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a980300): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a980300): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b034380 item 38 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a980300): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a980300): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a980300): _writeAt: size=3, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a980300): >_writeAt: n=3, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a980300): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.881019369 +0000 UTC m=+31.286840457 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a980300): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a980840): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a980840): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a980840): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a980840): >_readAt: n=3, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a980840): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.881019369 +0000 UTC m=+31.286840457 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a980840): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b034540 item 38 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a980ec0): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a980ec0): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a980ec0): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a980ec0): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a980ec0): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.882221375 +0000 UTC m=+31.288042463 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a980ec0): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9813c0): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9813c0): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9813c0): _writeAt: size=3, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9813c0): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9813c0): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b0348c0 item 39 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9813c0): >_writeAt: n=3, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9813c0): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.882653934 +0000 UTC m=+31.288475022 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9813c0): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9818c0): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9818c0): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9818c0): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9818c0): >_readAt: n=5, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9818c0): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.882653934 +0000 UTC m=+31.288475022 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9818c0): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b034a80 item 39 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa04040): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa04040): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa04040): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa04040): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa04040): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.883804691 +0000 UTC m=+31.289625790 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa04040): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa04540): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa04540): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b034e00 item 40 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa04540): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa04540): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa04540): _writeAt: size=3, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa04540): >_writeAt: n=3, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa04540): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.884361876 +0000 UTC m=+31.290182964 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa04540): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa04a80): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa04a80): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa04a80): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa04a80): >_readAt: n=3, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa04a80): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.884361876 +0000 UTC m=+31.290182964 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa04a80): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b034fc0 item 40 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa05040): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa05040): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa05040): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa05040): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa05040): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa05040): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa05040): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.885650987 +0000 UTC m=+31.291472085 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa05040): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa05540): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa05540): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa05540): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b0353b0 item 41 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa05540): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa05540): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.886199095 +0000 UTC m=+31.292020193 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa05540): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa05a00): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa05a00): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa05a00): _writeAt: size=3, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa05a00): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa05a00): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b035570 item 41 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa05a00): >_writeAt: n=3, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa05a00): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.886633697 +0000 UTC m=+31.292454785 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa05a00): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa38040): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa38040): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa38040): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa38040): >_readAt: n=5, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa38040): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.886633697 +0000 UTC m=+31.292454785 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa38040): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b0357a0 item 41 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa38680): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa38680): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa38680): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa38680): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa38680): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa38680): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa38680): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.887717028 +0000 UTC m=+31.293538116 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa38680): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa38b80): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa38b80): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa38b80): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b035b20 item 42 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa38b80): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa38b80): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.88814533 +0000 UTC m=+31.293966417 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa38b80): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa390c0): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa390c0): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b035ce0 item 42 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa390c0): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa390c0): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa390c0): _writeAt: size=3, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa390c0): >_writeAt: n=3, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa390c0): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.888763219 +0000 UTC m=+31.294584307 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa390c0): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa39640): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa39640): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa39640): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa39640): >_readAt: n=3, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa39640): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.888763219 +0000 UTC m=+31.294584307 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa39640): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a9fc000 item 42 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa39c80): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa39c80): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa39c80): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa39c80): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa39c80): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa39c80): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa39c80): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.890034736 +0000 UTC m=+31.295855834 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa39c80): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa5c280): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa5c280): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa5c280): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a9fca10 item 43 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa5c280): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa5c280): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.890503493 +0000 UTC m=+31.296324581 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa5c280): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa5c7c0): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa5c7c0): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa5c7c0): _writeAt: size=3, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa5c7c0): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa5c7c0): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a9fcbd0 item 43 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa5c7c0): >_writeAt: n=3, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa5c7c0): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.891116283 +0000 UTC m=+31.296937381 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa5c7c0): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa5cd00): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa5cd00): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa5cd00): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa5cd00): >_readAt: n=5, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa5cd00): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.891116283 +0000 UTC m=+31.296937381 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa5cd00): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a9fce70 item 43 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa5d340): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa5d340): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa5d340): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa5d340): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa5d340): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa5d340): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa5d340): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.892343397 +0000 UTC m=+31.298164496 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa5d340): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa5d840): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa5d840): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa5d840): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a9fd730 item 44 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa5d840): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa5d840): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.892859724 +0000 UTC m=+31.298680822 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa5d840): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa5dd80): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa5dd80): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a9fd8f0 item 44 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa5dd80): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa5dd80): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa5dd80): _writeAt: size=3, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa5dd80): >_writeAt: n=3, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa5dd80): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.893410547 +0000 UTC m=+31.299231645 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa5dd80): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa76400): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa76400): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa76400): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa76400): >_readAt: n=3, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa76400): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.893410547 +0000 UTC m=+31.299231645 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa76400): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a9fdb20 item 44 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa76a40): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa76a40): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa76a40): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa76a40): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa76a40): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa76a40): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa76a40): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.894635056 +0000 UTC m=+31.300456154 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa76a40): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa76f40): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa76f40): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa76f40): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063afdc2a0 item 45 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa76f40): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa76f40): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.895232146 +0000 UTC m=+31.301053234 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa76f40): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/07 04:20:02 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa77640): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa77640): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa77640): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa77640): >_readAt: n=5, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa77640): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.895232146 +0000 UTC m=+31.301053234 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa77640): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063afdc460 item 45 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa77c80): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa77c80): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa77c80): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa77c80): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa77c80): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa77c80): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa77c80): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.896564027 +0000 UTC m=+31.302385126 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa77c80): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aac4280): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aac4280): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aac4280): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063afdc7e0 item 46 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aac4280): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aac4280): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.897022776 +0000 UTC m=+31.302843874 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aac4280): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/07 04:20:02 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aac4980): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aac4980): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aac4980): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aac4980): >_readAt: n=5, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aac4980): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.897022776 +0000 UTC m=+31.302843874 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aac4980): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063afdc9a0 item 46 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aac4fc0): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aac4fc0): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aac4fc0): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aac4fc0): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aac4fc0): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aac4fc0): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aac4fc0): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.898669673 +0000 UTC m=+31.304490762 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aac4fc0): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aac54c0): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aac54c0): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aac54c0): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063afdce70 item 47 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aac54c0): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aac54c0): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.899075301 +0000 UTC m=+31.304896399 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aac54c0): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/07 04:20:02 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aac5bc0): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aac5bc0): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aac5bc0): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aac5bc0): >_readAt: n=5, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aac5bc0): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.899075301 +0000 UTC m=+31.304896399 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aac5bc0): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063afdd2d0 item 47 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aada300): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aada300): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aada300): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aada300): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aada300): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aada300): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aada300): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.900488746 +0000 UTC m=+31.306309844 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aada300): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aada800): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aada800): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aada800): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063afdd6c0 item 48 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aada800): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aada800): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.900943939 +0000 UTC m=+31.306765037 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aada800): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/07 04:20:02 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aadaf00): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aadaf00): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aadaf00): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aadaf00): >_readAt: n=5, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aadaf00): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.900943939 +0000 UTC m=+31.306765037 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aadaf00): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063afdd880 item 48 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aadb540): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aadb540): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aadb540): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aadb540): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aadb540): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.90221218 +0000 UTC m=+31.308033268 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aadb540): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aadb9c0): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aadb9c0): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aadb9c0): _writeAt: size=3, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aadb9c0): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aadb9c0): open at offset 5 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aadb9c0): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063afddc00 item 49 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aadb9c0): >_writeAt: n=3, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aadb9c0): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.902898219 +0000 UTC m=+31.308719306 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aadb9c0): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab1e000): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab1e000): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab1e000): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab1e000): >_readAt: n=8, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab1e000): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.902898219 +0000 UTC m=+31.308719306 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab1e000): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a99a000 item 49 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab1e680): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab1e680): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab1e680): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab1e680): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab1e680): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.90447844 +0000 UTC m=+31.310299528 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab1e680): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab1eb80): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab1eb80): open at offset 5 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab1eb80): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a99aa10 item 50 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab1eb80): _readAt: size=2, off=5 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab1eb80): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab1eb80): _writeAt: size=3, off=5 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab1eb80): >_writeAt: n=3, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab1eb80): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.905116287 +0000 UTC m=+31.310937385 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab1eb80): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab1f100): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab1f100): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab1f100): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab1f100): >_readAt: n=3, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab1f100): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.905116287 +0000 UTC m=+31.310937385 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab1f100): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a99abd0 item 50 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab1f780): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab1f780): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab1f780): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab1f780): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab1f780): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.90640109 +0000 UTC m=+31.312222188 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab1f780): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab1fc80): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab1fc80): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab1fc80): _writeAt: size=3, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab1fc80): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab1fc80): open at offset 5 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab1fc80): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a99b030 item 51 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab1fc80): >_writeAt: n=3, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab1fc80): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.906927426 +0000 UTC m=+31.312748524 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab1fc80): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab822c0): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab822c0): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab822c0): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab822c0): >_readAt: n=8, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab822c0): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.906927426 +0000 UTC m=+31.312748524 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab822c0): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a99b7a0 item 51 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab82940): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab82940): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab82940): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab82940): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab82940): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.908583812 +0000 UTC m=+31.314404910 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab82940): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab82e40): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab82e40): open at offset 5 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab82e40): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a99bce0 item 52 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab82e40): _readAt: size=2, off=5 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab82e40): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab82e40): _writeAt: size=3, off=5 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab82e40): >_writeAt: n=3, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab82e40): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.909168138 +0000 UTC m=+31.314989236 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab82e40): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab833c0): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab833c0): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab833c0): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab833c0): >_readAt: n=3, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab833c0): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.909168138 +0000 UTC m=+31.314989236 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab833c0): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad34070 item 52 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab83a40): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab83a40): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab83a40): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab83a40): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab83a40): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.910570032 +0000 UTC m=+31.316391131 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab83a40): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af18200): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af18200): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af18200): _writeAt: size=3, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af18200): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af18200): open at offset 5 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af18200): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad01880 item 53 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af18200): >_writeAt: n=3, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af18200): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.911298932 +0000 UTC m=+31.317120061 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af18200): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af18740): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af18740): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af18740): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af18740): >_readAt: n=8, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af18740): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.911298932 +0000 UTC m=+31.317120061 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af18740): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad01a40 item 53 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af18dc0): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af18dc0): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af18dc0): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af18dc0): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af18dc0): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.912897839 +0000 UTC m=+31.318718928 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af18dc0): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af192c0): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af192c0): open at offset 5 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af192c0): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b27a070 item 54 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af192c0): _readAt: size=2, off=5 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af192c0): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af192c0): _writeAt: size=3, off=5 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af192c0): >_writeAt: n=3, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af192c0): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.913587665 +0000 UTC m=+31.319408753 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af192c0): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af19840): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af19840): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af19840): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af19840): >_readAt: n=3, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af19840): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.913587665 +0000 UTC m=+31.319408753 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af19840): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b27a230 item 54 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af19ec0): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af19ec0): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af19ec0): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af19ec0): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af19ec0): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.915170241 +0000 UTC m=+31.320991329 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af19ec0): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af324c0): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af324c0): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af324c0): _writeAt: size=3, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af324c0): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af324c0): open at offset 5 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af324c0): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b27a5b0 item 55 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af324c0): >_writeAt: n=3, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af324c0): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.915700154 +0000 UTC m=+31.321521242 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af324c0): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af32a00): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af32a00): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af32a00): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af32a00): >_readAt: n=8, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af32a00): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.915700154 +0000 UTC m=+31.321521242 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af32a00): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b27a8c0 item 55 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af33080): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af33080): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af33080): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af33080): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af33080): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.917302357 +0000 UTC m=+31.323123455 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af33080): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af33580): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af33580): open at offset 5 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af33580): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b27ac40 item 56 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af33580): _readAt: size=2, off=5 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af33580): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af33580): _writeAt: size=3, off=5 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af33580): >_writeAt: n=3, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af33580): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.917868709 +0000 UTC m=+31.323689797 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af33580): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af33b00): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af33b00): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af33b00): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af33b00): >_readAt: n=3, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af33b00): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.917868709 +0000 UTC m=+31.323689797 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af33b00): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b27ae00 item 56 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af48240): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af48240): open at offset 0 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af48240): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af48240): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af48240): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af48240): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af48240): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af48240): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.919223013 +0000 UTC m=+31.325044111 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af48240): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af48780): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af48780): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af48780): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b27b260 item 57 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af48780): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af48780): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.919714524 +0000 UTC m=+31.325535622 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af48780): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af48cc0): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af48cc0): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af48cc0): _writeAt: size=3, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af48cc0): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af48cc0): open at offset 5 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af48cc0): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b27b490 item 57 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af48cc0): >_writeAt: n=3, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af48cc0): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.920348023 +0000 UTC m=+31.326169121 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af48cc0): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af49240): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af49240): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af49240): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af49240): >_readAt: n=8, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af49240): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.920348023 +0000 UTC m=+31.326169121 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af49240): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b27b650 item 57 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af49880): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af49880): open at offset 0 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af49880): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af49880): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af49880): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af49880): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af49880): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af49880): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.921823596 +0000 UTC m=+31.327644694 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af49880): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af49dc0): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af49dc0): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af49dc0): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b27b9d0 item 58 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af49dc0): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af49dc0): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.922282886 +0000 UTC m=+31.328103974 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af49dc0): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af5e400): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af5e400): open at offset 5 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af5e400): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b27bc70 item 58 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af5e400): _readAt: size=2, off=5 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af5e400): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af5e400): _writeAt: size=3, off=5 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af5e400): >_writeAt: n=3, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af5e400): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.922897429 +0000 UTC m=+31.328718527 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af5e400): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af5e9c0): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af5e9c0): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af5e9c0): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af5e9c0): >_readAt: n=3, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af5e9c0): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.922897429 +0000 UTC m=+31.328718527 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af5e9c0): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b27be30 item 58 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af5f000): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af5f000): open at offset 0 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af5f000): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af5f000): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af5f000): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af5f000): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af5f000): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af5f000): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.924242756 +0000 UTC m=+31.330063854 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af5f000): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af5f540): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af5f540): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af5f540): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b1a43f0 item 59 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af5f540): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af5f540): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.924751809 +0000 UTC m=+31.330572907 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af5f540): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af5fa80): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af5fa80): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af5fa80): _writeAt: size=3, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af5fa80): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af5fa80): open at offset 5 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af5fa80): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b1a45b0 item 59 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af5fa80): >_writeAt: n=3, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af5fa80): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.92532754 +0000 UTC m=+31.331148638 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063af5fa80): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac04100): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac04100): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac04100): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac04100): >_readAt: n=8, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac04100): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.92532754 +0000 UTC m=+31.331148638 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac04100): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b1a4770 item 59 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac04740): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac04740): open at offset 0 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac04740): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac04740): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac04740): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac04740): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac04740): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac04740): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.926802321 +0000 UTC m=+31.332623419 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac04740): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac04c80): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac04c80): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac04c80): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b1a4d20 item 60 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac04c80): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac04c80): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.927314752 +0000 UTC m=+31.333135850 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac04c80): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac051c0): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac051c0): open at offset 5 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac051c0): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b1a4ee0 item 60 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac051c0): _readAt: size=2, off=5 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac051c0): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac051c0): _writeAt: size=3, off=5 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac051c0): >_writeAt: n=3, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac051c0): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.927920749 +0000 UTC m=+31.333741848 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac051c0): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac05780): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac05780): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac05780): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac05780): >_readAt: n=3, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac05780): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.927920749 +0000 UTC m=+31.333741848 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac05780): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b1a50a0 item 60 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac05dc0): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac05dc0): open at offset 0 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac05dc0): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac05dc0): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac05dc0): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac05dc0): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac05dc0): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac05dc0): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.929149285 +0000 UTC m=+31.334970383 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac05dc0): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac3a400): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac3a400): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac3a400): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b1a5420 item 61 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac3a400): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac3a400): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.929582355 +0000 UTC m=+31.335403453 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac3a400): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/07 04:20:02 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac3ab00): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac3ab00): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac3ab00): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac3ab00): >_readAt: n=5, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac3ab00): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.929582355 +0000 UTC m=+31.335403453 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac3ab00): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b1a55e0 item 61 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac3b140): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac3b140): open at offset 0 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac3b140): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac3b140): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac3b140): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac3b140): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac3b140): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac3b140): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.931007652 +0000 UTC m=+31.336828750 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac3b140): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac3b680): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac3b680): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac3b680): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b1a5960 item 62 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac3b680): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac3b680): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.931533509 +0000 UTC m=+31.337354607 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac3b680): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/07 04:20:02 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac3bd80): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac3bd80): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac3bd80): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac3bd80): >_readAt: n=5, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac3bd80): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.931533509 +0000 UTC m=+31.337354607 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac3bd80): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b1a5b20 item 62 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac664c0): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac664c0): open at offset 0 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac664c0): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac664c0): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac664c0): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac664c0): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac664c0): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac664c0): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.932927948 +0000 UTC m=+31.338749036 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac664c0): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac66a00): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac66a00): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac66a00): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b0d8230 item 63 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac66a00): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac66a00): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.933416984 +0000 UTC m=+31.339238072 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac66a00): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/07 04:20:02 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac67100): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac67100): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac67100): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac67100): >_readAt: n=5, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac67100): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.933416984 +0000 UTC m=+31.339238072 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac67100): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b0d83f0 item 63 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac67740): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac67740): open at offset 0 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac67740): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac67740): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac67740): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac67740): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac67740): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac67740): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.93480403 +0000 UTC m=+31.340625118 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac67740): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac67c80): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac67c80): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac67c80): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b0d8770 item 64 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac67c80): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac67c80): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.935287095 +0000 UTC m=+31.341108182 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac67c80): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/07 04:20:02 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac8c480): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac8c480): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac8c480): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac8c480): >_readAt: n=5, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac8c480): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.935287095 +0000 UTC m=+31.341108182 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ac8c480): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b0d89a0 item 64 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afb6280): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afb6280): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afb6280): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afb6280): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afb6280): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.936760413 +0000 UTC m=+31.342581501 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afb6280): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDWR 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afb6700): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afb6700): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afb6700): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afb6700): >_readAt: n=2, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afb6700): _writeAt: size=3, off=2 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad54150 item 65 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afb6700): >_writeAt: n=3, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afb6700): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.937495355 +0000 UTC m=+31.343316442 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afb6700): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afb6c00): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afb6c00): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afb6c00): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afb6c00): >_readAt: n=5, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afb6c00): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.937495355 +0000 UTC m=+31.343316442 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afb6c00): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad54310 item 65 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afb7240): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afb7240): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afb7240): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afb7240): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afb7240): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.938947554 +0000 UTC m=+31.344768652 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afb7240): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afb76c0): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afb76c0): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad549a0 item 66 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afb76c0): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afb76c0): >_readAt: n=0, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afb76c0): _writeAt: size=3, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afb76c0): >_writeAt: n=3, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afb76c0): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.939677166 +0000 UTC m=+31.345498253 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afb76c0): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afb7c00): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afb7c00): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afb7c00): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afb7c00): >_readAt: n=3, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afb7c00): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.939677166 +0000 UTC m=+31.345498253 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afb7c00): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad54bd0 item 66 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afe8340): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afe8340): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afe8340): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afe8340): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afe8340): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.94136464 +0000 UTC m=+31.347185727 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afe8340): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afe87c0): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afe87c0): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afe87c0): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afe87c0): >_readAt: n=2, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afe87c0): _writeAt: size=3, off=2 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad54f50 item 67 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afe87c0): >_writeAt: n=3, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afe87c0): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.941934048 +0000 UTC m=+31.347755136 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afe87c0): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afe8cc0): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afe8cc0): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afe8cc0): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afe8cc0): >_readAt: n=5, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afe8cc0): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.941934048 +0000 UTC m=+31.347755136 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afe8cc0): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad55180 item 67 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afe9340): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afe9340): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afe9340): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afe9340): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afe9340): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.943344097 +0000 UTC m=+31.349165195 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afe9340): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afe9840): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afe9840): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad556c0 item 68 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afe9840): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afe9840): >_readAt: n=0, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afe9840): _writeAt: size=3, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afe9840): >_writeAt: n=3, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afe9840): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.943961325 +0000 UTC m=+31.349782414 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afe9840): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afe9d80): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afe9d80): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afe9d80): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afe9d80): >_readAt: n=3, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afe9d80): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.943961325 +0000 UTC m=+31.349782414 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063afe9d80): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad558f0 item 68 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad084c0): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad084c0): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad084c0): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad084c0): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad084c0): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.945634422 +0000 UTC m=+31.351455511 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad084c0): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad08940): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad08940): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad08940): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad08940): >_readAt: n=2, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad08940): _writeAt: size=3, off=2 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad55c70 item 69 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad08940): >_writeAt: n=3, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad08940): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.946294933 +0000 UTC m=+31.352116021 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad08940): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad08e40): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad08e40): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad08e40): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad08e40): >_readAt: n=5, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad08e40): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.946294933 +0000 UTC m=+31.352116021 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad08e40): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063aac8150 item 69 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad094c0): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad094c0): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad094c0): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad094c0): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad094c0): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.94772982 +0000 UTC m=+31.353550928 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad094c0): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad099c0): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad099c0): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063aac87e0 item 70 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad099c0): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad099c0): >_readAt: n=0, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad099c0): _writeAt: size=3, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad099c0): >_writeAt: n=3, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad099c0): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.948466023 +0000 UTC m=+31.354287141 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad099c0): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad32000): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad32000): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad32000): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad32000): >_readAt: n=3, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad32000): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.948466023 +0000 UTC m=+31.354287141 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad32000): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063aac89a0 item 70 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad32680): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad32680): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad32680): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad32680): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad32680): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.950026839 +0000 UTC m=+31.355847926 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad32680): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad32b80): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad32b80): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad32b80): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad32b80): >_readAt: n=2, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad32b80): _writeAt: size=3, off=2 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063aac8d20 item 71 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad32b80): >_writeAt: n=3, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad32b80): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.950635761 +0000 UTC m=+31.356456890 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad32b80): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad33080): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad33080): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad33080): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad33080): >_readAt: n=5, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad33080): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.950635761 +0000 UTC m=+31.356456890 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad33080): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063aac8ee0 item 71 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad33700): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad33700): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad33700): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad33700): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad33700): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.952128487 +0000 UTC m=+31.357949606 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad33700): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad33c00): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad33c00): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063aac92d0 item 72 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad33c00): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad33c00): >_readAt: n=0, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad33c00): _writeAt: size=3, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad33c00): >_writeAt: n=3, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad33c00): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.952707102 +0000 UTC m=+31.358528190 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad33c00): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad74240): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad74240): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad74240): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad74240): >_readAt: n=3, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad74240): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.952707102 +0000 UTC m=+31.358528190 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad74240): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063aac9500 item 72 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad74800): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad74800): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad74800): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad74800): >_readAt: n=0, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad74800): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad74800): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad74800): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.954171244 +0000 UTC m=+31.359992331 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad74800): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad74d00): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad74d00): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad74d00): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063aac9d50 item 73 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad74d00): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad74d00): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.954649249 +0000 UTC m=+31.360470347 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad74d00): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad751c0): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad751c0): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad751c0): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad751c0): >_readAt: n=2, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad751c0): _writeAt: size=3, off=2 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063aa06230 item 73 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad751c0): >_writeAt: n=3, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad751c0): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.955380293 +0000 UTC m=+31.361201391 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad751c0): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad75700): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad75700): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad75700): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad75700): >_readAt: n=5, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad75700): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.955380293 +0000 UTC m=+31.361201391 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad75700): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063aa065b0 item 73 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad75d40): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad75d40): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad75d40): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad75d40): >_readAt: n=0, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad75d40): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad75d40): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad75d40): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.957064822 +0000 UTC m=+31.362885920 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad75d40): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad9c340): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad9c340): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad9c340): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063aa06d20 item 74 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad9c340): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad9c340): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.957620905 +0000 UTC m=+31.363442003 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad9c340): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad9c880): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad9c880): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063aa06ee0 item 74 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad9c880): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad9c880): >_readAt: n=0, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad9c880): _writeAt: size=3, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad9c880): >_writeAt: n=3, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad9c880): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.958261527 +0000 UTC m=+31.364082625 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad9c880): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad9ce00): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad9ce00): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad9ce00): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad9ce00): >_readAt: n=3, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad9ce00): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.958261527 +0000 UTC m=+31.364082625 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad9ce00): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063aa070a0 item 74 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad9d440): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad9d440): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad9d440): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad9d440): >_readAt: n=0, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad9d440): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad9d440): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad9d440): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.959591334 +0000 UTC m=+31.365412423 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad9d440): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad9d940): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad9d940): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad9d940): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063aa07420 item 75 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad9d940): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad9d940): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.960293063 +0000 UTC m=+31.366114161 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad9d940): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad9de80): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad9de80): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad9de80): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad9de80): >_readAt: n=2, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad9de80): _writeAt: size=3, off=2 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063aa07730 item 75 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad9de80): >_writeAt: n=3, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad9de80): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.960914319 +0000 UTC m=+31.366735407 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ad9de80): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae024c0): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae024c0): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae024c0): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae024c0): >_readAt: n=5, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae024c0): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.960914319 +0000 UTC m=+31.366735407 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae024c0): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063aa07a40 item 75 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae02b00): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae02b00): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae02b00): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae02b00): >_readAt: n=0, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae02b00): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae02b00): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae02b00): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.962490624 +0000 UTC m=+31.368311722 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae02b00): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae03000): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae03000): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae03000): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063aa07dc0 item 76 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae03000): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae03000): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.963028612 +0000 UTC m=+31.368849710 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae03000): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae03540): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae03540): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a9e01c0 item 76 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae03540): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae03540): >_readAt: n=0, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae03540): _writeAt: size=3, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae03540): >_writeAt: n=3, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae03540): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.963595376 +0000 UTC m=+31.369416474 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae03540): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae03ac0): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae03ac0): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae03ac0): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae03ac0): >_readAt: n=3, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae03ac0): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.963595376 +0000 UTC m=+31.369416474 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae03ac0): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a9e0380 item 76 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae26200): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae26200): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae26200): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae26200): >_readAt: n=0, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae26200): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae26200): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae26200): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.964976269 +0000 UTC m=+31.370797367 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae26200): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae26700): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae26700): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae26700): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a9e0af0 item 77 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae26700): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae26700): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.965531089 +0000 UTC m=+31.371352187 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae26700): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/07 04:20:02 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae26e00): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae26e00): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae26e00): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae26e00): >_readAt: n=5, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae26e00): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.965531089 +0000 UTC m=+31.371352187 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae26e00): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a9e0d90 item 77 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae27440): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae27440): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae27440): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae27440): >_readAt: n=0, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae27440): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae27440): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae27440): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.966979933 +0000 UTC m=+31.372801031 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae27440): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae27940): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae27940): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae27940): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a9e1880 item 78 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae27940): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae27940): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.967453739 +0000 UTC m=+31.373274837 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae27940): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/07 04:20:02 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae4a140): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae4a140): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae4a140): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae4a140): >_readAt: n=5, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae4a140): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.967453739 +0000 UTC m=+31.373274837 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae4a140): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a9e1a40 item 78 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae4a780): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae4a780): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae4a780): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae4a780): >_readAt: n=0, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae4a780): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae4a780): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae4a780): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.968957596 +0000 UTC m=+31.374778684 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae4a780): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae4ac80): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae4ac80): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae4ac80): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a71d260 item 79 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae4ac80): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae4ac80): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.969397028 +0000 UTC m=+31.375218116 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae4ac80): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/07 04:20:02 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae4b380): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae4b380): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae4b380): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae4b380): >_readAt: n=5, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae4b380): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.969397028 +0000 UTC m=+31.375218116 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae4b380): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a71d730 item 79 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae4b9c0): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae4b9c0): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae4b9c0): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae4b9c0): >_readAt: n=0, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae4b9c0): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae4b9c0): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae4b9c0): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.970835081 +0000 UTC m=+31.376656169 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae4b9c0): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae4bec0): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae4bec0): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae4bec0): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a80cd20 item 80 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae4bec0): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae4bec0): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.971261368 +0000 UTC m=+31.377082456 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae4bec0): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/07 04:20:02 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae6a6c0): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae6a6c0): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae6a6c0): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae6a6c0): >_readAt: n=5, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae6a6c0): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.971261368 +0000 UTC m=+31.377082456 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae6a6c0): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a80d180 item 80 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae6ad00): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae6ad00): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae6ad00): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae6ad00): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae6ad00): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.973098235 +0000 UTC m=+31.378919323 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae6ad00): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae6b180): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae6b180): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae6b180): open at offset 5 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae6b180): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae6b180): >_readAt: n=2, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae6b180): _writeAt: size=3, off=7 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ab68070 item 81 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae6b180): >_writeAt: n=3, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae6b180): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.9737191 +0000 UTC m=+31.379540218 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae6b180): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae6b6c0): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae6b6c0): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae6b6c0): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae6b6c0): >_readAt: n=8, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae6b6c0): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.9737191 +0000 UTC m=+31.379540218 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae6b6c0): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ab68540 item 81 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae6bd40): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae6bd40): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae6bd40): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae6bd40): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae6bd40): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.975098722 +0000 UTC m=+31.380919860 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae6bd40): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae8e340): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae8e340): open at offset 5 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae8e340): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ab68930 item 82 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae8e340): _readAt: size=2, off=5 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae8e340): >_readAt: n=0, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae8e340): _writeAt: size=3, off=5 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae8e340): >_writeAt: n=3, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae8e340): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.976581579 +0000 UTC m=+31.382402667 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae8e340): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae8e8c0): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae8e8c0): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae8e8c0): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae8e8c0): >_readAt: n=3, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae8e8c0): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.976581579 +0000 UTC m=+31.382402667 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae8e8c0): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ab68af0 item 82 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae8ef40): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae8ef40): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae8ef40): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae8ef40): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae8ef40): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.977598755 +0000 UTC m=+31.383419843 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae8ef40): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae8f440): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae8f440): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae8f440): open at offset 5 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae8f440): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae8f440): >_readAt: n=2, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae8f440): _writeAt: size=3, off=7 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ab68e70 item 83 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae8f440): >_writeAt: n=3, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae8f440): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.978047634 +0000 UTC m=+31.383868722 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae8f440): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae8f980): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae8f980): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae8f980): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae8f980): >_readAt: n=8, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae8f980): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.978047634 +0000 UTC m=+31.383868722 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ae8f980): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ab69030 item 83 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb0100): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb0100): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb0100): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb0100): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb0100): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.979464056 +0000 UTC m=+31.385285145 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb0100): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb0600): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb0600): open at offset 5 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb0600): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ab693b0 item 84 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb0600): _readAt: size=2, off=5 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb0600): >_readAt: n=0, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb0600): _writeAt: size=3, off=5 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb0600): >_writeAt: n=3, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb0600): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.979931431 +0000 UTC m=+31.385752519 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb0600): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb0b80): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb0b80): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb0b80): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb0b80): >_readAt: n=3, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb0b80): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.979931431 +0000 UTC m=+31.385752519 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb0b80): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ab696c0 item 84 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb1200): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb1200): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb1200): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb1200): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb1200): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.980961972 +0000 UTC m=+31.386783060 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb1200): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb1700): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb1700): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb1700): open at offset 5 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb1700): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb1700): >_readAt: n=2, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb1700): _writeAt: size=3, off=7 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ab69b20 item 85 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb1700): >_writeAt: n=3, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb1700): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.981391205 +0000 UTC m=+31.387212293 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb1700): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb1c40): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb1c40): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb1c40): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb1c40): >_readAt: n=8, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb1c40): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.981391205 +0000 UTC m=+31.387212293 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb1c40): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ab69ce0 item 85 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab82300): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab82300): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab82300): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab82300): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab82300): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.984166118 +0000 UTC m=+31.389987206 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab82300): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab82800): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab82800): open at offset 5 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab82800): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b0d8150 item 86 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab82800): _readAt: size=2, off=5 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab82800): >_readAt: n=0, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab82800): _writeAt: size=3, off=5 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab82800): >_writeAt: n=3, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab82800): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.984666295 +0000 UTC m=+31.390487383 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab82800): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab82d80): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab82d80): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab82d80): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab82d80): >_readAt: n=3, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab82d80): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.984666295 +0000 UTC m=+31.390487383 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab82d80): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b0d8310 item 86 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab83400): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab83400): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab83400): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab83400): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab83400): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.985723125 +0000 UTC m=+31.391544214 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab83400): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab83900): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab83900): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab83900): open at offset 5 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab83900): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab83900): >_readAt: n=2, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab83900): _writeAt: size=3, off=7 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b0d8690 item 87 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab83900): >_writeAt: n=3, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab83900): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.986173157 +0000 UTC m=+31.391994246 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab83900): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb0000): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb0000): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb0000): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb0000): >_readAt: n=8, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb0000): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.986173157 +0000 UTC m=+31.391994246 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb0000): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b0d8850 item 87 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb0680): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb0680): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb0680): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb0680): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb0680): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.987329577 +0000 UTC m=+31.393150665 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb0680): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb0b80): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb0b80): open at offset 5 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb0b80): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b0d8cb0 item 88 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb0b80): _readAt: size=2, off=5 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb0b80): >_readAt: n=0, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb0b80): _writeAt: size=3, off=5 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb0b80): >_writeAt: n=3, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb0b80): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.987998393 +0000 UTC m=+31.393819481 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb0b80): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb1100): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb1100): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb1100): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb1100): >_readAt: n=3, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb1100): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.987998393 +0000 UTC m=+31.393819481 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb1100): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b0d8e70 item 88 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb1740): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb1740): open at offset 0 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb1740): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb1740): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb1740): >_readAt: n=0, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb1740): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb1740): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb1740): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.989370281 +0000 UTC m=+31.395191368 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb1740): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb1cc0): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb1cc0): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb1cc0): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b0d93b0 item 89 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb1cc0): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb1cc0): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.989973211 +0000 UTC m=+31.395794300 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aeb1cc0): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a68ba00): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a68ba00): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a68ba00): open at offset 5 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a68ba00): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a68ba00): >_readAt: n=2, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a68ba00): _writeAt: size=3, off=7 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b0d9570 item 89 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a68ba00): >_writeAt: n=3, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a68ba00): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.990568949 +0000 UTC m=+31.396390037 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a68ba00): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab7e280): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab7e280): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab7e280): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab7e280): >_readAt: n=8, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab7e280): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.990568949 +0000 UTC m=+31.396390037 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab7e280): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b0d9730 item 89 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab7e8c0): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab7e8c0): open at offset 0 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab7e8c0): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab7e8c0): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab7e8c0): >_readAt: n=0, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab7e8c0): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab7e8c0): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab7e8c0): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.991844193 +0000 UTC m=+31.397665281 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab7e8c0): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab7ee00): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab7ee00): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab7ee00): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b0d9b20 item 90 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab7ee00): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab7ee00): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.992284296 +0000 UTC m=+31.398105384 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab7ee00): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab7f340): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab7f340): open at offset 5 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab7f340): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b0d9ce0 item 90 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab7f340): _readAt: size=2, off=5 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab7f340): >_readAt: n=0, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab7f340): _writeAt: size=3, off=5 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab7f340): >_writeAt: n=3, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab7f340): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.992871137 +0000 UTC m=+31.398692226 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab7f340): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab7f980): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab7f980): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab7f980): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab7f980): >_readAt: n=3, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab7f980): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.992871137 +0000 UTC m=+31.398692226 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab7f980): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad34000 item 90 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9cc0c0): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9cc0c0): open at offset 0 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9cc0c0): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9cc0c0): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9cc0c0): >_readAt: n=0, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9cc0c0): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9cc0c0): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9cc0c0): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.994070118 +0000 UTC m=+31.399891226 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9cc0c0): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9cc600): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9cc600): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9cc600): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad345b0 item 91 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9cc600): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9cc600): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.994597004 +0000 UTC m=+31.400418093 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9cc600): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9ccbc0): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9ccbc0): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9ccbc0): open at offset 5 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9ccbc0): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9ccbc0): >_readAt: n=2, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9ccbc0): _writeAt: size=3, off=7 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad34850 item 91 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9ccbc0): >_writeAt: n=3, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9ccbc0): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.995216737 +0000 UTC m=+31.401037826 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9ccbc0): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9cd140): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9cd140): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9cd140): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9cd140): >_readAt: n=8, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9cd140): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.995216737 +0000 UTC m=+31.401037826 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9cd140): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad34a80 item 91 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9cdac0): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9cdac0): open at offset 0 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9cdac0): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9cdac0): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9cdac0): >_readAt: n=0, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9cdac0): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9cdac0): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9cdac0): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.996528281 +0000 UTC m=+31.402349389 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063a9cdac0): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa20100): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa20100): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa20100): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad34e00 item 92 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa20100): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa20100): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.997099001 +0000 UTC m=+31.402920089 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa20100): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa20640): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa20640): open at offset 5 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa20640): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad34fc0 item 92 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa20640): _readAt: size=2, off=5 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa20640): >_readAt: n=0, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa20640): _writeAt: size=3, off=5 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa20640): >_writeAt: n=3, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa20640): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.997614026 +0000 UTC m=+31.403435114 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa20640): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa210c0): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa210c0): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa210c0): >openPending: err= 2026/06/07 04:20:02 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa210c0): >_readAt: n=3, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa210c0): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.997614026 +0000 UTC m=+31.403435114 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa210c0): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: Remove: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad35260 item 92 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa21b40): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa21b40): open at offset 0 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa21b40): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa21b40): _readAt: size=2, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa21b40): >_readAt: n=0, err=EOF 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa21b40): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa21b40): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa21b40): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.999098125 +0000 UTC m=+31.404919214 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063aa21b40): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab78300): _writeAt: size=5, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab78300): openPending: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:02 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab78300): >openPending: err= 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad35730 item 93 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab78300): >_writeAt: n=5, err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab78300): close: 2026/06/07 04:20:02 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.999569649 +0000 UTC m=+31.405390737 2026/06/07 04:20:02 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab78300): >close: err= 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/07 04:20:02 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/07 04:20:02 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:02 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:02 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:02 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:02 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab78a40): _readAt: size=512, off=0 2026/06/07 04:20:02 DEBUG : open-test-file(0x32063ab78a40): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab78a40): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab78a40): >_readAt: n=5, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab78a40): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:02.999569649 +0000 UTC m=+31.405390737 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab78a40): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad35960 item 93 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab79cc0): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab79cc0): open at offset 0 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab79cc0): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab79cc0): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab79cc0): >_readAt: n=0, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab79cc0): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab79cc0): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab79cc0): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.001257564 +0000 UTC m=+31.407078652 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab79cc0): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a892480): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a892480): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a892480): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad35ce0 item 94 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a892480): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a892480): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.001802225 +0000 UTC m=+31.407623373 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a892480): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a893140): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a893140): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a893140): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a893140): >_readAt: n=5, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a893140): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.001802225 +0000 UTC m=+31.407623373 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a893140): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ab18150 item 94 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a893780): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a893780): open at offset 0 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a893780): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a893780): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a893780): >_readAt: n=0, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a893780): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a893780): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a893780): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.003438042 +0000 UTC m=+31.409259131 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a893780): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a806f80): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a806f80): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a806f80): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a8041c0 item 95 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a806f80): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a806f80): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.003999906 +0000 UTC m=+31.409820994 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a806f80): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a807a40): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a807a40): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a807a40): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a807a40): >_readAt: n=5, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a807a40): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.003999906 +0000 UTC m=+31.409820994 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a807a40): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a805030 item 95 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac9e440): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac9e440): open at offset 0 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac9e440): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac9e440): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac9e440): >_readAt: n=0, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac9e440): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac9e440): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac9e440): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.005758275 +0000 UTC m=+31.411579373 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac9e440): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac9e980): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac9e980): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac9e980): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a805ab0 item 96 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac9e980): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac9e980): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.006267559 +0000 UTC m=+31.412088647 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac9e980): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac9f080): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac9f080): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac9f080): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac9f080): >_readAt: n=5, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac9f080): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.006267559 +0000 UTC m=+31.412088647 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac9f080): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ab722a0 item 96 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= 2026/06/07 04:20:03 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:20:03 DEBUG : Looking for writers 2026/06/07 04:20:03 DEBUG : >WaitForWriters: 2026/06/07 04:20:03 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: cleaner exiting === RUN TestRWFileHandleOpenTests/full run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:20:03 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:20:03 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/07 04:20:03 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:20:03 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:20:03 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:20:03 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/07 04:20:03 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:20:03 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:20:03 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/07 04:20:03 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY 2026/06/07 04:20:03 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a893dc0): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a893dc0): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a893dc0): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a893dc0): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a893dc0): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.012482133 +0000 UTC m=+31.418303222 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a893dc0): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a92c340): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a92c340): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a92c340): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a92c340): >_readAt: n=2, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a92c340): _writeAt: size=3, off=2 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a92c340): >_writeAt: n=0, err=Bad file descriptor 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a92c340): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.012482133 +0000 UTC m=+31.418303222 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a92c340): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a92c800): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a92c800): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a92c800): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a92c800): >_readAt: n=5, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a92c800): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.012482133 +0000 UTC m=+31.418303222 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a92c800): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ab19d50 item 1 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a92ce40): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a92ce40): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a92ce40): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a92ce40): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a92ce40): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.014406747 +0000 UTC m=+31.420227835 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a92ce40): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a92d340): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a92d340): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a92d340): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a92d340): >_readAt: n=5, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a92d340): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.014406747 +0000 UTC m=+31.420227835 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a92d340): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a73ca10 item 2 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a92d980): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a92d980): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a92d980): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a92d980): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a92d980): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.015702991 +0000 UTC m=+31.421524079 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a92d980): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a92de00): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a92de00): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a92de00): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a92de00): >_readAt: n=2, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a92de00): _writeAt: size=3, off=2 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a92de00): >_writeAt: n=0, err=Bad file descriptor 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a92de00): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.015702991 +0000 UTC m=+31.421524079 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a92de00): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a96c3c0): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a96c3c0): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a96c3c0): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a96c3c0): >_readAt: n=5, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a96c3c0): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.015702991 +0000 UTC m=+31.421524079 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a96c3c0): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a73cf50 item 3 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a96ca40): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a96ca40): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a96ca40): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a96ca40): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a96ca40): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.017706313 +0000 UTC m=+31.423527401 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a96ca40): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a96cf80): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a96cf80): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a96cf80): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a96cf80): >_readAt: n=5, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a96cf80): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.017706313 +0000 UTC m=+31.423527401 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a96cf80): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a73da40 item 4 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a96d5c0): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a96d5c0): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a96d5c0): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a96d5c0): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a96d5c0): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.019021763 +0000 UTC m=+31.424842852 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a96d5c0): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a96da40): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a96da40): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a96da40): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a96da40): >_readAt: n=2, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a96da40): _writeAt: size=3, off=2 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a96da40): >_writeAt: n=0, err=Bad file descriptor 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a96da40): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.019021763 +0000 UTC m=+31.424842852 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a96da40): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9ce000): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9ce000): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9ce000): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9ce000): >_readAt: n=5, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9ce000): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.019021763 +0000 UTC m=+31.424842852 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9ce000): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a706b60 item 5 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9ce680): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9ce680): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9ce680): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9ce680): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9ce680): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.021216559 +0000 UTC m=+31.427037647 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9ce680): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9cebc0): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9cebc0): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9cebc0): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9cebc0): >_readAt: n=5, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9cebc0): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.021216559 +0000 UTC m=+31.427037647 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9cebc0): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a707a40 item 6 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9cf240): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9cf240): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9cf240): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9cf240): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9cf240): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.022674008 +0000 UTC m=+31.428495126 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9cf240): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9cf740): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9cf740): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9cf740): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9cf740): >_readAt: n=2, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9cf740): _writeAt: size=3, off=2 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9cf740): >_writeAt: n=0, err=Bad file descriptor 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9cf740): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.022674008 +0000 UTC m=+31.428495126 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9cf740): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9cfc00): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9cfc00): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9cfc00): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9cfc00): >_readAt: n=5, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9cfc00): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.022674008 +0000 UTC m=+31.428495126 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9cfc00): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad8c310 item 7 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0c380): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0c380): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0c380): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0c380): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0c380): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.024489726 +0000 UTC m=+31.430310813 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0c380): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0c8c0): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0c8c0): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0c8c0): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0c8c0): >_readAt: n=5, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0c8c0): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.024489726 +0000 UTC m=+31.430310813 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0c8c0): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad8c9a0 item 8 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0ce80): _readAt: size=2, off=0 2026/06/07 04:20:03 ERROR : open-test-file(0x32063aa0ce80): Couldn't read size of file 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0ce80): >_readAt: n=0, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0ce80): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0ce80): >_writeAt: n=0, err=Bad file descriptor 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0ce80): close: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0ce80): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0d240): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0d240): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0d240): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0d240): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0d240): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.026117817 +0000 UTC m=+31.431938906 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0d240): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0d6c0): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0d6c0): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0d6c0): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0d6c0): >_readAt: n=2, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0d6c0): _writeAt: size=3, off=2 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0d6c0): >_writeAt: n=0, err=Bad file descriptor 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0d6c0): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.026117817 +0000 UTC m=+31.431938906 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0d6c0): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0dbc0): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0dbc0): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0dbc0): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0dbc0): >_readAt: n=5, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0dbc0): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.026117817 +0000 UTC m=+31.431938906 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0dbc0): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad8d0a0 item 9 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3a340): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3a340): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3a340): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3a340): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3a340): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.027916271 +0000 UTC m=+31.433737360 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3a340): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3a880): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3a880): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3a880): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3a880): >_readAt: n=5, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3a880): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.027916271 +0000 UTC m=+31.433737360 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3a880): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad8d6c0 item 10 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3aec0): _readAt: size=2, off=0 2026/06/07 04:20:03 ERROR : open-test-file(0x32063aa3aec0): Couldn't read size of file 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3aec0): >_readAt: n=0, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3aec0): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3aec0): >_writeAt: n=0, err=Bad file descriptor 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3aec0): close: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3aec0): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3b280): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3b280): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3b280): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3b280): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3b280): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.029198429 +0000 UTC m=+31.435019518 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3b280): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3b780): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3b780): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3b780): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3b780): >_readAt: n=2, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3b780): _writeAt: size=3, off=2 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3b780): >_writeAt: n=0, err=Bad file descriptor 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3b780): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.029198429 +0000 UTC m=+31.435019518 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3b780): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3bc80): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3bc80): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3bc80): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3bc80): >_readAt: n=5, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3bc80): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.029198429 +0000 UTC m=+31.435019518 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3bc80): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad8db20 item 11 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa56400): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa56400): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa56400): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa56400): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa56400): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.030917835 +0000 UTC m=+31.436738923 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa56400): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa56940): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa56940): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa56940): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa56940): >_readAt: n=5, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa56940): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.030917835 +0000 UTC m=+31.436738923 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa56940): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b034150 item 12 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa56f80): _readAt: size=2, off=0 2026/06/07 04:20:03 ERROR : open-test-file(0x32063aa56f80): Couldn't read size of file 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa56f80): >_readAt: n=0, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa56f80): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa56f80): >_writeAt: n=0, err=Bad file descriptor 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa56f80): close: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa56f80): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa57340): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa57340): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa57340): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa57340): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa57340): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.032344716 +0000 UTC m=+31.438165803 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa57340): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa57a00): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa57a00): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa57a00): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa57a00): >_readAt: n=5, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa57a00): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.032344716 +0000 UTC m=+31.438165803 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa57a00): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b0344d0 item 13 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa68180): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa68180): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa68180): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa68180): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa68180): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.033750427 +0000 UTC m=+31.439571515 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa68180): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa686c0): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa686c0): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa686c0): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa686c0): >_readAt: n=5, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa686c0): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.033750427 +0000 UTC m=+31.439571515 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa686c0): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b034850 item 14 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa68d00): _readAt: size=2, off=0 2026/06/07 04:20:03 ERROR : open-test-file(0x32063aa68d00): Couldn't read size of file 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa68d00): >_readAt: n=0, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa68d00): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa68d00): >_writeAt: n=0, err=Bad file descriptor 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa68d00): close: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa68d00): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa690c0): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa690c0): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa690c0): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa690c0): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa690c0): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.035008598 +0000 UTC m=+31.440829686 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa690c0): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa69780): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa69780): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa69780): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa69780): >_readAt: n=5, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa69780): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.035008598 +0000 UTC m=+31.440829686 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa69780): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b034bd0 item 15 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa69e00): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa69e00): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa69e00): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa69e00): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa69e00): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.036322616 +0000 UTC m=+31.442143704 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa69e00): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa7a440): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa7a440): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa7a440): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa7a440): >_readAt: n=5, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa7a440): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.036322616 +0000 UTC m=+31.442143704 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa7a440): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b034f50 item 16 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa7aa80): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa7aa80): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa7aa80): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa7aa80): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa7aa80): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.037548086 +0000 UTC m=+31.443369174 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa7aa80): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa7af00): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa7af00): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa7af00): open at offset 5 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa7af00): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa7af00): >_readAt: n=2, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa7af00): _writeAt: size=3, off=7 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa7af00): >_writeAt: n=0, err=Bad file descriptor 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa7af00): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.037548086 +0000 UTC m=+31.443369174 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa7af00): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa7b400): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa7b400): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa7b400): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa7b400): >_readAt: n=5, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa7b400): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.037548086 +0000 UTC m=+31.443369174 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa7b400): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b035340 item 17 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa7ba80): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa7ba80): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa7ba80): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa7ba80): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa7ba80): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.039342524 +0000 UTC m=+31.445163611 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa7ba80): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aaca0c0): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aaca0c0): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aaca0c0): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aaca0c0): >_readAt: n=5, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aaca0c0): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.039342524 +0000 UTC m=+31.445163611 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aaca0c0): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b035880 item 18 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aaca740): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aaca740): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aaca740): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aaca740): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aaca740): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.040586648 +0000 UTC m=+31.446407737 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aaca740): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aacac40): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aacac40): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aacac40): open at offset 5 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aacac40): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aacac40): >_readAt: n=2, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aacac40): _writeAt: size=3, off=7 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aacac40): >_writeAt: n=0, err=Bad file descriptor 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aacac40): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.040586648 +0000 UTC m=+31.446407737 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aacac40): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aacb140): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aacb140): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aacb140): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aacb140): >_readAt: n=5, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aacb140): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.040586648 +0000 UTC m=+31.446407737 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aacb140): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b035c00 item 19 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aacb7c0): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aacb7c0): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aacb7c0): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aacb7c0): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aacb7c0): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.042642791 +0000 UTC m=+31.448463909 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aacb7c0): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aacbd00): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aacbd00): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aacbd00): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aacbd00): >_readAt: n=5, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aacbd00): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.042642791 +0000 UTC m=+31.448463909 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aacbd00): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a9fc8c0 item 20 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aae0480): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aae0480): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aae0480): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aae0480): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aae0480): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.043889572 +0000 UTC m=+31.449710659 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aae0480): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aae0980): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aae0980): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aae0980): open at offset 5 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aae0980): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aae0980): >_readAt: n=2, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aae0980): _writeAt: size=3, off=7 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aae0980): >_writeAt: n=0, err=Bad file descriptor 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aae0980): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.043889572 +0000 UTC m=+31.449710659 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aae0980): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aae0e80): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aae0e80): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aae0e80): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aae0e80): >_readAt: n=5, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aae0e80): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.043889572 +0000 UTC m=+31.449710659 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aae0e80): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a9fcc40 item 21 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aae1500): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aae1500): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aae1500): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aae1500): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aae1500): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.045554063 +0000 UTC m=+31.451375151 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aae1500): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aae1a40): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aae1a40): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aae1a40): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aae1a40): >_readAt: n=5, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aae1a40): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.045554063 +0000 UTC m=+31.451375151 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aae1a40): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a9fd730 item 22 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab1a1c0): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab1a1c0): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab1a1c0): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab1a1c0): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab1a1c0): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.046764604 +0000 UTC m=+31.452585692 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab1a1c0): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab1a6c0): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab1a6c0): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab1a6c0): open at offset 5 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab1a6c0): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab1a6c0): >_readAt: n=2, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab1a6c0): _writeAt: size=3, off=7 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab1a6c0): >_writeAt: n=0, err=Bad file descriptor 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab1a6c0): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.046764604 +0000 UTC m=+31.452585692 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab1a6c0): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab1abc0): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab1abc0): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab1abc0): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab1abc0): >_readAt: n=5, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab1abc0): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.046764604 +0000 UTC m=+31.452585692 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab1abc0): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a9fdb20 item 23 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab1b240): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab1b240): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab1b240): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab1b240): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab1b240): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.048513234 +0000 UTC m=+31.454334322 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab1b240): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab1b780): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab1b780): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab1b780): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab1b780): >_readAt: n=5, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab1b780): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.048513234 +0000 UTC m=+31.454334322 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab1b780): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063afdc3f0 item 24 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab1bdc0): _readAt: size=2, off=0 2026/06/07 04:20:03 ERROR : open-test-file(0x32063ab1bdc0): Couldn't read size of file 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab1bdc0): >_readAt: n=0, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab1bdc0): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab1bdc0): >_writeAt: n=0, err=Bad file descriptor 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab1bdc0): close: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab1bdc0): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab5a280): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab5a280): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab5a280): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab5a280): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab5a280): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.049967086 +0000 UTC m=+31.455788175 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab5a280): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab5a780): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab5a780): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab5a780): open at offset 5 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab5a780): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab5a780): >_readAt: n=2, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab5a780): _writeAt: size=3, off=7 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab5a780): >_writeAt: n=0, err=Bad file descriptor 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab5a780): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.049967086 +0000 UTC m=+31.455788175 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab5a780): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab5acc0): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab5acc0): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab5acc0): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab5acc0): >_readAt: n=5, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab5acc0): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.049967086 +0000 UTC m=+31.455788175 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab5acc0): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063afdc770 item 25 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab5b340): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab5b340): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab5b340): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab5b340): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab5b340): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.051720746 +0000 UTC m=+31.457541835 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab5b340): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab5b880): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab5b880): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab5b880): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab5b880): >_readAt: n=5, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab5b880): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.051720746 +0000 UTC m=+31.457541835 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab5b880): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063afdcd90 item 26 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab5bec0): _readAt: size=2, off=0 2026/06/07 04:20:03 ERROR : open-test-file(0x32063ab5bec0): Couldn't read size of file 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab5bec0): >_readAt: n=0, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab5bec0): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab5bec0): >_writeAt: n=0, err=Bad file descriptor 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab5bec0): close: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab5bec0): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac1c380): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac1c380): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac1c380): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac1c380): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac1c380): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.053065823 +0000 UTC m=+31.458886910 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac1c380): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac1c880): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac1c880): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac1c880): open at offset 5 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac1c880): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac1c880): >_readAt: n=2, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac1c880): _writeAt: size=3, off=7 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac1c880): >_writeAt: n=0, err=Bad file descriptor 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac1c880): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.053065823 +0000 UTC m=+31.458886910 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac1c880): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac1cdc0): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac1cdc0): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac1cdc0): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac1cdc0): >_readAt: n=5, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac1cdc0): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.053065823 +0000 UTC m=+31.458886910 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac1cdc0): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063afdd420 item 27 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac1d440): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac1d440): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac1d440): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac1d440): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac1d440): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.054746766 +0000 UTC m=+31.460567864 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac1d440): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac1d980): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac1d980): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac1d980): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac1d980): >_readAt: n=5, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac1d980): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.054746766 +0000 UTC m=+31.460567864 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac1d980): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063afdd8f0 item 28 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac340c0): _readAt: size=2, off=0 2026/06/07 04:20:03 ERROR : open-test-file(0x32063ac340c0): Couldn't read size of file 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac340c0): >_readAt: n=0, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac340c0): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac340c0): >_writeAt: n=0, err=Bad file descriptor 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac340c0): close: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac340c0): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac34480): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac34480): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac34480): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac34480): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac34480): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.056121298 +0000 UTC m=+31.461942386 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac34480): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac34b40): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac34b40): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac34b40): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac34b40): >_readAt: n=5, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac34b40): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.056121298 +0000 UTC m=+31.461942386 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac34b40): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063afddd50 item 29 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac351c0): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac351c0): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac351c0): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac351c0): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac351c0): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.057377065 +0000 UTC m=+31.463198152 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac351c0): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac35700): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac35700): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac35700): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac35700): >_readAt: n=5, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac35700): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.057377065 +0000 UTC m=+31.463198152 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac35700): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a99a2a0 item 30 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac35d40): _readAt: size=2, off=0 2026/06/07 04:20:03 ERROR : open-test-file(0x32063ac35d40): Couldn't read size of file 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac35d40): >_readAt: n=0, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac35d40): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac35d40): >_writeAt: n=0, err=Bad file descriptor 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac35d40): close: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac35d40): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac64200): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac64200): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac64200): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac64200): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac64200): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.058961274 +0000 UTC m=+31.464782362 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac64200): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac648c0): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac648c0): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac648c0): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac648c0): >_readAt: n=5, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac648c0): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.058961274 +0000 UTC m=+31.464782362 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac648c0): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a99acb0 item 31 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac64f40): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac64f40): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac64f40): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac64f40): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac64f40): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.060349662 +0000 UTC m=+31.466170751 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac64f40): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac65480): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac65480): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac65480): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac65480): >_readAt: n=5, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac65480): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.060349662 +0000 UTC m=+31.466170751 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac65480): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a99b0a0 item 32 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac65ac0): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac65ac0): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac65ac0): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac65ac0): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac65ac0): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.061604938 +0000 UTC m=+31.467426026 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac65ac0): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac90040): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac90040): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac90040): _writeAt: size=3, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac90040): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac90040): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a99bb90 item 33 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac90040): >_writeAt: n=3, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac90040): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.062076141 +0000 UTC m=+31.467897229 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac90040): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac90540): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac90540): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac90540): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac90540): >_readAt: n=5, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac90540): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.062076141 +0000 UTC m=+31.467897229 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac90540): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a99bd50 item 33 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac90b80): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac90b80): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac90b80): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac90b80): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac90b80): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.063363337 +0000 UTC m=+31.469184435 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac90b80): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac91000): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac91000): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad00380 item 34 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac91000): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac91000): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac91000): _writeAt: size=3, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac91000): >_writeAt: n=3, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac91000): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.063863354 +0000 UTC m=+31.469684442 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac91000): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac91540): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac91540): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac91540): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac91540): >_readAt: n=3, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac91540): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.063863354 +0000 UTC m=+31.469684442 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac91540): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad00540 item 34 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac91b80): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac91b80): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac91b80): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac91b80): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac91b80): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.064971471 +0000 UTC m=+31.470792560 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac91b80): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad20100): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad20100): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad20100): _writeAt: size=3, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad20100): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad20100): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad00930 item 35 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad20100): >_writeAt: n=3, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad20100): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.065421994 +0000 UTC m=+31.471243083 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad20100): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad20600): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad20600): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad20600): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad20600): >_readAt: n=5, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad20600): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.065421994 +0000 UTC m=+31.471243083 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad20600): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad00d20 item 35 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad20c80): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad20c80): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad20c80): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad20c80): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad20c80): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.066586198 +0000 UTC m=+31.472407286 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad20c80): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad21180): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad21180): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad010a0 item 36 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad21180): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad21180): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad21180): _writeAt: size=3, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad21180): >_writeAt: n=3, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad21180): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.067214378 +0000 UTC m=+31.473035467 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad21180): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad216c0): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad216c0): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad216c0): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad216c0): >_readAt: n=3, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad216c0): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.067214378 +0000 UTC m=+31.473035467 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad216c0): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad01260 item 36 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad21d00): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad21d00): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad21d00): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad21d00): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad21d00): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.068392278 +0000 UTC m=+31.474213366 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad21d00): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad48280): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad48280): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad48280): _writeAt: size=3, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad48280): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad48280): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad01730 item 37 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad48280): >_writeAt: n=3, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad48280): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.068846728 +0000 UTC m=+31.474667816 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad48280): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad48780): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad48780): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad48780): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad48780): >_readAt: n=5, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad48780): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.068846728 +0000 UTC m=+31.474667816 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad48780): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad018f0 item 37 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad48e00): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad48e00): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad48e00): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad48e00): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad48e00): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.07004691 +0000 UTC m=+31.475867999 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad48e00): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad49300): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad49300): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad01d50 item 38 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad49300): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad49300): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad49300): _writeAt: size=3, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad49300): >_writeAt: n=3, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad49300): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.070549341 +0000 UTC m=+31.476370439 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad49300): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad49840): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad49840): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad49840): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad49840): >_readAt: n=3, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad49840): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.070549341 +0000 UTC m=+31.476370439 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad49840): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b27a0e0 item 38 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad49ec0): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad49ec0): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad49ec0): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad49ec0): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad49ec0): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.071647581 +0000 UTC m=+31.477468679 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad49ec0): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad784c0): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad784c0): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad784c0): _writeAt: size=3, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad784c0): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad784c0): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b27a460 item 39 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad784c0): >_writeAt: n=3, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad784c0): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.072110376 +0000 UTC m=+31.477931465 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad784c0): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad789c0): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad789c0): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad789c0): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad789c0): >_readAt: n=5, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad789c0): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.072110376 +0000 UTC m=+31.477931465 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad789c0): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b27a690 item 39 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad79040): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad79040): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad79040): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad79040): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad79040): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.073510256 +0000 UTC m=+31.479331355 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad79040): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad79540): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad79540): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b27aaf0 item 40 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad79540): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad79540): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad79540): _writeAt: size=3, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad79540): >_writeAt: n=3, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad79540): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.073989253 +0000 UTC m=+31.479810342 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad79540): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad79a80): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad79a80): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad79a80): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad79a80): >_readAt: n=3, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad79a80): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.073989253 +0000 UTC m=+31.479810342 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad79a80): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b27acb0 item 40 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063adb4140): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063adb4140): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063adb4140): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063adb4140): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063adb4140): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063adb4140): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063adb4140): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.075150101 +0000 UTC m=+31.480971189 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063adb4140): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063adb4640): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063adb4640): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063adb4640): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b27b030 item 41 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063adb4640): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063adb4640): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.075596076 +0000 UTC m=+31.481417163 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063adb4640): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063adb4b00): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063adb4b00): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063adb4b00): _writeAt: size=3, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063adb4b00): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063adb4b00): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b27b2d0 item 41 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063adb4b00): >_writeAt: n=3, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063adb4b00): close: 2026/06/07 04:20:03 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-xapuyil7kavu/dir/file1: no such file or directory 2026/06/07 04:20:03 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-xapuyil7kavu/dir/file1: no such file or directory 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.076041759 +0000 UTC m=+31.481862847 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063adb4b00): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063adb5040): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063adb5040): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063adb5040): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063adb5040): >_readAt: n=5, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063adb5040): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.076041759 +0000 UTC m=+31.481862847 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063adb5040): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b27b500 item 41 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063adb5680): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063adb5680): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063adb5680): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063adb5680): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063adb5680): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063adb5680): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063adb5680): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.077605359 +0000 UTC m=+31.483426447 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063adb5680): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063adb5b80): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063adb5b80): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063adb5b80): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b27b880 item 42 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063adb5b80): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063adb5b80): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.078161271 +0000 UTC m=+31.483982360 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063adb5b80): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063add41c0): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063add41c0): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b27ba40 item 42 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063add41c0): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063add41c0): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063add41c0): _writeAt: size=3, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063add41c0): >_writeAt: n=3, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063add41c0): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.078686115 +0000 UTC m=+31.484507203 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063add41c0): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063add4740): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063add4740): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063add4740): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063add4740): >_readAt: n=3, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063add4740): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.078686115 +0000 UTC m=+31.484507203 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063add4740): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b27bce0 item 42 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063add4d80): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063add4d80): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063add4d80): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063add4d80): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063add4d80): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063add4d80): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063add4d80): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.079834629 +0000 UTC m=+31.485655717 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063add4d80): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063add5280): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063add5280): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063add5280): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b1a42a0 item 43 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063add5280): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063add5280): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.080346889 +0000 UTC m=+31.486167988 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063add5280): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063add57c0): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063add57c0): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063add57c0): _writeAt: size=3, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063add57c0): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063add57c0): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b1a4460 item 43 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063add57c0): >_writeAt: n=3, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063add57c0): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.080823572 +0000 UTC m=+31.486644680 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063add57c0): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063add5d00): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063add5d00): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063add5d00): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063add5d00): >_readAt: n=5, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063add5d00): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.080823572 +0000 UTC m=+31.486644680 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063add5d00): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b1a4620 item 43 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae00440): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae00440): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae00440): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae00440): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae00440): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae00440): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae00440): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.082139773 +0000 UTC m=+31.487960861 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae00440): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae00940): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae00940): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae00940): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b1a4b60 item 44 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae00940): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae00940): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.082577923 +0000 UTC m=+31.488399011 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae00940): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae00e80): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae00e80): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b1a4d90 item 44 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae00e80): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae00e80): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae00e80): _writeAt: size=3, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae00e80): >_writeAt: n=3, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae00e80): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.083041611 +0000 UTC m=+31.488862698 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae00e80): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae01400): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae01400): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae01400): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae01400): >_readAt: n=3, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae01400): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.083041611 +0000 UTC m=+31.488862698 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae01400): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b1a4f50 item 44 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae01a40): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae01a40): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae01a40): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae01a40): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae01a40): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae01a40): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae01a40): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.084266539 +0000 UTC m=+31.490087628 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae01a40): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae20040): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae20040): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae20040): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b1a52d0 item 45 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae20040): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae20040): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.084799969 +0000 UTC m=+31.490621057 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae20040): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae20740): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae20740): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae20740): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae20740): >_readAt: n=5, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae20740): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.084799969 +0000 UTC m=+31.490621057 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae20740): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b1a5490 item 45 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae20d80): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae20d80): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae20d80): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae20d80): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae20d80): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae20d80): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae20d80): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.086047021 +0000 UTC m=+31.491868108 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae20d80): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae21280): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae21280): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae21280): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b1a5810 item 46 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae21280): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae21280): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.086453009 +0000 UTC m=+31.492274097 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae21280): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae21980): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae21980): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae21980): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae21980): >_readAt: n=5, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae21980): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.086453009 +0000 UTC m=+31.492274097 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae21980): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b1a59d0 item 46 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae440c0): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae440c0): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae440c0): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae440c0): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae440c0): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae440c0): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae440c0): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.087624928 +0000 UTC m=+31.493446015 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae440c0): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae445c0): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae445c0): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae445c0): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad540e0 item 47 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae445c0): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae445c0): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.088040414 +0000 UTC m=+31.493861503 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae445c0): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae44cc0): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae44cc0): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae44cc0): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae44cc0): >_readAt: n=5, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae44cc0): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.088040414 +0000 UTC m=+31.493861503 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae44cc0): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad542a0 item 47 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae45300): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae45300): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae45300): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae45300): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae45300): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae45300): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae45300): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.089222141 +0000 UTC m=+31.495043229 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae45300): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae45800): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae45800): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae45800): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad54930 item 48 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae45800): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae45800): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.089610737 +0000 UTC m=+31.495431825 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae45800): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae6a000): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae6a000): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae6a000): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae6a000): >_readAt: n=5, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae6a000): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.089610737 +0000 UTC m=+31.495431825 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae6a000): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad54b60 item 48 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae6a640): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae6a640): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae6a640): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae6a640): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae6a640): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.0907533 +0000 UTC m=+31.496574389 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae6a640): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae6aac0): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae6aac0): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae6aac0): _writeAt: size=3, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae6aac0): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae6aac0): open at offset 5 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae6aac0): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad54ee0 item 49 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae6aac0): >_writeAt: n=3, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae6aac0): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.091192922 +0000 UTC m=+31.497014009 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae6aac0): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae6b000): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae6b000): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae6b000): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae6b000): >_readAt: n=8, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae6b000): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.091192922 +0000 UTC m=+31.497014009 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae6b000): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad55110 item 49 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae6b680): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae6b680): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae6b680): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae6b680): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae6b680): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.092303344 +0000 UTC m=+31.498124431 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae6b680): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae6bb80): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae6bb80): open at offset 5 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae6bb80): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad55570 item 50 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae6bb80): _readAt: size=2, off=5 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae6bb80): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae6bb80): _writeAt: size=3, off=5 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae6bb80): >_writeAt: n=3, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae6bb80): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.092782511 +0000 UTC m=+31.498603599 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae6bb80): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae92200): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae92200): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae92200): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae92200): >_readAt: n=3, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae92200): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.092782511 +0000 UTC m=+31.498603599 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae92200): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad55880 item 50 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae92880): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae92880): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae92880): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae92880): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae92880): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.093919855 +0000 UTC m=+31.499740943 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae92880): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae92d80): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae92d80): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae92d80): _writeAt: size=3, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae92d80): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae92d80): open at offset 5 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae92d80): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad55c00 item 51 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae92d80): >_writeAt: n=3, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae92d80): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.094409561 +0000 UTC m=+31.500230659 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae92d80): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae932c0): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae932c0): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae932c0): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae932c0): >_readAt: n=8, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae932c0): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.094409561 +0000 UTC m=+31.500230659 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae932c0): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063aac80e0 item 51 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae93940): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae93940): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae93940): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae93940): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae93940): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.095578845 +0000 UTC m=+31.501399934 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae93940): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae93e40): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae93e40): open at offset 5 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae93e40): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063aac8770 item 52 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae93e40): _readAt: size=2, off=5 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae93e40): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae93e40): _writeAt: size=3, off=5 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae93e40): >_writeAt: n=3, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae93e40): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.096200332 +0000 UTC m=+31.502021420 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ae93e40): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aec24c0): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aec24c0): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aec24c0): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aec24c0): >_readAt: n=3, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aec24c0): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.096200332 +0000 UTC m=+31.502021420 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aec24c0): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063aac8930 item 52 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aec2b40): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aec2b40): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aec2b40): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aec2b40): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aec2b40): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.097384243 +0000 UTC m=+31.503205330 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aec2b40): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aec3040): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aec3040): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aec3040): _writeAt: size=3, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aec3040): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aec3040): open at offset 5 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aec3040): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063aac8cb0 item 53 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aec3040): >_writeAt: n=3, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aec3040): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.098063339 +0000 UTC m=+31.503884427 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aec3040): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aec3580): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aec3580): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aec3580): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aec3580): >_readAt: n=8, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aec3580): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.098063339 +0000 UTC m=+31.503884427 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aec3580): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063aac8e70 item 53 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aec3c00): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aec3c00): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aec3c00): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aec3c00): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aec3c00): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.100410252 +0000 UTC m=+31.506231339 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aec3c00): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aec24c0): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aec24c0): open at offset 5 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aec24c0): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a744850 item 54 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aec24c0): _readAt: size=2, off=5 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aec24c0): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aec24c0): _writeAt: size=3, off=5 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aec24c0): >_writeAt: n=3, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aec24c0): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.101024344 +0000 UTC m=+31.506845433 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aec24c0): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aec2a40): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aec2a40): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aec2a40): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aec2a40): >_readAt: n=3, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aec2a40): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.101024344 +0000 UTC m=+31.506845433 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aec2a40): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a744b60 item 54 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aec3c80): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aec3c80): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aec3c80): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aec3c80): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aec3c80): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.102144375 +0000 UTC m=+31.507965462 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aec3c80): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a68b840): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a68b840): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a68b840): _writeAt: size=3, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a68b840): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a68b840): open at offset 5 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a68b840): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a745650 item 55 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a68b840): >_writeAt: n=3, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a68b840): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.102556775 +0000 UTC m=+31.508377864 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a68b840): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab7e080): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab7e080): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab7e080): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab7e080): >_readAt: n=8, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab7e080): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.102556775 +0000 UTC m=+31.508377864 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab7e080): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a745b20 item 55 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab7e700): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab7e700): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab7e700): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab7e700): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab7e700): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.103820277 +0000 UTC m=+31.509641365 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab7e700): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab7ec00): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab7ec00): open at offset 5 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab7ec00): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063aac8460 item 56 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab7ec00): _readAt: size=2, off=5 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab7ec00): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab7ec00): _writeAt: size=3, off=5 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab7ec00): >_writeAt: n=3, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab7ec00): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.104346774 +0000 UTC m=+31.510167862 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab7ec00): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab7f180): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab7f180): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab7f180): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab7f180): >_readAt: n=3, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab7f180): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.104346774 +0000 UTC m=+31.510167862 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab7f180): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063aac8770 item 56 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab7f840): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab7f840): open at offset 0 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab7f840): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab7f840): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab7f840): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab7f840): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab7f840): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab7f840): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.105511499 +0000 UTC m=+31.511332587 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab7f840): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab7fd80): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab7fd80): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab7fd80): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063aac8af0 item 57 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab7fd80): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab7fd80): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.10619932 +0000 UTC m=+31.512020409 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab7fd80): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9cc3c0): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9cc3c0): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9cc3c0): _writeAt: size=3, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9cc3c0): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9cc3c0): open at offset 5 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9cc3c0): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063aac9110 item 57 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9cc3c0): >_writeAt: n=3, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9cc3c0): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.106748751 +0000 UTC m=+31.512569839 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9cc3c0): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9cc9c0): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9cc9c0): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9cc9c0): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9cc9c0): >_readAt: n=8, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9cc9c0): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.106748751 +0000 UTC m=+31.512569839 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9cc9c0): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063aac92d0 item 57 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9cd000): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9cd000): open at offset 0 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9cd000): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9cd000): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9cd000): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9cd000): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9cd000): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9cd000): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.108106552 +0000 UTC m=+31.513927640 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9cd000): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9cd540): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9cd540): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9cd540): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063aac9880 item 58 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9cd540): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9cd540): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.108631104 +0000 UTC m=+31.514452193 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9cd540): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9cddc0): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9cddc0): open at offset 5 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9cddc0): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063aac9d50 item 58 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9cddc0): _readAt: size=2, off=5 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9cddc0): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9cddc0): _writeAt: size=3, off=5 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9cddc0): >_writeAt: n=3, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9cddc0): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.109284983 +0000 UTC m=+31.515106071 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9cddc0): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa20480): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa20480): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa20480): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa20480): >_readAt: n=3, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa20480): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.109284983 +0000 UTC m=+31.515106071 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa20480): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ab72460 item 58 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa20d80): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa20d80): open at offset 0 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa20d80): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa20d80): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa20d80): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa20d80): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa20d80): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa20d80): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.110620731 +0000 UTC m=+31.516441819 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa20d80): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab78480): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab78480): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab78480): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b0d8150 item 59 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab78480): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab78480): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.11107459 +0000 UTC m=+31.516895678 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab78480): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab78a00): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab78a00): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab78a00): _writeAt: size=3, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab78a00): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab78a00): open at offset 5 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab78a00): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b0d8310 item 59 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab78a00): >_writeAt: n=3, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab78a00): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.111540463 +0000 UTC m=+31.517361551 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab78a00): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab79300): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab79300): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab79300): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab79300): >_readAt: n=8, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab79300): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.111540463 +0000 UTC m=+31.517361551 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab79300): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b0d84d0 item 59 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a806e80): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a806e80): open at offset 0 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a806e80): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a806e80): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a806e80): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a806e80): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a806e80): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a806e80): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.11278613 +0000 UTC m=+31.518607219 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a806e80): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a807400): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a807400): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a807400): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b0d8850 item 60 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a807400): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a807400): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.113262703 +0000 UTC m=+31.519083791 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a807400): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a892080): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a892080): open at offset 5 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a892080): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b0d8a80 item 60 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a892080): _readAt: size=2, off=5 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a892080): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a892080): _writeAt: size=3, off=5 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a892080): >_writeAt: n=3, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a892080): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.113715019 +0000 UTC m=+31.519536107 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a892080): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a8929c0): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a8929c0): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a8929c0): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a8929c0): >_readAt: n=3, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a8929c0): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.113715019 +0000 UTC m=+31.519536107 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a8929c0): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b0d8c40 item 60 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a893340): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a893340): open at offset 0 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a893340): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a893340): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a893340): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a893340): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a893340): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a893340): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.114775106 +0000 UTC m=+31.520596194 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a893340): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a893880): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a893880): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a893880): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b0d8fc0 item 61 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a893880): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a893880): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.115206353 +0000 UTC m=+31.521027441 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a893880): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a4260c0): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a4260c0): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a4260c0): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a4260c0): >_readAt: n=5, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a4260c0): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.115206353 +0000 UTC m=+31.521027441 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a4260c0): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b0d9340 item 61 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a426700): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a426700): open at offset 0 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a426700): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a426700): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a426700): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a426700): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a426700): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a426700): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.116490734 +0000 UTC m=+31.522311821 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a426700): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a426c40): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a426c40): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a426c40): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b0d96c0 item 62 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a426c40): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a426c40): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.116913885 +0000 UTC m=+31.522734973 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a426c40): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a427340): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a427340): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a427340): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a427340): >_readAt: n=5, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a427340): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.116913885 +0000 UTC m=+31.522734973 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a427340): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b0d98f0 item 62 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a427980): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a427980): open at offset 0 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a427980): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a427980): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a427980): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a427980): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a427980): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a427980): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.118185442 +0000 UTC m=+31.524006531 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a427980): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a427ec0): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a427ec0): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a427ec0): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b0d9c70 item 63 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a427ec0): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a427ec0): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.118631817 +0000 UTC m=+31.524452905 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a427ec0): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a92c6c0): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a92c6c0): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a92c6c0): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a92c6c0): >_readAt: n=5, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a92c6c0): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.118631817 +0000 UTC m=+31.524452905 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a92c6c0): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b0d9e30 item 63 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a92cd00): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a92cd00): open at offset 0 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a92cd00): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a92cd00): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a92cd00): >_readAt: n=0, err=Bad file descriptor 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a92cd00): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a92cd00): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a92cd00): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.119826739 +0000 UTC m=+31.525647827 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a92cd00): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a92d240): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a92d240): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a92d240): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad34460 item 64 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a92d240): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a92d240): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.120281039 +0000 UTC m=+31.526102127 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a92d240): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a92d940): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a92d940): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a92d940): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a92d940): >_readAt: n=5, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a92d940): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.120281039 +0000 UTC m=+31.526102127 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a92d940): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad34690 item 64 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a960080): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a960080): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a960080): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a960080): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a960080): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.121582483 +0000 UTC m=+31.527403571 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a960080): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDWR 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a960500): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a960500): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a960500): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a960500): >_readAt: n=2, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a960500): _writeAt: size=3, off=2 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad34b60 item 65 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a960500): >_writeAt: n=3, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a960500): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.122148184 +0000 UTC m=+31.527969272 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a960500): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a960a00): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a960a00): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a960a00): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a960a00): >_readAt: n=5, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a960a00): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.122148184 +0000 UTC m=+31.527969272 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a960a00): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad34d20 item 65 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a961040): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a961040): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a961040): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a961040): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a961040): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.123398952 +0000 UTC m=+31.529220040 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a961040): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9614c0): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9614c0): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad350a0 item 66 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9614c0): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9614c0): >_readAt: n=0, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9614c0): _writeAt: size=3, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9614c0): >_writeAt: n=3, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9614c0): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.123869713 +0000 UTC m=+31.529690801 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9614c0): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a961a00): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a961a00): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a961a00): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a961a00): >_readAt: n=3, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a961a00): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.123869713 +0000 UTC m=+31.529690801 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a961a00): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad35490 item 66 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9c2140): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9c2140): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9c2140): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9c2140): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9c2140): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.125148654 +0000 UTC m=+31.530969752 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9c2140): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9c25c0): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9c25c0): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9c25c0): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9c25c0): >_readAt: n=2, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9c25c0): _writeAt: size=3, off=2 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad35880 item 67 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9c25c0): >_writeAt: n=3, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9c25c0): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.125609346 +0000 UTC m=+31.531430435 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9c25c0): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9c2ac0): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9c2ac0): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9c2ac0): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9c2ac0): >_readAt: n=5, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9c2ac0): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.125609346 +0000 UTC m=+31.531430435 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9c2ac0): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad35a40 item 67 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9c3140): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9c3140): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9c3140): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9c3140): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9c3140): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.127073157 +0000 UTC m=+31.532894245 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9c3140): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9c3640): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9c3640): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad35dc0 item 68 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9c3640): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9c3640): >_readAt: n=0, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9c3640): _writeAt: size=3, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9c3640): >_writeAt: n=3, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9c3640): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.127591869 +0000 UTC m=+31.533412957 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9c3640): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9c3b80): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9c3b80): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9c3b80): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9c3b80): >_readAt: n=3, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9c3b80): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.127591869 +0000 UTC m=+31.533412957 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063a9c3b80): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a804150 item 68 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0c2c0): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0c2c0): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0c2c0): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0c2c0): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0c2c0): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.128732338 +0000 UTC m=+31.534553426 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0c2c0): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0c740): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0c740): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0c740): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0c740): >_readAt: n=2, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0c740): _writeAt: size=3, off=2 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a805570 item 69 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0c740): >_writeAt: n=3, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0c740): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.129241232 +0000 UTC m=+31.535062320 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0c740): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0cc40): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0cc40): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0cc40): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0cc40): >_readAt: n=5, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0cc40): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.129241232 +0000 UTC m=+31.535062320 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0cc40): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a805a40 item 69 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0d2c0): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0d2c0): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0d2c0): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0d2c0): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0d2c0): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.130889222 +0000 UTC m=+31.536710310 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0d2c0): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0d7c0): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0d7c0): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ab181c0 item 70 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0d7c0): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0d7c0): >_readAt: n=0, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0d7c0): _writeAt: size=3, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0d7c0): >_writeAt: n=3, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0d7c0): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.131447589 +0000 UTC m=+31.537268677 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0d7c0): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0dd00): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0dd00): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0dd00): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0dd00): >_readAt: n=3, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0dd00): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.131447589 +0000 UTC m=+31.537268677 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa0dd00): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ab18540 item 70 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3a480): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3a480): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3a480): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3a480): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3a480): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.132625368 +0000 UTC m=+31.538446457 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3a480): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3a980): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3a980): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3a980): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3a980): >_readAt: n=2, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3a980): _writeAt: size=3, off=2 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ab18b60 item 71 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3a980): >_writeAt: n=3, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3a980): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.133128441 +0000 UTC m=+31.538949529 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3a980): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3ae80): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3ae80): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3ae80): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3ae80): >_readAt: n=5, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3ae80): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.133128441 +0000 UTC m=+31.538949529 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3ae80): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ab19260 item 71 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3b500): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3b500): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3b500): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3b500): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3b500): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.134592132 +0000 UTC m=+31.540413240 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3b500): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3ba00): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3ba00): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ab197a0 item 72 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3ba00): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3ba00): >_readAt: n=0, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3ba00): _writeAt: size=3, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3ba00): >_writeAt: n=3, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3ba00): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.135342051 +0000 UTC m=+31.541163160 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa3ba00): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa52040): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa52040): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa52040): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa52040): >_readAt: n=3, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa52040): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.135342051 +0000 UTC m=+31.541163160 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa52040): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ab19960 item 72 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa52600): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa52600): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa52600): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa52600): >_readAt: n=0, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa52600): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa52600): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa52600): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.136732643 +0000 UTC m=+31.542553732 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa52600): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa52b00): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa52b00): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa52b00): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a73c150 item 73 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa52b00): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa52b00): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.13724305 +0000 UTC m=+31.543064139 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa52b00): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa52fc0): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa52fc0): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa52fc0): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa52fc0): >_readAt: n=2, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa52fc0): _writeAt: size=3, off=2 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a73c540 item 73 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa52fc0): >_writeAt: n=3, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa52fc0): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.137715515 +0000 UTC m=+31.543536602 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa52fc0): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa53500): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa53500): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa53500): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa53500): >_readAt: n=5, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa53500): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.137715515 +0000 UTC m=+31.543536602 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa53500): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a73ca10 item 73 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa53b40): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa53b40): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa53b40): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa53b40): >_readAt: n=0, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa53b40): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa53b40): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa53b40): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.139022319 +0000 UTC m=+31.544843407 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa53b40): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa60140): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa60140): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa60140): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a73cf50 item 74 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa60140): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa60140): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.139474165 +0000 UTC m=+31.545295252 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa60140): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa60680): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa60680): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a73d340 item 74 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa60680): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa60680): >_readAt: n=0, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa60680): _writeAt: size=3, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa60680): >_writeAt: n=3, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa60680): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.1399948 +0000 UTC m=+31.545815888 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa60680): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa60c00): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa60c00): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa60c00): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa60c00): >_readAt: n=3, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa60c00): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.1399948 +0000 UTC m=+31.545815888 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa60c00): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a73d730 item 74 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa61240): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa61240): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa61240): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa61240): >_readAt: n=0, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa61240): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa61240): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa61240): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.141383909 +0000 UTC m=+31.547204997 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa61240): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa61740): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa61740): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa61740): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a7062a0 item 75 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa61740): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa61740): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.141867936 +0000 UTC m=+31.547689023 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa61740): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa61c80): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa61c80): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa61c80): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa61c80): >_readAt: n=2, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa61c80): _writeAt: size=3, off=2 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a706d20 item 75 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa61c80): >_writeAt: n=3, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa61c80): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.142426073 +0000 UTC m=+31.548247160 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa61c80): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa782c0): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa782c0): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa782c0): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa782c0): >_readAt: n=5, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa782c0): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.142426073 +0000 UTC m=+31.548247160 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa782c0): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a707030 item 75 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa78900): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa78900): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa78900): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa78900): >_readAt: n=0, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa78900): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa78900): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa78900): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.143625653 +0000 UTC m=+31.549446741 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa78900): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa78e00): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa78e00): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa78e00): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a707d50 item 76 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa78e00): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa78e00): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.144176616 +0000 UTC m=+31.549997705 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa78e00): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa79340): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa79340): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad8c1c0 item 76 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa79340): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa79340): >_readAt: n=0, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa79340): _writeAt: size=3, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa79340): >_writeAt: n=3, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa79340): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.144723062 +0000 UTC m=+31.550544149 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa79340): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa798c0): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa798c0): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa798c0): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa798c0): >_readAt: n=3, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa798c0): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.144723062 +0000 UTC m=+31.550544149 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aa798c0): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad8c3f0 item 76 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aaac000): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aaac000): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aaac000): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aaac000): >_readAt: n=0, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aaac000): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aaac000): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aaac000): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.145982124 +0000 UTC m=+31.551803212 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aaac000): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aaac500): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aaac500): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aaac500): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad8c930 item 77 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aaac500): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aaac500): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.146477883 +0000 UTC m=+31.552298971 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aaac500): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aaacc00): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aaacc00): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aaacc00): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aaacc00): >_readAt: n=5, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aaacc00): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.146477883 +0000 UTC m=+31.552298971 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aaacc00): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad8ccb0 item 77 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aaad240): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aaad240): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aaad240): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aaad240): >_readAt: n=0, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aaad240): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aaad240): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aaad240): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.147835293 +0000 UTC m=+31.553656381 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aaad240): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aaad740): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aaad740): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aaad740): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad8d260 item 78 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aaad740): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aaad740): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.14831963 +0000 UTC m=+31.554140718 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aaad740): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aaade40): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aaade40): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aaade40): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aaade40): >_readAt: n=5, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aaade40): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.14831963 +0000 UTC m=+31.554140718 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aaade40): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad8d420 item 78 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aad6580): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aad6580): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aad6580): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aad6580): >_readAt: n=0, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aad6580): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aad6580): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aad6580): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.149676708 +0000 UTC m=+31.555497837 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aad6580): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aad6a80): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aad6a80): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aad6a80): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad8d880 item 79 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aad6a80): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aad6a80): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.150171916 +0000 UTC m=+31.555993004 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aad6a80): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aad7180): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aad7180): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aad7180): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aad7180): >_readAt: n=5, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aad7180): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.150171916 +0000 UTC m=+31.555993004 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aad7180): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad8db20 item 79 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aad77c0): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aad77c0): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aad77c0): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aad77c0): >_readAt: n=0, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aad77c0): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aad77c0): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aad77c0): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.151460546 +0000 UTC m=+31.557281634 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aad77c0): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aad7cc0): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aad7cc0): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aad7cc0): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b034000 item 80 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aad7cc0): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aad7cc0): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.151895308 +0000 UTC m=+31.557716397 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063aad7cc0): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab0c4c0): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab0c4c0): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab0c4c0): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab0c4c0): >_readAt: n=5, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab0c4c0): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.151895308 +0000 UTC m=+31.557716397 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab0c4c0): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b0341c0 item 80 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab0cb00): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab0cb00): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab0cb00): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab0cb00): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab0cb00): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.153165944 +0000 UTC m=+31.558987032 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab0cb00): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab0cf80): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab0cf80): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab0cf80): open at offset 5 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab0cf80): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab0cf80): >_readAt: n=2, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab0cf80): _writeAt: size=3, off=7 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b034540 item 81 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab0cf80): >_writeAt: n=3, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab0cf80): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.153615275 +0000 UTC m=+31.559436363 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab0cf80): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab0d4c0): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab0d4c0): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab0d4c0): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab0d4c0): >_readAt: n=8, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab0d4c0): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.153615275 +0000 UTC m=+31.559436363 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab0d4c0): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b034700 item 81 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab0db40): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab0db40): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab0db40): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab0db40): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab0db40): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.155283503 +0000 UTC m=+31.561104591 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab0db40): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab42140): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab42140): open at offset 5 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab42140): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b034a80 item 82 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab42140): _readAt: size=2, off=5 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab42140): >_readAt: n=0, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab42140): _writeAt: size=3, off=5 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab42140): >_writeAt: n=3, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab42140): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.155902484 +0000 UTC m=+31.561723573 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab42140): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab426c0): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab426c0): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab426c0): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab426c0): >_readAt: n=3, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab426c0): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.155902484 +0000 UTC m=+31.561723573 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab426c0): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b034c40 item 82 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab42d40): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab42d40): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab42d40): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab42d40): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab42d40): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.157183309 +0000 UTC m=+31.563004397 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab42d40): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab43240): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab43240): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab43240): open at offset 5 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab43240): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab43240): >_readAt: n=2, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab43240): _writeAt: size=3, off=7 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b034fc0 item 83 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab43240): >_writeAt: n=3, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab43240): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.157646848 +0000 UTC m=+31.563467935 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab43240): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab43780): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab43780): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab43780): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab43780): >_readAt: n=8, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab43780): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.157646848 +0000 UTC m=+31.563467935 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab43780): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b0351f0 item 83 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab43e00): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab43e00): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab43e00): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab43e00): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab43e00): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.159059281 +0000 UTC m=+31.564880368 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab43e00): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab84400): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab84400): open at offset 5 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab84400): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b035570 item 84 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab84400): _readAt: size=2, off=5 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab84400): >_readAt: n=0, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab84400): _writeAt: size=3, off=5 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab84400): >_writeAt: n=3, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab84400): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.159760508 +0000 UTC m=+31.565581597 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab84400): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab84980): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab84980): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab84980): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab84980): >_readAt: n=3, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab84980): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.159760508 +0000 UTC m=+31.565581597 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab84980): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b0357a0 item 84 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab85000): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab85000): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab85000): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab85000): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab85000): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.161341993 +0000 UTC m=+31.567163081 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab85000): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab85500): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab85500): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab85500): open at offset 5 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab85500): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab85500): >_readAt: n=2, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab85500): _writeAt: size=3, off=7 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b035b20 item 85 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab85500): >_writeAt: n=3, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab85500): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.161962998 +0000 UTC m=+31.567784086 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab85500): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab85a40): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab85a40): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab85a40): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab85a40): >_readAt: n=8, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab85a40): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.161962998 +0000 UTC m=+31.567784086 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ab85a40): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063b035ce0 item 85 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063abde1c0): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063abde1c0): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063abde1c0): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063abde1c0): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063abde1c0): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.163327711 +0000 UTC m=+31.569148799 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063abde1c0): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063abde6c0): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063abde6c0): open at offset 5 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063abde6c0): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a9fc850 item 86 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063abde6c0): _readAt: size=2, off=5 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063abde6c0): >_readAt: n=0, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063abde6c0): _writeAt: size=3, off=5 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063abde6c0): >_writeAt: n=3, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063abde6c0): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.163874496 +0000 UTC m=+31.569695585 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063abde6c0): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063abdec40): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063abdec40): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063abdec40): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063abdec40): >_readAt: n=3, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063abdec40): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.163874496 +0000 UTC m=+31.569695585 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063abdec40): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a9fca10 item 86 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063abdf2c0): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063abdf2c0): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063abdf2c0): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063abdf2c0): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063abdf2c0): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.165062977 +0000 UTC m=+31.570884065 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063abdf2c0): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063abdf7c0): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063abdf7c0): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063abdf7c0): open at offset 5 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063abdf7c0): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063abdf7c0): >_readAt: n=2, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063abdf7c0): _writeAt: size=3, off=7 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a9fce70 item 87 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063abdf7c0): >_writeAt: n=3, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063abdf7c0): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.165560429 +0000 UTC m=+31.571381516 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063abdf7c0): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063abdfd00): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063abdfd00): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063abdfd00): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063abdfd00): >_readAt: n=8, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063abdfd00): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.165560429 +0000 UTC m=+31.571381516 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063abdfd00): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a9fd570 item 87 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac06480): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac06480): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac06480): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac06480): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac06480): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.16707204 +0000 UTC m=+31.572893138 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac06480): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac06980): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac06980): open at offset 5 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac06980): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a9fd8f0 item 88 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac06980): _readAt: size=2, off=5 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac06980): >_readAt: n=0, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac06980): _writeAt: size=3, off=5 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac06980): >_writeAt: n=3, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac06980): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.167613054 +0000 UTC m=+31.573434143 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac06980): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac06f00): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac06f00): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac06f00): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac06f00): >_readAt: n=3, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac06f00): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.167613054 +0000 UTC m=+31.573434143 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac06f00): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a9fdb20 item 88 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac07540): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac07540): open at offset 0 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac07540): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac07540): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac07540): >_readAt: n=0, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac07540): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac07540): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac07540): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.169073128 +0000 UTC m=+31.574894217 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac07540): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac07a80): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac07a80): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac07a80): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063afdc2a0 item 89 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac07a80): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac07a80): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.169558397 +0000 UTC m=+31.575379485 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac07a80): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac2a0c0): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac2a0c0): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac2a0c0): open at offset 5 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac2a0c0): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac2a0c0): >_readAt: n=2, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac2a0c0): _writeAt: size=3, off=7 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063afdc460 item 89 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac2a0c0): >_writeAt: n=3, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac2a0c0): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.170120832 +0000 UTC m=+31.575941920 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac2a0c0): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac2a640): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac2a640): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac2a640): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac2a640): >_readAt: n=8, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac2a640): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.170120832 +0000 UTC m=+31.575941920 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac2a640): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063afdc620 item 89 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac2ac80): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac2ac80): open at offset 0 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac2ac80): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac2ac80): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac2ac80): >_readAt: n=0, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac2ac80): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac2ac80): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac2ac80): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.171461169 +0000 UTC m=+31.577282257 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac2ac80): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac2b1c0): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac2b1c0): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac2b1c0): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063afdc9a0 item 90 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac2b1c0): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac2b1c0): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.171911762 +0000 UTC m=+31.577732850 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac2b1c0): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac2b700): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac2b700): open at offset 5 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac2b700): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063afdccb0 item 90 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac2b700): _readAt: size=2, off=5 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac2b700): >_readAt: n=0, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac2b700): _writeAt: size=3, off=5 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac2b700): >_writeAt: n=3, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac2b700): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.172566712 +0000 UTC m=+31.578387800 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac2b700): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac2bcc0): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac2bcc0): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac2bcc0): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac2bcc0): >_readAt: n=3, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac2bcc0): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.172566712 +0000 UTC m=+31.578387800 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac2bcc0): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063afdce70 item 90 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac5a400): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac5a400): open at offset 0 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac5a400): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac5a400): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac5a400): >_readAt: n=0, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac5a400): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac5a400): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac5a400): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.173984657 +0000 UTC m=+31.579805744 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac5a400): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac5a940): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac5a940): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac5a940): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063afdd500 item 91 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac5a940): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac5a940): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.17464644 +0000 UTC m=+31.580467528 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac5a940): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac5ae80): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac5ae80): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac5ae80): open at offset 5 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac5ae80): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac5ae80): >_readAt: n=2, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac5ae80): _writeAt: size=3, off=7 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063afdd6c0 item 91 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac5ae80): >_writeAt: n=3, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac5ae80): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.175203484 +0000 UTC m=+31.581024572 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac5ae80): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac5b400): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac5b400): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac5b400): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac5b400): >_readAt: n=8, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac5b400): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.175203484 +0000 UTC m=+31.581024572 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac5b400): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063afdd880 item 91 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac5ba40): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac5ba40): open at offset 0 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac5ba40): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac5ba40): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac5ba40): >_readAt: n=0, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac5ba40): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac5ba40): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac5ba40): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.176639122 +0000 UTC m=+31.582460210 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac5ba40): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac74080): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac74080): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac74080): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063afddc00 item 92 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac74080): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac74080): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.177122206 +0000 UTC m=+31.582943294 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac74080): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac745c0): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac745c0): open at offset 5 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac745c0): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a99a000 item 92 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac745c0): _readAt: size=2, off=5 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac745c0): >_readAt: n=0, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac745c0): _writeAt: size=3, off=5 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac745c0): >_writeAt: n=3, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac745c0): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.177668631 +0000 UTC m=+31.583489718 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac745c0): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac74b80): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac74b80): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac74b80): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac74b80): >_readAt: n=3, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac74b80): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.177668631 +0000 UTC m=+31.583489718 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac74b80): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a99a230 item 92 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac751c0): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac751c0): open at offset 0 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac751c0): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac751c0): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac751c0): >_readAt: n=0, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac751c0): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac751c0): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac751c0): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.178890344 +0000 UTC m=+31.584711431 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac751c0): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac75700): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac75700): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac75700): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a99abd0 item 93 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac75700): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac75700): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.17936384 +0000 UTC m=+31.585184928 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac75700): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac75e00): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac75e00): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac75e00): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac75e00): >_readAt: n=5, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac75e00): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.17936384 +0000 UTC m=+31.585184928 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac75e00): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a99ae00 item 93 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac9e540): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac9e540): open at offset 0 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac9e540): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac9e540): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac9e540): >_readAt: n=0, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac9e540): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac9e540): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac9e540): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.180867447 +0000 UTC m=+31.586688534 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac9e540): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac9ea80): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac9ea80): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac9ea80): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a99b7a0 item 94 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac9ea80): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac9ea80): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.181429831 +0000 UTC m=+31.587250919 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac9ea80): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac9f180): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac9f180): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac9f180): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac9f180): >_readAt: n=5, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac9f180): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.181429831 +0000 UTC m=+31.587250919 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac9f180): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063a99bb20 item 94 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac9f7c0): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac9f7c0): open at offset 0 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac9f7c0): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac9f7c0): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac9f7c0): >_readAt: n=0, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac9f7c0): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac9f7c0): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac9f7c0): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.182951522 +0000 UTC m=+31.588772611 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac9f7c0): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac9fd00): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac9fd00): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac9fd00): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad00070 item 95 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac9fd00): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac9fd00): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.183521321 +0000 UTC m=+31.589342409 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ac9fd00): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad06500): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad06500): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad06500): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad06500): >_readAt: n=5, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad06500): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.183521321 +0000 UTC m=+31.589342409 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad06500): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad00310 item 95 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad06b40): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad06b40): open at offset 0 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad06b40): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad06b40): _readAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad06b40): >_readAt: n=0, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad06b40): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad06b40): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad06b40): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.184900933 +0000 UTC m=+31.590722021 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad06b40): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad07080): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad07080): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad07080): >openPending: err= 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad00690 item 96 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad07080): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad07080): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.185397913 +0000 UTC m=+31.591219002 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad07080): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/07 04:20:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/07 04:20:03 DEBUG : open-test-file: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad07780): _readAt: size=512, off=0 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad07780): openPending: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad07780): >openPending: err= 2026/06/07 04:20:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad07780): >_readAt: n=5, err=EOF 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad07780): close: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-07 04:20:03.185397913 +0000 UTC m=+31.591219002 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : open-test-file(0x32063ad07780): >close: err= 2026/06/07 04:20:03 DEBUG : open-test-file: Remove: 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x32063ad008c0 item 96 2026/06/07 04:20:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/07 04:20:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/07 04:20:03 DEBUG : open-test-file: >Remove: err= 2026/06/07 04:20:03 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:20:03 DEBUG : Looking for writers 2026/06/07 04:20:03 DEBUG : >WaitForWriters: 2026/06/07 04:20:03 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleOpenTests (0.38s) --- PASS: TestRWFileHandleOpenTests/writes (0.20s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full (0.18s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) === RUN TestRWFileModTimeWithOpenWriters run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:20:03 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:20:03 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/07 04:20:03 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:20:03 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:20:03 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:20:03 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/07 04:20:03 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:20:03 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:20:03 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/07 04:20:03 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:20:03 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/07 04:20:03 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : file1: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : file1(0x32063acbc480): openPending: 2026/06/07 04:20:03 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/07 04:20:03 DEBUG : file1(0x32063acbc480): >openPending: err= 2026/06/07 04:20:03 DEBUG : file1: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/07 04:20:03 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/06/07 04:20:03 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/06/07 04:20:03 DEBUG : file1(0x32063acbc480): _writeAt: size=2, off=0 2026/06/07 04:20:03 DEBUG : file1(0x32063acbc480): >_writeAt: n=2, err= 2026/06/07 04:20:03 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/06/07 04:20:03 DEBUG : file1(0x32063acbc480): RWFileHandle.Flush 2026/06/07 04:20:03 DEBUG : file1(0x32063acbc480): RWFileHandle.Release 2026/06/07 04:20:03 DEBUG : file1(0x32063acbc480): close: 2026/06/07 04:20:03 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/06/07 04:20:03 INFO : file1: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : file1(0x32063acbc480): >close: err= 2026/06/07 04:20:03 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:20:03 DEBUG : Looking for writers 2026/06/07 04:20:03 DEBUG : file1: reading active writers 2026/06/07 04:20:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/07 04:20:03 DEBUG : Looking for writers 2026/06/07 04:20:03 DEBUG : file1: reading active writers 2026/06/07 04:20:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/07 04:20:03 DEBUG : Looking for writers 2026/06/07 04:20:03 DEBUG : file1: reading active writers 2026/06/07 04:20:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/07 04:20:03 DEBUG : Looking for writers 2026/06/07 04:20:03 DEBUG : file1: reading active writers 2026/06/07 04:20:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/07 04:20:03 DEBUG : file1: vfs cache: starting upload 2026/06/07 04:20:03 DEBUG : file1.a0a9169e.partial: size = 2 OK 2026/06/07 04:20:03 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/file1.a0a9169e.partial" 2026/06/07 04:20:03 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:03 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/file1.a0a9169e.partial 2026/06/07 04:20:03 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/file1.a0a9169e.partial" 2026/06/07 04:20:03 DEBUG : Looking for writers 2026/06/07 04:20:03 DEBUG : file1: reading active writers 2026/06/07 04:20:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/07 04:20:03 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-xapuyil7kavu/dir/file1: no such file or directory 2026/06/07 04:20:03 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-xapuyil7kavu/dir/file1: no such file or directory 2026/06/07 04:20:03 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:03 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-xapuyil7kavu/file1.a0a9169e.partial 2026/06/07 04:20:03 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:03 DEBUG : file1.a0a9169e.partial: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/06/07 04:20:03 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/06/07 04:20:03 DEBUG : file1.a0a9169e.partial: renamed to: file1 2026/06/07 04:20:03 INFO : file1: Copied (new) 2026/06/07 04:20:03 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/file1" 2026/06/07 04:20:03 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:03 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/file1 2026/06/07 04:20:03 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/file1" 2026/06/07 04:20:03 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:03 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-xapuyil7kavu/file1 2026/06/07 04:20:03 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:03 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/06/07 04:20:03 DEBUG : file1: vfs cache: fingerprint now "2,2012-11-18 17:32:31 +0000 UTC,49f68a5c8493ec2c0bf489821c21fc3b" 2026/06/07 04:20:03 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/06/07 04:20:03 DEBUG : file1: Not setting pending mod time 2012-11-18 17:32:31 +0000 UTC as it is already set 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/07 04:20:03 INFO : file1: vfs cache: upload succeeded try #1 2026/06/07 04:20:03 DEBUG : Looking for writers 2026/06/07 04:20:03 DEBUG : file1: reading active writers 2026/06/07 04:20:03 DEBUG : >WaitForWriters: 2026/06/07 04:20:03 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/file1" 2026/06/07 04:20:03 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:03 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/file1 2026/06/07 04:20:03 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/file1" 2026/06/07 04:20:03 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:03 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-xapuyil7kavu/file1 2026/06/07 04:20:03 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:03 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/06/07 04:20:03 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/file1" 2026/06/07 04:20:03 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:03 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/file1 2026/06/07 04:20:03 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/file1" 2026/06/07 04:20:03 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:03 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: c22b5f9178342609428d6f51b2c5af4c0bde6a42 /rclone-test-xapuyil7kavu/file1 2026/06/07 04:20:03 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:03 DEBUG : file1: Parsed hash: c22b5f9178342609428d6f51b2c5af4c0bde6a42 2026/06/07 04:20:03 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:20:03 DEBUG : Looking for writers 2026/06/07 04:20:03 DEBUG : file1: reading active writers 2026/06/07 04:20:03 DEBUG : >WaitForWriters: 2026/06/07 04:20:03 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: cleaner exiting --- PASS: TestRWFileModTimeWithOpenWriters (0.53s) === RUN TestRWCacheRename run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:20:03 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:20:03 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/07 04:20:03 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:20:03 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:20:03 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:20:03 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/07 04:20:03 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:20:03 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:20:03 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/07 04:20:03 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:20:03 DEBUG : rename_me: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:03 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/07 04:20:03 DEBUG : rename_me: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:03 DEBUG : rename_me: newRWFileHandle: 2026/06/07 04:20:03 DEBUG : rename_me(0x32063ad07e40): openPending: 2026/06/07 04:20:03 DEBUG : rename_me: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/06/07 04:20:03 DEBUG : rename_me(0x32063ad07e40): >openPending: err= 2026/06/07 04:20:03 DEBUG : rename_me: >newRWFileHandle: err= 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/06/07 04:20:03 DEBUG : rename_me: >Open: fd=rename_me (rw), err= 2026/06/07 04:20:03 DEBUG : rename_me: >OpenFile: fd=rename_me (rw), err= 2026/06/07 04:20:03 DEBUG : rename_me(0x32063ad07e40): _writeAt: size=5, off=0 2026/06/07 04:20:03 DEBUG : rename_me(0x32063ad07e40): >_writeAt: n=5, err= 2026/06/07 04:20:03 DEBUG : rename_me(0x32063ad07e40): close: 2026/06/07 04:20:03 DEBUG : rename_me: vfs cache: setting modification time to 2026-06-07 04:20:03.718774265 +0000 UTC m=+32.124595353 2026/06/07 04:20:03 INFO : rename_me: vfs cache: queuing for upload in 100ms 2026/06/07 04:20:03 DEBUG : rename_me(0x32063ad07e40): >close: err= 2026/06/07 04:20:03 INFO : rename_me: vfs cache: renamed in cache to "i_was_renamed" 2026/06/07 04:20:03 DEBUG : i_was_renamed: Updating file with 0x32063ad3c270 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vDel: "rename_me" 2026/06/07 04:20:03 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/06/07 04:20:03 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:20:03 DEBUG : Looking for writers 2026/06/07 04:20:03 DEBUG : i_was_renamed: reading active writers 2026/06/07 04:20:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/07 04:20:03 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-xapuyil7kavu/dir/file1: no such file or directory 2026/06/07 04:20:03 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-xapuyil7kavu/dir/file1: no such file or directory 2026/06/07 04:20:03 DEBUG : Looking for writers 2026/06/07 04:20:03 DEBUG : i_was_renamed: reading active writers 2026/06/07 04:20:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/07 04:20:03 DEBUG : Looking for writers 2026/06/07 04:20:03 DEBUG : i_was_renamed: reading active writers 2026/06/07 04:20:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/07 04:20:03 DEBUG : Looking for writers 2026/06/07 04:20:03 DEBUG : i_was_renamed: reading active writers 2026/06/07 04:20:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/07 04:20:03 DEBUG : i_was_renamed: vfs cache: starting upload 2026/06/07 04:20:03 DEBUG : i_was_renamed.b292d481.partial: size = 5 OK 2026/06/07 04:20:03 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/i_was_renamed.b292d481.partial" 2026/06/07 04:20:03 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:03 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/i_was_renamed.b292d481.partial 2026/06/07 04:20:03 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/i_was_renamed.b292d481.partial" 2026/06/07 04:20:03 DEBUG : Looking for writers 2026/06/07 04:20:03 DEBUG : i_was_renamed: reading active writers 2026/06/07 04:20:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/07 04:20:03 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:03 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-xapuyil7kavu/i_was_renamed.b292d481.partial 2026/06/07 04:20:03 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:03 DEBUG : i_was_renamed.b292d481.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/07 04:20:03 DEBUG : i_was_renamed: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/06/07 04:20:03 DEBUG : i_was_renamed.b292d481.partial: renamed to: i_was_renamed 2026/06/07 04:20:03 INFO : i_was_renamed: Copied (new) 2026/06/07 04:20:03 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/i_was_renamed" 2026/06/07 04:20:03 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:03 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/i_was_renamed 2026/06/07 04:20:03 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/i_was_renamed" 2026/06/07 04:20:04 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:04 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-xapuyil7kavu/i_was_renamed 2026/06/07 04:20:04 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:04 DEBUG : i_was_renamed: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/07 04:20:04 DEBUG : i_was_renamed: vfs cache: fingerprint now "5,2026-06-07 04:20:03 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/06/07 04:20:04 DEBUG : i_was_renamed: vfs cache: writeback object to VFS layer 2026/06/07 04:20:04 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/06/07 04:20:04 INFO : i_was_renamed: vfs cache: upload succeeded try #1 2026/06/07 04:20:04 DEBUG : Looking for writers 2026/06/07 04:20:04 DEBUG : i_was_renamed: reading active writers 2026/06/07 04:20:04 DEBUG : >WaitForWriters: 2026/06/07 04:20:04 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: cleaner exiting --- PASS: TestRWCacheRename (0.32s) === RUN TestRWCacheUpdate run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:20:04 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:20:04 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/07 04:20:04 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:20:04 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:20:04 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:20:04 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/07 04:20:04 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:20:04 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:20:04 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/07 04:20:04 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xapuyil7kavu" 2026/06/07 04:20:04 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/07 04:20:04 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/TestRWCacheUpdate" 2026/06/07 04:20:04 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:04 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/TestRWCacheUpdate 2026/06/07 04:20:04 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/TestRWCacheUpdate" 2026/06/07 04:20:04 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:04 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-xapuyil7kavu/TestRWCacheUpdate 2026/06/07 04:20:04 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:04 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/06/07 04:20:04 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/TestRWCacheUpdate" 2026/06/07 04:20:04 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:04 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/TestRWCacheUpdate 2026/06/07 04:20:04 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/TestRWCacheUpdate" 2026/06/07 04:20:04 DEBUG : forgetting directory cache 2026/06/07 04:20:04 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:04 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 288158e561053f03b91b9361f5d0328ac9e349fc /rclone-test-xapuyil7kavu/TestRWCacheUpdate 2026/06/07 04:20:04 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:04 DEBUG : TestRWCacheUpdate: Parsed hash: 288158e561053f03b91b9361f5d0328ac9e349fc 2026/06/07 04:20:04 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:04 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/06/07 04:20:04 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/06/07 04:20:04 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/06/07 04:20:04 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/06/07 04:20:04 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/06/07 04:20:04 DEBUG : TestRWCacheUpdate(0x32063acbcd00): _readAt: size=512, off=0 2026/06/07 04:20:04 DEBUG : TestRWCacheUpdate(0x32063acbcd00): openPending: 2026/06/07 04:20:04 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/TestRWCacheUpdate" 2026/06/07 04:20:04 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:04 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/TestRWCacheUpdate 2026/06/07 04:20:04 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/TestRWCacheUpdate" 2026/06/07 04:20:04 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:04 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-xapuyil7kavu/TestRWCacheUpdate 2026/06/07 04:20:04 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:04 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/06/07 04:20:04 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-06-07 03:21:04 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" against cached fingerprint "" 2026/06/07 04:20:04 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/06/07 04:20:04 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/07 04:20:04 DEBUG : TestRWCacheUpdate(0x32063acbcd00): >openPending: err= 2026/06/07 04:20:04 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/06/07 04:20:04 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/07 04:20:04 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/07 04:20:04 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/06/07 04:20:04 DEBUG : TestRWCacheUpdate(0x32063acbcd00): >_readAt: n=20, err=EOF 2026/06/07 04:20:04 DEBUG : TestRWCacheUpdate(0x32063acbcd00): close: 2026/06/07 04:20:04 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-06-07 03:21:04 +0000 UTC 2026/06/07 04:20:04 DEBUG : TestRWCacheUpdate(0x32063acbcd00): >close: err= 2026/06/07 04:20:04 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/TestRWCacheUpdate" 2026/06/07 04:20:04 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:04 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/TestRWCacheUpdate 2026/06/07 04:20:04 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/TestRWCacheUpdate" 2026/06/07 04:20:04 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:04 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-xapuyil7kavu/TestRWCacheUpdate 2026/06/07 04:20:04 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:04 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/06/07 04:20:04 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/TestRWCacheUpdate" 2026/06/07 04:20:04 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:04 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/TestRWCacheUpdate 2026/06/07 04:20:04 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/TestRWCacheUpdate" 2026/06/07 04:20:04 DEBUG : forgetting directory cache 2026/06/07 04:20:04 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/07 04:20:04 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:04 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 /rclone-test-xapuyil7kavu/TestRWCacheUpdate 2026/06/07 04:20:04 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:04 DEBUG : TestRWCacheUpdate: Parsed hash: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 2026/06/07 04:20:04 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:04 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/06/07 04:20:04 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/06/07 04:20:04 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/06/07 04:20:04 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/06/07 04:20:04 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/06/07 04:20:04 DEBUG : TestRWCacheUpdate(0x32063acbd480): _readAt: size=512, off=0 2026/06/07 04:20:04 DEBUG : TestRWCacheUpdate(0x32063acbd480): openPending: 2026/06/07 04:20:04 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/TestRWCacheUpdate" 2026/06/07 04:20:04 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:04 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/TestRWCacheUpdate 2026/06/07 04:20:04 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/TestRWCacheUpdate" 2026/06/07 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-xapuyil7kavu/TestRWCacheUpdate 2026/06/07 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:05 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/06/07 04:20:05 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-06-07 03:22:04 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" against cached fingerprint "20,2026-06-07 03:21:04 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" 2026/06/07 04:20:05 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-06-07 03:22:04 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" != cached fingerprint "20,2026-06-07 03:21:04 +0000 UTC,8558f20bbf1a5777c862752b37ad49be") 2026/06/07 04:20:05 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/06/07 04:20:05 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/06/07 04:20:05 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/06/07 04:20:05 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/07 04:20:05 DEBUG : TestRWCacheUpdate(0x32063acbd480): >openPending: err= 2026/06/07 04:20:05 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/06/07 04:20:05 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/07 04:20:05 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/07 04:20:05 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/06/07 04:20:05 DEBUG : TestRWCacheUpdate(0x32063acbd480): >_readAt: n=20, err=EOF 2026/06/07 04:20:05 DEBUG : TestRWCacheUpdate(0x32063acbd480): close: 2026/06/07 04:20:05 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-06-07 03:22:04 +0000 UTC 2026/06/07 04:20:05 DEBUG : TestRWCacheUpdate(0x32063acbd480): >close: err= 2026/06/07 04:20:05 DEBUG : Re-reading directory (100.40067ms old) 2026/06/07 04:20:05 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/07 04:20:05 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/06/07 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/TestRWCacheUpdate" 2026/06/07 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/TestRWCacheUpdate 2026/06/07 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/TestRWCacheUpdate" 2026/06/07 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-xapuyil7kavu/TestRWCacheUpdate 2026/06/07 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:05 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/06/07 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/TestRWCacheUpdate" 2026/06/07 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/TestRWCacheUpdate 2026/06/07 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/TestRWCacheUpdate" 2026/06/07 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: cdbdc94ef0e50810466d21c31d02b8365e9616d2 /rclone-test-xapuyil7kavu/TestRWCacheUpdate 2026/06/07 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:05 DEBUG : TestRWCacheUpdate: Parsed hash: cdbdc94ef0e50810466d21c31d02b8365e9616d2 2026/06/07 04:20:05 DEBUG : forgetting directory cache 2026/06/07 04:20:05 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:05 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/06/07 04:20:05 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/06/07 04:20:05 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/06/07 04:20:05 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/06/07 04:20:05 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/06/07 04:20:05 DEBUG : TestRWCacheUpdate(0x32063a68b940): _readAt: size=512, off=0 2026/06/07 04:20:05 DEBUG : TestRWCacheUpdate(0x32063a68b940): openPending: 2026/06/07 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/TestRWCacheUpdate" 2026/06/07 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/TestRWCacheUpdate 2026/06/07 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/TestRWCacheUpdate" 2026/06/07 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-xapuyil7kavu/TestRWCacheUpdate 2026/06/07 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:05 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/06/07 04:20:05 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-06-07 03:23:04 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" against cached fingerprint "20,2026-06-07 03:22:04 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" 2026/06/07 04:20:05 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-06-07 03:23:04 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" != cached fingerprint "20,2026-06-07 03:22:04 +0000 UTC,944a242d910e2bbacae0d0db8c64490a") 2026/06/07 04:20:05 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/06/07 04:20:05 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/06/07 04:20:05 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/06/07 04:20:05 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/07 04:20:05 DEBUG : TestRWCacheUpdate(0x32063a68b940): >openPending: err= 2026/06/07 04:20:05 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/06/07 04:20:05 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/07 04:20:05 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/07 04:20:05 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/06/07 04:20:05 DEBUG : TestRWCacheUpdate(0x32063a68b940): >_readAt: n=20, err=EOF 2026/06/07 04:20:05 DEBUG : TestRWCacheUpdate(0x32063a68b940): close: 2026/06/07 04:20:05 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-06-07 03:23:04 +0000 UTC 2026/06/07 04:20:05 DEBUG : TestRWCacheUpdate(0x32063a68b940): >close: err= 2026/06/07 04:20:05 DEBUG : Re-reading directory (100.491863ms old) 2026/06/07 04:20:05 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/07 04:20:05 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/06/07 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/TestRWCacheUpdate" 2026/06/07 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/TestRWCacheUpdate 2026/06/07 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/TestRWCacheUpdate" 2026/06/07 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-xapuyil7kavu/TestRWCacheUpdate 2026/06/07 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:05 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/06/07 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/TestRWCacheUpdate" 2026/06/07 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/TestRWCacheUpdate 2026/06/07 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/TestRWCacheUpdate" 2026/06/07 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 /rclone-test-xapuyil7kavu/TestRWCacheUpdate 2026/06/07 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:05 DEBUG : TestRWCacheUpdate: Parsed hash: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 2026/06/07 04:20:05 DEBUG : forgetting directory cache 2026/06/07 04:20:05 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:05 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/06/07 04:20:05 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/06/07 04:20:05 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/06/07 04:20:05 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/06/07 04:20:05 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/06/07 04:20:05 DEBUG : TestRWCacheUpdate(0x32063ab7e4c0): _readAt: size=512, off=0 2026/06/07 04:20:05 DEBUG : TestRWCacheUpdate(0x32063ab7e4c0): openPending: 2026/06/07 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/TestRWCacheUpdate" 2026/06/07 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/TestRWCacheUpdate 2026/06/07 04:20:05 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/TestRWCacheUpdate" 2026/06/07 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-xapuyil7kavu/TestRWCacheUpdate 2026/06/07 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:06 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/06/07 04:20:06 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-06-07 03:24:04 +0000 UTC,a8c7956852282e88c22a986150cb5a68" against cached fingerprint "20,2026-06-07 03:23:04 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" 2026/06/07 04:20:06 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-06-07 03:24:04 +0000 UTC,a8c7956852282e88c22a986150cb5a68" != cached fingerprint "20,2026-06-07 03:23:04 +0000 UTC,4e063366550d230fc1fb85c19dbb494d") 2026/06/07 04:20:06 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/06/07 04:20:06 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/06/07 04:20:06 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/06/07 04:20:06 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/07 04:20:06 DEBUG : TestRWCacheUpdate(0x32063ab7e4c0): >openPending: err= 2026/06/07 04:20:06 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/06/07 04:20:06 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/07 04:20:06 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/07 04:20:06 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/06/07 04:20:06 DEBUG : TestRWCacheUpdate(0x32063ab7e4c0): >_readAt: n=20, err=EOF 2026/06/07 04:20:06 DEBUG : TestRWCacheUpdate(0x32063ab7e4c0): close: 2026/06/07 04:20:06 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-06-07 03:24:04 +0000 UTC 2026/06/07 04:20:06 DEBUG : TestRWCacheUpdate(0x32063ab7e4c0): >close: err= 2026/06/07 04:20:06 DEBUG : Re-reading directory (101.279033ms old) 2026/06/07 04:20:06 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/07 04:20:06 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/06/07 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/TestRWCacheUpdate" 2026/06/07 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/TestRWCacheUpdate 2026/06/07 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/TestRWCacheUpdate" 2026/06/07 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-xapuyil7kavu/TestRWCacheUpdate 2026/06/07 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:06 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/06/07 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/TestRWCacheUpdate" 2026/06/07 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/TestRWCacheUpdate 2026/06/07 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/TestRWCacheUpdate" 2026/06/07 04:20:06 DEBUG : forgetting directory cache 2026/06/07 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: ceb5d9ade326cb4f1198af16dc24366d3d9c950f /rclone-test-xapuyil7kavu/TestRWCacheUpdate 2026/06/07 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:06 DEBUG : TestRWCacheUpdate: Parsed hash: ceb5d9ade326cb4f1198af16dc24366d3d9c950f 2026/06/07 04:20:06 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:06 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/06/07 04:20:06 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/06/07 04:20:06 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/06/07 04:20:06 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/06/07 04:20:06 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/06/07 04:20:06 DEBUG : TestRWCacheUpdate(0x32063ad49280): _readAt: size=512, off=0 2026/06/07 04:20:06 DEBUG : TestRWCacheUpdate(0x32063ad49280): openPending: 2026/06/07 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/TestRWCacheUpdate" 2026/06/07 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/TestRWCacheUpdate 2026/06/07 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/TestRWCacheUpdate" 2026/06/07 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-xapuyil7kavu/TestRWCacheUpdate 2026/06/07 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:06 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/06/07 04:20:06 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-06-07 03:25:04 +0000 UTC,25074c7237d5f7774d304950950b2d66" against cached fingerprint "20,2026-06-07 03:24:04 +0000 UTC,a8c7956852282e88c22a986150cb5a68" 2026/06/07 04:20:06 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-06-07 03:25:04 +0000 UTC,25074c7237d5f7774d304950950b2d66" != cached fingerprint "20,2026-06-07 03:24:04 +0000 UTC,a8c7956852282e88c22a986150cb5a68") 2026/06/07 04:20:06 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/06/07 04:20:06 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/06/07 04:20:06 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/06/07 04:20:06 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/07 04:20:06 DEBUG : TestRWCacheUpdate(0x32063ad49280): >openPending: err= 2026/06/07 04:20:06 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/06/07 04:20:06 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/07 04:20:06 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/07 04:20:06 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/06/07 04:20:06 DEBUG : TestRWCacheUpdate(0x32063ad49280): >_readAt: n=20, err=EOF 2026/06/07 04:20:06 DEBUG : TestRWCacheUpdate(0x32063ad49280): close: 2026/06/07 04:20:06 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-06-07 03:25:04 +0000 UTC 2026/06/07 04:20:06 DEBUG : TestRWCacheUpdate(0x32063ad49280): >close: err= 2026/06/07 04:20:06 DEBUG : Re-reading directory (114.015805ms old) 2026/06/07 04:20:06 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/07 04:20:06 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/06/07 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/TestRWCacheUpdate" 2026/06/07 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/TestRWCacheUpdate 2026/06/07 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/TestRWCacheUpdate" 2026/06/07 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-xapuyil7kavu/TestRWCacheUpdate 2026/06/07 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:06 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/06/07 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/TestRWCacheUpdate" 2026/06/07 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/TestRWCacheUpdate 2026/06/07 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/TestRWCacheUpdate" 2026/06/07 04:20:06 DEBUG : forgetting directory cache 2026/06/07 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 5f11b0143ac8866346332777b557a7153a9d90b8 /rclone-test-xapuyil7kavu/TestRWCacheUpdate 2026/06/07 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:06 DEBUG : TestRWCacheUpdate: Parsed hash: 5f11b0143ac8866346332777b557a7153a9d90b8 2026/06/07 04:20:06 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:06 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/06/07 04:20:06 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/06/07 04:20:06 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/06/07 04:20:06 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/06/07 04:20:06 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/06/07 04:20:06 DEBUG : TestRWCacheUpdate(0x32063a9ccdc0): _readAt: size=512, off=0 2026/06/07 04:20:06 DEBUG : TestRWCacheUpdate(0x32063a9ccdc0): openPending: 2026/06/07 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/TestRWCacheUpdate" 2026/06/07 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/TestRWCacheUpdate 2026/06/07 04:20:06 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/TestRWCacheUpdate" 2026/06/07 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-xapuyil7kavu/TestRWCacheUpdate 2026/06/07 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:07 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/06/07 04:20:07 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-06-07 03:26:04 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" against cached fingerprint "20,2026-06-07 03:25:04 +0000 UTC,25074c7237d5f7774d304950950b2d66" 2026/06/07 04:20:07 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-06-07 03:26:04 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" != cached fingerprint "20,2026-06-07 03:25:04 +0000 UTC,25074c7237d5f7774d304950950b2d66") 2026/06/07 04:20:07 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/06/07 04:20:07 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/06/07 04:20:07 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/06/07 04:20:07 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/07 04:20:07 DEBUG : TestRWCacheUpdate(0x32063a9ccdc0): >openPending: err= 2026/06/07 04:20:07 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/06/07 04:20:07 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/07 04:20:07 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/07 04:20:07 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/06/07 04:20:07 DEBUG : TestRWCacheUpdate(0x32063a9ccdc0): >_readAt: n=20, err=EOF 2026/06/07 04:20:07 DEBUG : TestRWCacheUpdate(0x32063a9ccdc0): close: 2026/06/07 04:20:07 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-06-07 03:26:04 +0000 UTC 2026/06/07 04:20:07 DEBUG : TestRWCacheUpdate(0x32063a9ccdc0): >close: err= 2026/06/07 04:20:07 DEBUG : Re-reading directory (100.391804ms old) 2026/06/07 04:20:07 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/07 04:20:07 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/06/07 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/TestRWCacheUpdate" 2026/06/07 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/TestRWCacheUpdate 2026/06/07 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/TestRWCacheUpdate" 2026/06/07 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-xapuyil7kavu/TestRWCacheUpdate 2026/06/07 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:07 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/06/07 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/TestRWCacheUpdate" 2026/06/07 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/TestRWCacheUpdate 2026/06/07 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/TestRWCacheUpdate" 2026/06/07 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 /rclone-test-xapuyil7kavu/TestRWCacheUpdate 2026/06/07 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:07 DEBUG : TestRWCacheUpdate: Parsed hash: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 2026/06/07 04:20:07 DEBUG : forgetting directory cache 2026/06/07 04:20:07 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:07 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/06/07 04:20:07 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/06/07 04:20:07 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/06/07 04:20:07 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/06/07 04:20:07 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/06/07 04:20:07 DEBUG : TestRWCacheUpdate(0x32063ab7f3c0): _readAt: size=512, off=0 2026/06/07 04:20:07 DEBUG : TestRWCacheUpdate(0x32063ab7f3c0): openPending: 2026/06/07 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/TestRWCacheUpdate" 2026/06/07 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/TestRWCacheUpdate 2026/06/07 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/TestRWCacheUpdate" 2026/06/07 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-xapuyil7kavu/TestRWCacheUpdate 2026/06/07 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:07 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/06/07 04:20:07 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "21,2026-06-07 03:27:04 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" against cached fingerprint "20,2026-06-07 03:26:04 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" 2026/06/07 04:20:07 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "21,2026-06-07 03:27:04 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" != cached fingerprint "20,2026-06-07 03:26:04 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00") 2026/06/07 04:20:07 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/06/07 04:20:07 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/06/07 04:20:07 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=21 2026/06/07 04:20:07 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/07 04:20:07 DEBUG : TestRWCacheUpdate(0x32063ab7f3c0): >openPending: err= 2026/06/07 04:20:07 DEBUG : vfs cache: looking for range={Pos:0 Size:21} in [] - present false 2026/06/07 04:20:07 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/07 04:20:07 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/07 04:20:07 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/06/07 04:20:07 DEBUG : TestRWCacheUpdate(0x32063ab7f3c0): >_readAt: n=21, err=EOF 2026/06/07 04:20:07 DEBUG : TestRWCacheUpdate(0x32063ab7f3c0): close: 2026/06/07 04:20:07 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-06-07 03:27:04 +0000 UTC 2026/06/07 04:20:07 DEBUG : TestRWCacheUpdate(0x32063ab7f3c0): >close: err= 2026/06/07 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/TestRWCacheUpdate" 2026/06/07 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/TestRWCacheUpdate 2026/06/07 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/TestRWCacheUpdate" 2026/06/07 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-xapuyil7kavu/TestRWCacheUpdate 2026/06/07 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:07 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/06/07 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/TestRWCacheUpdate" 2026/06/07 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/TestRWCacheUpdate 2026/06/07 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/TestRWCacheUpdate" 2026/06/07 04:20:07 DEBUG : forgetting directory cache 2026/06/07 04:20:07 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/07 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 /rclone-test-xapuyil7kavu/TestRWCacheUpdate 2026/06/07 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:07 DEBUG : TestRWCacheUpdate: Parsed hash: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 2026/06/07 04:20:07 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:07 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/06/07 04:20:07 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/06/07 04:20:07 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/06/07 04:20:07 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/06/07 04:20:07 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/06/07 04:20:07 DEBUG : TestRWCacheUpdate(0x32063ab7fc00): _readAt: size=512, off=0 2026/06/07 04:20:07 DEBUG : TestRWCacheUpdate(0x32063ab7fc00): openPending: 2026/06/07 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/TestRWCacheUpdate" 2026/06/07 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/TestRWCacheUpdate 2026/06/07 04:20:07 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/TestRWCacheUpdate" 2026/06/07 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-xapuyil7kavu/TestRWCacheUpdate 2026/06/07 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:08 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/06/07 04:20:08 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "22,2026-06-07 03:28:04 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" against cached fingerprint "21,2026-06-07 03:27:04 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" 2026/06/07 04:20:08 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "22,2026-06-07 03:28:04 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" != cached fingerprint "21,2026-06-07 03:27:04 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7") 2026/06/07 04:20:08 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/06/07 04:20:08 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/06/07 04:20:08 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=22 2026/06/07 04:20:08 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/07 04:20:08 DEBUG : TestRWCacheUpdate(0x32063ab7fc00): >openPending: err= 2026/06/07 04:20:08 DEBUG : vfs cache: looking for range={Pos:0 Size:22} in [] - present false 2026/06/07 04:20:08 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/07 04:20:08 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/07 04:20:08 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/06/07 04:20:08 DEBUG : TestRWCacheUpdate(0x32063ab7fc00): >_readAt: n=22, err=EOF 2026/06/07 04:20:08 DEBUG : TestRWCacheUpdate(0x32063ab7fc00): close: 2026/06/07 04:20:08 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-06-07 03:28:04 +0000 UTC 2026/06/07 04:20:08 DEBUG : TestRWCacheUpdate(0x32063ab7fc00): >close: err= 2026/06/07 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/TestRWCacheUpdate" 2026/06/07 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/TestRWCacheUpdate 2026/06/07 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/TestRWCacheUpdate" 2026/06/07 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-xapuyil7kavu/TestRWCacheUpdate 2026/06/07 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:08 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/06/07 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/TestRWCacheUpdate" 2026/06/07 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/TestRWCacheUpdate 2026/06/07 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/TestRWCacheUpdate" 2026/06/07 04:20:08 DEBUG : forgetting directory cache 2026/06/07 04:20:08 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/07 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 /rclone-test-xapuyil7kavu/TestRWCacheUpdate 2026/06/07 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:08 DEBUG : TestRWCacheUpdate: Parsed hash: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 2026/06/07 04:20:08 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:08 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/06/07 04:20:08 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/06/07 04:20:08 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/06/07 04:20:08 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/06/07 04:20:08 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/06/07 04:20:08 DEBUG : TestRWCacheUpdate(0x32063aa21880): _readAt: size=512, off=0 2026/06/07 04:20:08 DEBUG : TestRWCacheUpdate(0x32063aa21880): openPending: 2026/06/07 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/TestRWCacheUpdate" 2026/06/07 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/TestRWCacheUpdate 2026/06/07 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/TestRWCacheUpdate" 2026/06/07 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-xapuyil7kavu/TestRWCacheUpdate 2026/06/07 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:08 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/06/07 04:20:08 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "23,2026-06-07 03:29:04 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" against cached fingerprint "22,2026-06-07 03:28:04 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" 2026/06/07 04:20:08 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "23,2026-06-07 03:29:04 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" != cached fingerprint "22,2026-06-07 03:28:04 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca") 2026/06/07 04:20:08 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/06/07 04:20:08 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/06/07 04:20:08 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=23 2026/06/07 04:20:08 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/07 04:20:08 DEBUG : TestRWCacheUpdate(0x32063aa21880): >openPending: err= 2026/06/07 04:20:08 DEBUG : vfs cache: looking for range={Pos:0 Size:23} in [] - present false 2026/06/07 04:20:08 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/07 04:20:08 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/07 04:20:08 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/06/07 04:20:08 DEBUG : TestRWCacheUpdate(0x32063aa21880): >_readAt: n=23, err=EOF 2026/06/07 04:20:08 DEBUG : TestRWCacheUpdate(0x32063aa21880): close: 2026/06/07 04:20:08 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-06-07 03:29:04 +0000 UTC 2026/06/07 04:20:08 DEBUG : TestRWCacheUpdate(0x32063aa21880): >close: err= 2026/06/07 04:20:08 DEBUG : Re-reading directory (107.460666ms old) 2026/06/07 04:20:08 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/07 04:20:08 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/06/07 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/TestRWCacheUpdate" 2026/06/07 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/TestRWCacheUpdate 2026/06/07 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/TestRWCacheUpdate" 2026/06/07 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-xapuyil7kavu/TestRWCacheUpdate 2026/06/07 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:08 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/06/07 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/TestRWCacheUpdate" 2026/06/07 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/TestRWCacheUpdate 2026/06/07 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/TestRWCacheUpdate" 2026/06/07 04:20:08 DEBUG : forgetting directory cache 2026/06/07 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 62773e350f2f87e22c3d3c0d445c7a429aae8efa /rclone-test-xapuyil7kavu/TestRWCacheUpdate 2026/06/07 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:08 DEBUG : TestRWCacheUpdate: Parsed hash: 62773e350f2f87e22c3d3c0d445c7a429aae8efa 2026/06/07 04:20:08 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:08 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/06/07 04:20:08 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/06/07 04:20:08 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/06/07 04:20:08 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/06/07 04:20:08 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/06/07 04:20:08 DEBUG : TestRWCacheUpdate(0x32063ab78f80): _readAt: size=512, off=0 2026/06/07 04:20:08 DEBUG : TestRWCacheUpdate(0x32063ab78f80): openPending: 2026/06/07 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/TestRWCacheUpdate" 2026/06/07 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/TestRWCacheUpdate 2026/06/07 04:20:08 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/TestRWCacheUpdate" 2026/06/07 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-xapuyil7kavu/TestRWCacheUpdate 2026/06/07 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:09 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/06/07 04:20:09 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "24,2026-06-07 03:30:04 +0000 UTC,074978d6705e58530a3c8d378a08fa37" against cached fingerprint "23,2026-06-07 03:29:04 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" 2026/06/07 04:20:09 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "24,2026-06-07 03:30:04 +0000 UTC,074978d6705e58530a3c8d378a08fa37" != cached fingerprint "23,2026-06-07 03:29:04 +0000 UTC,a04b60cad5c51870e80f668df3d720c0") 2026/06/07 04:20:09 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/06/07 04:20:09 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/06/07 04:20:09 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=24 2026/06/07 04:20:09 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/07 04:20:09 DEBUG : TestRWCacheUpdate(0x32063ab78f80): >openPending: err= 2026/06/07 04:20:09 DEBUG : vfs cache: looking for range={Pos:0 Size:24} in [] - present false 2026/06/07 04:20:09 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/07 04:20:09 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/07 04:20:09 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/06/07 04:20:09 DEBUG : TestRWCacheUpdate(0x32063ab78f80): >_readAt: n=24, err=EOF 2026/06/07 04:20:09 DEBUG : TestRWCacheUpdate(0x32063ab78f80): close: 2026/06/07 04:20:09 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-06-07 03:30:04 +0000 UTC 2026/06/07 04:20:09 DEBUG : TestRWCacheUpdate(0x32063ab78f80): >close: err= 2026/06/07 04:20:09 DEBUG : Re-reading directory (114.363142ms old) 2026/06/07 04:20:09 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/07 04:20:09 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/06/07 04:20:09 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:20:09 DEBUG : Looking for writers 2026/06/07 04:20:09 DEBUG : TestRWCacheUpdate: reading active writers 2026/06/07 04:20:09 DEBUG : >WaitForWriters: 2026/06/07 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: vfs cache: cleaner exiting --- PASS: TestRWCacheUpdate (5.05s) === RUN TestCaseSensitivity run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/FiLeA" 2026/06/07 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/FiLeA 2026/06/07 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/FiLeA" 2026/06/07 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-xapuyil7kavu/FiLeA 2026/06/07 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:09 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/06/07 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/FiLeA" 2026/06/07 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/FiLeA 2026/06/07 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/FiLeA" 2026/06/07 04:20:09 DEBUG : forgetting directory cache 2026/06/07 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-xapuyil7kavu/FiLeA 2026/06/07 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:09 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/06/07 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/FiLeB" 2026/06/07 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/FiLeB 2026/06/07 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/FiLeB" 2026/06/07 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-xapuyil7kavu/FiLeB 2026/06/07 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:09 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/06/07 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/FiLeB" 2026/06/07 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/FiLeB 2026/06/07 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/FiLeB" 2026/06/07 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-xapuyil7kavu/FiLeB 2026/06/07 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:09 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/06/07 04:20:09 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:20:09 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:20:09 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/07 04:20:09 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/06/07 04:20:09 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/06/07 04:20:09 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/06/07 04:20:09 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/06/07 04:20:09 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/07 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/FiLeA" 2026/06/07 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/FiLeA 2026/06/07 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/FiLeA" 2026/06/07 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-xapuyil7kavu/FiLeA 2026/06/07 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:09 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/06/07 04:20:09 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/07 04:20:09 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/06/07 04:20:09 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/06/07 04:20:09 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/06/07 04:20:09 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/06/07 04:20:09 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/07 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/FiLeA" 2026/06/07 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/FiLeA 2026/06/07 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/FiLeA" 2026/06/07 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-xapuyil7kavu/FiLeA 2026/06/07 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:09 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/06/07 04:20:09 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/07 04:20:09 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/06/07 04:20:09 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/06/07 04:20:09 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/06/07 04:20:09 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/06/07 04:20:09 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/07 04:20:09 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/07 04:20:09 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/06/07 04:20:09 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/06/07 04:20:09 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/06/07 04:20:09 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/06/07 04:20:09 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/07 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/FiLeB" 2026/06/07 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/FiLeB 2026/06/07 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/FiLeB" 2026/06/07 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-xapuyil7kavu/FiLeB 2026/06/07 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:09 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/06/07 04:20:09 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/07 04:20:09 DEBUG : FilEb: Open: flags=O_RDONLY 2026/06/07 04:20:09 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/06/07 04:20:09 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/06/07 04:20:09 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/06/07 04:20:09 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/07 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/FilEb" 2026/06/07 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/FilEb 2026/06/07 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/FilEb" 2026/06/07 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-xapuyil7kavu/FilEb 2026/06/07 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:09 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/06/07 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/FiLeA" 2026/06/07 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/FiLeA 2026/06/07 04:20:09 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/FiLeA" 2026/06/07 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-xapuyil7kavu/FiLeA 2026/06/07 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:10 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/06/07 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/FiLeA" 2026/06/07 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/FiLeA 2026/06/07 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/FiLeA" 2026/06/07 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-xapuyil7kavu/FiLeA 2026/06/07 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:10 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/06/07 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/FiLeB" 2026/06/07 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/FiLeB 2026/06/07 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/FiLeB" 2026/06/07 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-xapuyil7kavu/FiLeB 2026/06/07 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:10 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/06/07 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/FiLeB" 2026/06/07 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/FiLeB 2026/06/07 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/FiLeB" 2026/06/07 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-xapuyil7kavu/FiLeB 2026/06/07 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:10 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/06/07 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/FilEb" 2026/06/07 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/FilEb 2026/06/07 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/FilEb" 2026/06/07 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-xapuyil7kavu/FilEb 2026/06/07 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:10 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/06/07 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/FilEb" 2026/06/07 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/FilEb 2026/06/07 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/FilEb" 2026/06/07 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 7a5211eef71caf0a250ea202616030c063bd4f75 /rclone-test-xapuyil7kavu/FilEb 2026/06/07 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:10 DEBUG : FilEb: Parsed hash: 7a5211eef71caf0a250ea202616030c063bd4f75 2026/06/07 04:20:10 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/07 04:20:10 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/06/07 04:20:10 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/06/07 04:20:10 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/06/07 04:20:10 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/06/07 04:20:10 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/07 04:20:10 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/07 04:20:10 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/06/07 04:20:10 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/06/07 04:20:10 DEBUG : fileA: >OpenFile: fd=FiLeA (r), err= 2026/06/07 04:20:10 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/06/07 04:20:10 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/07 04:20:10 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/07 04:20:10 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/06/07 04:20:10 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/06/07 04:20:10 DEBUG : filea: >OpenFile: fd=FiLeA (r), err= 2026/06/07 04:20:10 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/06/07 04:20:10 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/07 04:20:10 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/07 04:20:10 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/06/07 04:20:10 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/06/07 04:20:10 DEBUG : FILEA: >OpenFile: fd=FiLeA (r), err= 2026/06/07 04:20:10 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/06/07 04:20:10 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/07 04:20:10 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/07 04:20:10 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/06/07 04:20:10 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/06/07 04:20:10 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/06/07 04:20:10 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/06/07 04:20:10 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/07 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/FiLeB" 2026/06/07 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/FiLeB 2026/06/07 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/FiLeB" 2026/06/07 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-xapuyil7kavu/FiLeB 2026/06/07 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:10 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/06/07 04:20:10 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/07 04:20:10 DEBUG : FilEb: Open: flags=O_RDONLY 2026/06/07 04:20:10 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/06/07 04:20:10 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/06/07 04:20:10 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/06/07 04:20:10 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/07 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/FilEb" 2026/06/07 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/FilEb 2026/06/07 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/FilEb" 2026/06/07 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-xapuyil7kavu/FilEb 2026/06/07 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:10 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/06/07 04:20:10 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/07 04:20:10 ERROR : /: Dir.Stat error: duplicate filename "fileb" detected with case/unicode normalization settings 2026/06/07 04:20:10 DEBUG : fileb: >OpenFile: fd=, err=duplicate filename "fileb" detected with case/unicode normalization settings 2026/06/07 04:20:10 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/07 04:20:10 ERROR : /: Dir.Stat error: duplicate filename "FILEB" detected with case/unicode normalization settings 2026/06/07 04:20:10 DEBUG : FILEB: >OpenFile: fd=, err=duplicate filename "FILEB" detected with case/unicode normalization settings 2026/06/07 04:20:10 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/07 04:20:10 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/06/07 04:20:10 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/06/07 04:20:10 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/06/07 04:20:10 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/06/07 04:20:10 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/07 04:20:10 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/07 04:20:10 DEBUG : fileA: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:10 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/07 04:20:10 DEBUG : filea: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:10 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/07 04:20:10 DEBUG : FILEA: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:10 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/07 04:20:10 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/06/07 04:20:10 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/06/07 04:20:10 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/06/07 04:20:10 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/06/07 04:20:10 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/07 04:20:10 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/07 04:20:10 DEBUG : FilEb: Open: flags=O_RDONLY 2026/06/07 04:20:10 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/06/07 04:20:10 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/06/07 04:20:10 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/06/07 04:20:10 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/07 04:20:10 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/07 04:20:10 DEBUG : fileb: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:10 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/07 04:20:10 DEBUG : FILEB: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:10 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:20:10 DEBUG : Looking for writers 2026/06/07 04:20:10 DEBUG : FiLeB: reading active writers 2026/06/07 04:20:10 DEBUG : FilEb: reading active writers 2026/06/07 04:20:10 DEBUG : FiLeA: reading active writers 2026/06/07 04:20:10 DEBUG : >WaitForWriters: 2026/06/07 04:20:10 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:20:10 DEBUG : Looking for writers 2026/06/07 04:20:10 DEBUG : FiLeA: reading active writers 2026/06/07 04:20:10 DEBUG : FiLeB: reading active writers 2026/06/07 04:20:10 DEBUG : FilEb: reading active writers 2026/06/07 04:20:10 DEBUG : >WaitForWriters: --- PASS: TestCaseSensitivity (1.73s) === RUN TestUnicodeNormalization run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/normal name with no special characters.txt" 2026/06/07 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/normal\ name\ with\ no\ special\ characters.txt 2026/06/07 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/normal\ name\ with\ no\ special\ characters.txt" 2026/06/07 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-xapuyil7kavu/normal name with no special characters.txt 2026/06/07 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:10 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/06/07 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/normal name with no special characters.txt" 2026/06/07 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/normal\ name\ with\ no\ special\ characters.txt 2026/06/07 04:20:10 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/normal\ name\ with\ no\ special\ characters.txt" 2026/06/07 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-xapuyil7kavu/normal name with no special characters.txt 2026/06/07 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:11 DEBUG : normal name with no special characters.txt: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/06/07 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/測試_Русский___ě_áñ" 2026/06/07 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/測試_Русский___ě_áñ 2026/06/07 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/測試_Русский___ě_áñ" 2026/06/07 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-xapuyil7kavu/測試_Русский___ě_áñ 2026/06/07 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:11 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/06/07 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/測試_Русский___ě_áñ" 2026/06/07 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/測試_Русский___ě_áñ 2026/06/07 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/測試_Русский___ě_áñ" 2026/06/07 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-xapuyil7kavu/測試_Русский___ě_áñ 2026/06/07 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:11 DEBUG : 測試_Русский___ě_áñ: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/06/07 04:20:11 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:20:11 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/07 04:20:11 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/06/07 04:20:11 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/06/07 04:20:11 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/06/07 04:20:11 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/07 04:20:11 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/07 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/normal name with no special characters.txt" 2026/06/07 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/normal\ name\ with\ no\ special\ characters.txt 2026/06/07 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/normal\ name\ with\ no\ special\ characters.txt" 2026/06/07 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-xapuyil7kavu/normal name with no special characters.txt 2026/06/07 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:11 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/06/07 04:20:11 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/07 04:20:11 DEBUG : 測試_Русский___ě_áñ: Open: flags=O_RDONLY 2026/06/07 04:20:11 DEBUG : 測試_Русский___ě_áñ: >Open: fd=測試_Русский___ě_áñ (r), err= 2026/06/07 04:20:11 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=測試_Русский___ě_áñ (r), err= 2026/06/07 04:20:11 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.openRange at 0 length 134217728 2026/06/07 04:20:11 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/07 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/測試_Русский___ě_áñ" 2026/06/07 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/測試_Русский___ě_áñ 2026/06/07 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/測試_Русский___ě_áñ" 2026/06/07 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-xapuyil7kavu/測試_Русский___ě_áñ 2026/06/07 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:11 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/06/07 04:20:11 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/07 04:20:11 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/06/07 04:20:11 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/06/07 04:20:11 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/06/07 04:20:11 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/07 04:20:11 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/07 04:20:11 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/07 04:20:11 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:11 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:20:11 DEBUG : Looking for writers 2026/06/07 04:20:11 DEBUG : normal name with no special characters.txt: reading active writers 2026/06/07 04:20:11 DEBUG : 測試_Русский___ě_áñ: reading active writers 2026/06/07 04:20:11 DEBUG : >WaitForWriters: --- PASS: TestUnicodeNormalization (0.63s) === RUN TestVFSbaseHandle --- PASS: TestVFSbaseHandle (0.00s) === RUN TestVFSNew run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:20:11 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Reusing VFS from active cache 2026/06/07 04:20:11 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:20:11 DEBUG : Looking for writers 2026/06/07 04:20:11 DEBUG : >WaitForWriters: 2026/06/07 04:20:11 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:20:11 DEBUG : Looking for writers 2026/06/07 04:20:11 DEBUG : >WaitForWriters: --- PASS: TestVFSNew (0.00s) === RUN TestVFSNewWithOpts run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:20:11 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:20:11 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:20:11 DEBUG : Looking for writers 2026/06/07 04:20:11 DEBUG : >WaitForWriters: --- PASS: TestVFSNewWithOpts (0.00s) === RUN TestVFSRoot run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:20:11 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:20:11 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:20:11 DEBUG : Looking for writers 2026/06/07 04:20:11 DEBUG : >WaitForWriters: --- PASS: TestVFSRoot (0.00s) === RUN TestVFSStat run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:20:11 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/file1" 2026/06/07 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/file1 2026/06/07 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/file1" 2026/06/07 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/file1 2026/06/07 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:11 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/file1" 2026/06/07 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/file1 2026/06/07 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/file1" 2026/06/07 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xapuyil7kavu/file1 2026/06/07 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:11 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/07 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file2" 2026/06/07 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file2 2026/06/07 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file2" 2026/06/07 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-xapuyil7kavu/dir/file2 2026/06/07 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:11 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/06/07 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file2" 2026/06/07 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file2 2026/06/07 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file2" 2026/06/07 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-xapuyil7kavu/dir/file2 2026/06/07 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:11 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/06/07 04:20:11 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:20:11 DEBUG : dir: Looking for writers 2026/06/07 04:20:11 DEBUG : file2: reading active writers 2026/06/07 04:20:11 DEBUG : Looking for writers 2026/06/07 04:20:11 DEBUG : dir: reading active writers 2026/06/07 04:20:11 DEBUG : file1: reading active writers 2026/06/07 04:20:11 DEBUG : >WaitForWriters: --- PASS: TestVFSStat (0.42s) === RUN TestVFSStatParent run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:20:11 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/file1" 2026/06/07 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/file1 2026/06/07 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/file1" 2026/06/07 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/file1 2026/06/07 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:11 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/file1" 2026/06/07 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/file1 2026/06/07 04:20:11 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/file1" 2026/06/07 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xapuyil7kavu/file1 2026/06/07 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:12 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/07 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file2" 2026/06/07 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file2 2026/06/07 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file2" 2026/06/07 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-xapuyil7kavu/dir/file2 2026/06/07 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:12 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/06/07 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file2" 2026/06/07 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file2 2026/06/07 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file2" 2026/06/07 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-xapuyil7kavu/dir/file2 2026/06/07 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:12 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/06/07 04:20:12 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:20:12 DEBUG : dir: Looking for writers 2026/06/07 04:20:12 DEBUG : Looking for writers 2026/06/07 04:20:12 DEBUG : file1: reading active writers 2026/06/07 04:20:12 DEBUG : dir: reading active writers 2026/06/07 04:20:12 DEBUG : >WaitForWriters: --- PASS: TestVFSStatParent (0.43s) === RUN TestVFSOpenFile run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:20:12 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/file1" 2026/06/07 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/file1 2026/06/07 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/file1" 2026/06/07 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xapuyil7kavu/file1 2026/06/07 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:12 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/07 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/file1" 2026/06/07 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/file1 2026/06/07 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/file1" 2026/06/07 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xapuyil7kavu/file1 2026/06/07 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:12 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/07 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file2" 2026/06/07 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file2 2026/06/07 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file2" 2026/06/07 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-xapuyil7kavu/dir/file2 2026/06/07 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:12 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/06/07 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file2" 2026/06/07 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file2 2026/06/07 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file2" 2026/06/07 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-xapuyil7kavu/dir/file2 2026/06/07 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:12 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/06/07 04:20:12 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/07 04:20:12 DEBUG : file1: Open: flags=O_RDONLY 2026/06/07 04:20:12 DEBUG : file1: >Open: fd=file1 (r), err= 2026/06/07 04:20:12 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/06/07 04:20:12 DEBUG : dir: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/07 04:20:12 DEBUG : dir: >OpenFile: fd=dir/ (r), err= 2026/06/07 04:20:12 DEBUG : dir/new_file.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/07 04:20:12 DEBUG : dir/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:12 DEBUG : dir/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:12 DEBUG : dir/new_file.txt: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:12 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/06/07 04:20:12 DEBUG : dir/new_file.txt: >Open: fd=dir/new_file.txt (w), err= 2026/06/07 04:20:12 DEBUG : dir/new_file.txt: >OpenFile: fd=dir/new_file.txt (w), err= 2026/06/07 04:20:12 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/06/07 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: File to upload is small (0 bytes), uploading instead of streaming 2026/06/07 04:20:12 DEBUG : dir/new_file.txt: size = 0 OK 2026/06/07 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/new_file.txt" 2026/06/07 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/new_file.txt 2026/06/07 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/new_file.txt" 2026/06/07 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-xapuyil7kavu/dir/new_file.txt 2026/06/07 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:12 DEBUG : dir/new_file.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/07 04:20:12 DEBUG : dir/new_file.txt: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/06/07 04:20:12 DEBUG : dir/new_file.txt: Size and md5 of src and dst objects identical 2026/06/07 04:20:12 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/06/07 04:20:12 DEBUG : not found/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:12 DEBUG : not found/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/06/07 04:20:12 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:20:12 DEBUG : dir: Looking for writers 2026/06/07 04:20:12 DEBUG : file2: reading active writers 2026/06/07 04:20:12 DEBUG : new_file.txt: reading active writers 2026/06/07 04:20:12 DEBUG : Looking for writers 2026/06/07 04:20:12 DEBUG : dir: reading active writers 2026/06/07 04:20:12 DEBUG : file1: reading active writers 2026/06/07 04:20:12 DEBUG : >WaitForWriters: --- PASS: TestVFSOpenFile (0.51s) === RUN TestVFSRename run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:20:12 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file2" 2026/06/07 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file2 2026/06/07 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file2" 2026/06/07 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-xapuyil7kavu/dir/file2 2026/06/07 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:12 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/06/07 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file2" 2026/06/07 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file2 2026/06/07 04:20:12 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file2" 2026/06/07 04:20:13 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:13 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-xapuyil7kavu/dir/file2 2026/06/07 04:20:13 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:13 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/06/07 04:20:13 INFO : dir/file2: Moved (server-side) to: dir/file1 2026/06/07 04:20:13 DEBUG : dir/file1: Updating file with dir/file1 0x32063ad3a680 2026/06/07 04:20:13 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/06/07 04:20:13 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/07 04:20:13 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:20:13 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:13 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:20:13 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:20:13 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:13 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:20:13 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:13 DEBUG : dir/file1: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/06/07 04:20:13 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:20:13 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:13 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:20:13 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/dir/file1" 2026/06/07 04:20:13 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:13 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-xapuyil7kavu/dir/file1 2026/06/07 04:20:13 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:13 DEBUG : dir/file1: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/06/07 04:20:13 INFO : dir/file1: Moved (server-side) to: file0 2026/06/07 04:20:13 DEBUG : file0: Updating file with file0 0x32063ad3a680 2026/06/07 04:20:13 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/07 04:20:13 DEBUG : Added virtual directory entry vAddFile: "file0" 2026/06/07 04:20:13 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/file0" 2026/06/07 04:20:13 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:13 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/file0 2026/06/07 04:20:13 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/file0" 2026/06/07 04:20:13 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:13 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-xapuyil7kavu/file0 2026/06/07 04:20:13 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:13 DEBUG : file0: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/06/07 04:20:13 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/file0" 2026/06/07 04:20:13 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:13 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/file0 2026/06/07 04:20:13 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/file0" 2026/06/07 04:20:13 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:13 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-xapuyil7kavu/file0 2026/06/07 04:20:13 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:13 DEBUG : file0: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/06/07 04:20:13 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:20:13 DEBUG : dir: Looking for writers 2026/06/07 04:20:13 DEBUG : Looking for writers 2026/06/07 04:20:13 DEBUG : dir: reading active writers 2026/06/07 04:20:13 DEBUG : file0: reading active writers 2026/06/07 04:20:13 DEBUG : >WaitForWriters: --- PASS: TestVFSRename (0.60s) === RUN TestVFSStatfs run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:20:13 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:20:13 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Server has VFS statistics extension 2026/06/07 04:20:13 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: About path "/rclone-test-xapuyil7kavu" 2026/06/07 04:20:13 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:20:13 DEBUG : Looking for writers 2026/06/07 04:20:13 DEBUG : >WaitForWriters: --- PASS: TestVFSStatfs (0.00s) === RUN TestVFSMkdir run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:20:13 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:20:13 DEBUG : Added virtual directory entry vAddDir: "/" 2026/06/07 04:20:13 DEBUG : Added virtual directory entry vAddDir: "a" 2026/06/07 04:20:13 DEBUG : Added virtual directory entry vAddDir: "b" 2026/06/07 04:20:13 DEBUG : Added virtual directory entry vAddDir: "c" 2026/06/07 04:20:13 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/06/07 04:20:13 DEBUG : Added virtual directory entry vAddDir: "d" 2026/06/07 04:20:13 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/06/07 04:20:13 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:20:13 DEBUG : Looking for writers 2026/06/07 04:20:13 DEBUG : a: Looking for writers 2026/06/07 04:20:13 DEBUG : b: Looking for writers 2026/06/07 04:20:13 DEBUG : c: Looking for writers 2026/06/07 04:20:13 DEBUG : d: Looking for writers 2026/06/07 04:20:13 DEBUG : Looking for writers 2026/06/07 04:20:13 DEBUG : b: reading active writers 2026/06/07 04:20:13 DEBUG : c: reading active writers 2026/06/07 04:20:13 DEBUG : d: reading active writers 2026/06/07 04:20:13 DEBUG : /: reading active writers 2026/06/07 04:20:13 DEBUG : a: reading active writers 2026/06/07 04:20:13 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdir (0.22s) === RUN TestVFSMkdirAll run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:20:13 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:20:13 DEBUG : Added virtual directory entry vAddDir: "a" 2026/06/07 04:20:13 DEBUG : a: Added virtual directory entry vAddDir: "b" 2026/06/07 04:20:13 DEBUG : a/b: Added virtual directory entry vAddDir: "c" 2026/06/07 04:20:13 DEBUG : a/b/c: Added virtual directory entry vAddDir: "d" 2026/06/07 04:20:13 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:20:13 DEBUG : a/b/c/d: Looking for writers 2026/06/07 04:20:13 DEBUG : a/b/c: Looking for writers 2026/06/07 04:20:13 DEBUG : d: reading active writers 2026/06/07 04:20:13 DEBUG : a/b: Looking for writers 2026/06/07 04:20:13 DEBUG : c: reading active writers 2026/06/07 04:20:13 DEBUG : a: Looking for writers 2026/06/07 04:20:13 DEBUG : b: reading active writers 2026/06/07 04:20:13 DEBUG : Looking for writers 2026/06/07 04:20:13 DEBUG : a: reading active writers 2026/06/07 04:20:13 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdirAll (0.03s) === RUN TestFillInMissingSizes === RUN TestFillInMissingSizes/total=20,free=5,used=15 === RUN TestFillInMissingSizes/total=20,free=5,used=-1 === RUN TestFillInMissingSizes/total=20,free=-1,used=15 === RUN TestFillInMissingSizes/total=20,free=-1,used=-1 === RUN TestFillInMissingSizes/total=-1,free=5,used=15 === RUN TestFillInMissingSizes/total=-1,free=15,used=-1 === RUN TestFillInMissingSizes/total=-1,free=-1,used=15 === RUN TestFillInMissingSizes/total=-1,free=-1,used=-1 --- PASS: TestFillInMissingSizes (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=5,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=5,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=-1,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=-1,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=5,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=15,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=-1,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=-1,used=-1 (0.00s) === RUN TestVFSIsMetadataFile run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:20:13 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:20:13 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:20:13 DEBUG : Looking for writers 2026/06/07 04:20:13 DEBUG : >WaitForWriters: --- PASS: TestVFSIsMetadataFile (0.00s) === RUN TestWriteFileHandleReadonly write_test.go:38: Skipping test on non local remote --- SKIP: TestWriteFileHandleReadonly (0.00s) === RUN TestWriteFileHandleMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:20:13 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:20:13 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:13 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:13 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/07 04:20:13 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/07 04:20:13 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/07 04:20:13 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/07 04:20:13 ERROR : file1: WriteFileHandle: Read: Can't read and write to file without --vfs-cache-mode >= minimal 2026/06/07 04:20:13 ERROR : file1: WriteFileHandle: ReadAt: Can't read and write to file without --vfs-cache-mode >= minimal 2026/06/07 04:20:13 ERROR : file1: WriteFileHandle: Truncate: Can't change size without --vfs-cache-mode >= writes 2026/06/07 04:20:13 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: File to upload is small (5 bytes), uploading instead of streaming 2026/06/07 04:20:13 DEBUG : file1: size = 5 OK 2026/06/07 04:20:13 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/file1" 2026/06/07 04:20:13 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:13 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/file1 2026/06/07 04:20:13 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/file1" 2026/06/07 04:20:13 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:13 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-xapuyil7kavu/file1 2026/06/07 04:20:13 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:13 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/07 04:20:13 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/06/07 04:20:13 DEBUG : file1: Size and md5 of src and dst objects identical 2026/06/07 04:20:13 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/07 04:20:13 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/file1" 2026/06/07 04:20:13 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:13 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/file1 2026/06/07 04:20:13 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/file1" 2026/06/07 04:20:13 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:13 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-xapuyil7kavu/file1 2026/06/07 04:20:13 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:13 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/07 04:20:13 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/file1" 2026/06/07 04:20:13 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:13 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/file1 2026/06/07 04:20:13 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/file1" 2026/06/07 04:20:13 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:13 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-xapuyil7kavu/file1 2026/06/07 04:20:13 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:13 DEBUG : file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/06/07 04:20:13 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:13 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:13 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/07 04:20:13 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/07 04:20:13 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/07 04:20:13 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:13 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:13 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/07 04:20:13 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/07 04:20:13 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/07 04:20:13 ERROR : file1: WriteFileHandle: Can't open for write without O_TRUNC on existing file without --vfs-cache-mode >= writes 2026/06/07 04:20:13 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/06/07 04:20:13 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/06/07 04:20:13 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/07 04:20:13 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/07 04:20:13 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/07 04:20:13 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/07 04:20:13 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: File to upload is small (0 bytes), uploading instead of streaming 2026/06/07 04:20:13 DEBUG : file1: size = 0 OK 2026/06/07 04:20:13 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/file1" 2026/06/07 04:20:13 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:13 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/file1 2026/06/07 04:20:13 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/file1" 2026/06/07 04:20:14 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:14 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-xapuyil7kavu/file1 2026/06/07 04:20:14 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:14 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/07 04:20:14 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/06/07 04:20:14 DEBUG : file1: Size and md5 of src and dst objects identical 2026/06/07 04:20:14 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/07 04:20:14 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/06/07 04:20:14 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/06/07 04:20:14 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/07 04:20:14 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/07 04:20:14 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/07 04:20:14 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/07 04:20:14 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: File to upload is small (7 bytes), uploading instead of streaming 2026/06/07 04:20:14 DEBUG : file1: size = 7 OK 2026/06/07 04:20:14 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/file1" 2026/06/07 04:20:14 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:14 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/file1 2026/06/07 04:20:14 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/file1" 2026/06/07 04:20:14 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:14 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 9141de76717e095d4dd05f1e686ad6a8 /rclone-test-xapuyil7kavu/file1 2026/06/07 04:20:14 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:14 DEBUG : file1: Parsed hash: 9141de76717e095d4dd05f1e686ad6a8 2026/06/07 04:20:14 DEBUG : file1: md5 = 9141de76717e095d4dd05f1e686ad6a8 OK 2026/06/07 04:20:14 DEBUG : file1: Size and md5 of src and dst objects identical 2026/06/07 04:20:14 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/07 04:20:14 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:20:14 DEBUG : Looking for writers 2026/06/07 04:20:14 DEBUG : file1: reading active writers 2026/06/07 04:20:14 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleMethods (0.51s) === RUN TestWriteFileHandleWriteAt run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:20:14 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:20:14 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:14 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:14 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/07 04:20:14 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/07 04:20:14 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/07 04:20:14 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/07 04:20:14 DEBUG : file1: waiting for in-sequence write to 100 for 1s 2026/06/07 04:20:15 DEBUG : file1: aborting in-sequence write wait, off=100 2026/06/07 04:20:15 DEBUG : file1: failed to wait for in-sequence write to 100 2026/06/07 04:20:15 ERROR : file1: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes 2026/06/07 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: File to upload is small (11 bytes), uploading instead of streaming 2026/06/07 04:20:15 DEBUG : file1: size = 11 OK 2026/06/07 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/file1" 2026/06/07 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/file1 2026/06/07 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/file1" 2026/06/07 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-xapuyil7kavu/file1 2026/06/07 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:15 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/06/07 04:20:15 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/06/07 04:20:15 DEBUG : file1: Size and md5 of src and dst objects identical 2026/06/07 04:20:15 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/07 04:20:15 ERROR : file1: WriteFileHandle.Write: error: Bad file descriptor 2026/06/07 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/file1" 2026/06/07 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/file1 2026/06/07 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/file1" 2026/06/07 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-xapuyil7kavu/file1 2026/06/07 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:15 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/06/07 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/file1" 2026/06/07 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/file1 2026/06/07 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/file1" 2026/06/07 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-xapuyil7kavu/file1 2026/06/07 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:15 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/06/07 04:20:15 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:20:15 DEBUG : Looking for writers 2026/06/07 04:20:15 DEBUG : file1: reading active writers 2026/06/07 04:20:15 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleWriteAt (1.31s) === RUN TestWriteFileHandleFlush run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:20:15 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:20:15 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:15 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:15 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/07 04:20:15 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/07 04:20:15 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/07 04:20:15 DEBUG : file1: WriteFileHandle.Flush unwritten handle, writing 0 bytes to avoid race conditions 2026/06/07 04:20:15 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/07 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: File to upload is small (5 bytes), uploading instead of streaming 2026/06/07 04:20:15 DEBUG : file1: size = 5 OK 2026/06/07 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/file1" 2026/06/07 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/file1 2026/06/07 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/file1" 2026/06/07 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-xapuyil7kavu/file1 2026/06/07 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:15 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/07 04:20:15 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/06/07 04:20:15 DEBUG : file1: Size and md5 of src and dst objects identical 2026/06/07 04:20:15 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/07 04:20:15 DEBUG : file1: WriteFileHandle.Flush nothing to do 2026/06/07 04:20:15 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:20:15 DEBUG : Looking for writers 2026/06/07 04:20:15 DEBUG : file1: reading active writers 2026/06/07 04:20:15 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleFlush (0.10s) === RUN TestWriteFileHandleRelease run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:20:15 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:20:15 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:15 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:15 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/07 04:20:15 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/07 04:20:15 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/07 04:20:15 DEBUG : file1: WriteFileHandle.Release closing 2026/06/07 04:20:15 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/07 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: File to upload is small (0 bytes), uploading instead of streaming 2026/06/07 04:20:15 DEBUG : file1: size = 0 OK 2026/06/07 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/file1" 2026/06/07 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/file1 2026/06/07 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/file1" 2026/06/07 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-xapuyil7kavu/file1 2026/06/07 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:15 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/07 04:20:15 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/06/07 04:20:15 DEBUG : file1: Size and md5 of src and dst objects identical 2026/06/07 04:20:15 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/07 04:20:15 DEBUG : file1: WriteFileHandle.Release nothing to do 2026/06/07 04:20:15 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:20:15 DEBUG : Looking for writers 2026/06/07 04:20:15 DEBUG : file1: reading active writers 2026/06/07 04:20:15 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleRelease (0.10s) === RUN TestWriteFileModTimeWithOpenWriters run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:20:15 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:20:15 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:15 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:15 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/07 04:20:15 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/07 04:20:15 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/07 04:20:15 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/07 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: File to upload is small (2 bytes), uploading instead of streaming 2026/06/07 04:20:15 DEBUG : file1: size = 2 OK 2026/06/07 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/file1" 2026/06/07 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/file1 2026/06/07 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/file1" 2026/06/07 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-xapuyil7kavu/file1 2026/06/07 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:15 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/06/07 04:20:15 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/06/07 04:20:15 DEBUG : file1: Size and md5 of src and dst objects identical 2026/06/07 04:20:15 DEBUG : file1: Applied pending mod time 2012-11-18 17:32:31 +0000 UTC OK 2026/06/07 04:20:15 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/07 04:20:15 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:20:15 DEBUG : Looking for writers 2026/06/07 04:20:15 DEBUG : file1: reading active writers 2026/06/07 04:20:15 DEBUG : >WaitForWriters: --- PASS: TestWriteFileModTimeWithOpenWriters (0.10s) === RUN TestFileReadAtZeroLength run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:20:15 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:20:15 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:15 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:15 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/07 04:20:15 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/07 04:20:15 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/07 04:20:15 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/07 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: File to upload is small (0 bytes), uploading instead of streaming 2026/06/07 04:20:15 DEBUG : file1: size = 0 OK 2026/06/07 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/file1" 2026/06/07 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/file1 2026/06/07 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/file1" 2026/06/07 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-xapuyil7kavu/file1 2026/06/07 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:15 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/07 04:20:15 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/06/07 04:20:15 DEBUG : file1: Size and md5 of src and dst objects identical 2026/06/07 04:20:15 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/07 04:20:15 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:15 DEBUG : file1: Open: flags=O_RDONLY 2026/06/07 04:20:15 DEBUG : file1: >Open: fd=file1 (r), err= 2026/06/07 04:20:15 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/06/07 04:20:15 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/06/07 04:20:15 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/06/07 04:20:15 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:20:15 DEBUG : Looking for writers 2026/06/07 04:20:15 DEBUG : file1: reading active writers 2026/06/07 04:20:15 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtZeroLength (0.11s) === RUN TestFileReadAtNonZeroLength run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:20:15 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:20:15 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/07 04:20:15 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/07 04:20:15 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/07 04:20:15 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/07 04:20:15 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/07 04:20:15 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/07 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: File to upload is small (100 bytes), uploading instead of streaming 2026/06/07 04:20:15 DEBUG : file1: size = 100 OK 2026/06/07 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/file1" 2026/06/07 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/file1 2026/06/07 04:20:15 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/file1" 2026/06/07 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 72fb0a206b8ab54c10e04b5267d0a819 /rclone-test-xapuyil7kavu/file1 2026/06/07 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:16 DEBUG : file1: Parsed hash: 72fb0a206b8ab54c10e04b5267d0a819 2026/06/07 04:20:16 DEBUG : file1: md5 = 72fb0a206b8ab54c10e04b5267d0a819 OK 2026/06/07 04:20:16 DEBUG : file1: Size and md5 of src and dst objects identical 2026/06/07 04:20:16 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/07 04:20:16 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/07 04:20:16 DEBUG : file1: Open: flags=O_RDONLY 2026/06/07 04:20:16 DEBUG : file1: >Open: fd=file1 (r), err= 2026/06/07 04:20:16 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/06/07 04:20:16 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/06/07 04:20:16 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/06/07 04:20:16 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:20:16 DEBUG : Looking for writers 2026/06/07 04:20:16 DEBUG : file1: reading active writers 2026/06/07 04:20:16 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtNonZeroLength (0.11s) === RUN TestZipManyFiles run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:20:16 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/flat/f000.txt" 2026/06/07 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/flat/f000.txt 2026/06/07 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/flat/f000.txt" 2026/06/07 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-xapuyil7kavu/flat/f000.txt 2026/06/07 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:16 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/06/07 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/flat/f000.txt" 2026/06/07 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/flat/f000.txt 2026/06/07 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/flat/f000.txt" 2026/06/07 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: c411c13d2fde40743cb34d29f96a35975bbfef9c /rclone-test-xapuyil7kavu/flat/f000.txt 2026/06/07 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:16 DEBUG : flat/f000.txt: Parsed hash: c411c13d2fde40743cb34d29f96a35975bbfef9c 2026/06/07 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/flat/f001.txt" 2026/06/07 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/flat/f001.txt 2026/06/07 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/flat/f001.txt" 2026/06/07 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-xapuyil7kavu/flat/f001.txt 2026/06/07 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:16 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/06/07 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/flat/f001.txt" 2026/06/07 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/flat/f001.txt 2026/06/07 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/flat/f001.txt" 2026/06/07 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 46007547503950688fd883befced0e53561dae68 /rclone-test-xapuyil7kavu/flat/f001.txt 2026/06/07 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:16 DEBUG : flat/f001.txt: Parsed hash: 46007547503950688fd883befced0e53561dae68 2026/06/07 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/flat/f002.txt" 2026/06/07 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/flat/f002.txt 2026/06/07 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/flat/f002.txt" 2026/06/07 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-xapuyil7kavu/flat/f002.txt 2026/06/07 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:16 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/06/07 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/flat/f002.txt" 2026/06/07 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/flat/f002.txt 2026/06/07 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/flat/f002.txt" 2026/06/07 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 3911c439d6af617451e319f94dfafb3c820da182 /rclone-test-xapuyil7kavu/flat/f002.txt 2026/06/07 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:16 DEBUG : flat/f002.txt: Parsed hash: 3911c439d6af617451e319f94dfafb3c820da182 2026/06/07 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/flat/f003.txt" 2026/06/07 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/flat/f003.txt 2026/06/07 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/flat/f003.txt" 2026/06/07 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-xapuyil7kavu/flat/f003.txt 2026/06/07 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:16 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/06/07 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/flat/f003.txt" 2026/06/07 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/flat/f003.txt 2026/06/07 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/flat/f003.txt" 2026/06/07 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b /rclone-test-xapuyil7kavu/flat/f003.txt 2026/06/07 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:16 DEBUG : flat/f003.txt: Parsed hash: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b 2026/06/07 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/flat/f004.txt" 2026/06/07 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/flat/f004.txt 2026/06/07 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/flat/f004.txt" 2026/06/07 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-xapuyil7kavu/flat/f004.txt 2026/06/07 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:16 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/06/07 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/flat/f004.txt" 2026/06/07 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: sha1sum /rclone-test-xapuyil7kavu/flat/f004.txt 2026/06/07 04:20:16 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xapuyil7kavu/flat/f004.txt" 2026/06/07 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 079985a49a3bd62df1a79417e15263ed81bd6843 /rclone-test-xapuyil7kavu/flat/f004.txt 2026/06/07 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:17 DEBUG : flat/f004.txt: Parsed hash: 079985a49a3bd62df1a79417e15263ed81bd6843 2026/06/07 04:20:17 DEBUG : flat/f000.txt: Open: flags=O_RDONLY 2026/06/07 04:20:17 DEBUG : flat/f000.txt: >Open: fd=flat/f000.txt (r), err= 2026/06/07 04:20:17 DEBUG : flat/f000.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/07 04:20:17 DEBUG : flat/f000.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/07 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/flat/f000.txt" 2026/06/07 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/flat/f000.txt 2026/06/07 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/flat/f000.txt" 2026/06/07 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-xapuyil7kavu/flat/f000.txt 2026/06/07 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:17 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/06/07 04:20:17 DEBUG : flat/f001.txt: Open: flags=O_RDONLY 2026/06/07 04:20:17 DEBUG : flat/f001.txt: >Open: fd=flat/f001.txt (r), err= 2026/06/07 04:20:17 DEBUG : flat/f001.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/07 04:20:17 DEBUG : flat/f001.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/07 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/flat/f001.txt" 2026/06/07 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/flat/f001.txt 2026/06/07 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/flat/f001.txt" 2026/06/07 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-xapuyil7kavu/flat/f001.txt 2026/06/07 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:17 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/06/07 04:20:17 DEBUG : flat/f002.txt: Open: flags=O_RDONLY 2026/06/07 04:20:17 DEBUG : flat/f002.txt: >Open: fd=flat/f002.txt (r), err= 2026/06/07 04:20:17 DEBUG : flat/f002.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/07 04:20:17 DEBUG : flat/f002.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/07 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/flat/f002.txt" 2026/06/07 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/flat/f002.txt 2026/06/07 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/flat/f002.txt" 2026/06/07 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-xapuyil7kavu/flat/f002.txt 2026/06/07 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:17 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/06/07 04:20:17 DEBUG : flat/f003.txt: Open: flags=O_RDONLY 2026/06/07 04:20:17 DEBUG : flat/f003.txt: >Open: fd=flat/f003.txt (r), err= 2026/06/07 04:20:17 DEBUG : flat/f003.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/07 04:20:17 DEBUG : flat/f003.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/07 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/flat/f003.txt" 2026/06/07 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/flat/f003.txt 2026/06/07 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/flat/f003.txt" 2026/06/07 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-xapuyil7kavu/flat/f003.txt 2026/06/07 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:17 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/06/07 04:20:17 DEBUG : flat/f004.txt: Open: flags=O_RDONLY 2026/06/07 04:20:17 DEBUG : flat/f004.txt: >Open: fd=flat/f004.txt (r), err= 2026/06/07 04:20:17 DEBUG : flat/f004.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/07 04:20:17 DEBUG : flat/f004.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/07 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/flat/f004.txt" 2026/06/07 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/flat/f004.txt 2026/06/07 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/flat/f004.txt" 2026/06/07 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-xapuyil7kavu/flat/f004.txt 2026/06/07 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:17 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/06/07 04:20:17 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:20:17 DEBUG : flat: Looking for writers 2026/06/07 04:20:17 DEBUG : f000.txt: reading active writers 2026/06/07 04:20:17 DEBUG : f001.txt: reading active writers 2026/06/07 04:20:17 DEBUG : f002.txt: reading active writers 2026/06/07 04:20:17 DEBUG : f003.txt: reading active writers 2026/06/07 04:20:17 DEBUG : f004.txt: reading active writers 2026/06/07 04:20:17 DEBUG : Looking for writers 2026/06/07 04:20:17 DEBUG : flat: reading active writers 2026/06/07 04:20:17 DEBUG : >WaitForWriters: --- PASS: TestZipManyFiles (1.54s) === RUN TestZipManySubDirs run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:20:17 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:20:17 DEBUG : a/b/c/deep.txt: Open: flags=O_RDONLY 2026/06/07 04:20:17 DEBUG : a/b/c/deep.txt: >Open: fd=a/b/c/deep.txt (r), err= 2026/06/07 04:20:17 DEBUG : a/b/c/deep.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/07 04:20:17 DEBUG : a/b/c/deep.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/07 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/a/b/c/deep.txt" 2026/06/07 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/a/b/c/deep.txt 2026/06/07 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/a/b/c/deep.txt" 2026/06/07 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 6627415e807ee33c7302917216e7da68 /rclone-test-xapuyil7kavu/a/b/c/deep.txt 2026/06/07 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:17 DEBUG : a/b/c/deep.txt: Parsed hash: 6627415e807ee33c7302917216e7da68 2026/06/07 04:20:17 DEBUG : a/b/mid.txt: Open: flags=O_RDONLY 2026/06/07 04:20:17 DEBUG : a/b/mid.txt: >Open: fd=a/b/mid.txt (r), err= 2026/06/07 04:20:17 DEBUG : a/b/mid.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/07 04:20:17 DEBUG : a/b/mid.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/07 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/a/b/mid.txt" 2026/06/07 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/a/b/mid.txt 2026/06/07 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/a/b/mid.txt" 2026/06/07 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 22384709d743fe3c6fb0a4b35b2e10a6 /rclone-test-xapuyil7kavu/a/b/mid.txt 2026/06/07 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:17 DEBUG : a/b/mid.txt: Parsed hash: 22384709d743fe3c6fb0a4b35b2e10a6 2026/06/07 04:20:17 DEBUG : a/top.txt: Open: flags=O_RDONLY 2026/06/07 04:20:17 DEBUG : a/top.txt: >Open: fd=a/top.txt (r), err= 2026/06/07 04:20:17 DEBUG : a/top.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/07 04:20:17 DEBUG : a/top.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/07 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/a/top.txt" 2026/06/07 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/a/top.txt 2026/06/07 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/a/top.txt" 2026/06/07 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: b28354b543375bfa94dabaeda722927f /rclone-test-xapuyil7kavu/a/top.txt 2026/06/07 04:20:17 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:17 DEBUG : a/top.txt: Parsed hash: b28354b543375bfa94dabaeda722927f 2026/06/07 04:20:17 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:20:17 DEBUG : a/b/c: Looking for writers 2026/06/07 04:20:17 DEBUG : deep.txt: reading active writers 2026/06/07 04:20:17 DEBUG : a/b: Looking for writers 2026/06/07 04:20:17 DEBUG : c: reading active writers 2026/06/07 04:20:17 DEBUG : mid.txt: reading active writers 2026/06/07 04:20:17 DEBUG : a: Looking for writers 2026/06/07 04:20:17 DEBUG : b: reading active writers 2026/06/07 04:20:17 DEBUG : top.txt: reading active writers 2026/06/07 04:20:17 DEBUG : Looking for writers 2026/06/07 04:20:17 DEBUG : a: reading active writers 2026/06/07 04:20:17 DEBUG : >WaitForWriters: --- PASS: TestZipManySubDirs (0.35s) === RUN TestZipLargeFiles run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:20:17 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:20:18 DEBUG : bigdir/big.bin: Open: flags=O_RDONLY 2026/06/07 04:20:18 DEBUG : bigdir/big.bin: >Open: fd=bigdir/big.bin (r), err= 2026/06/07 04:20:18 DEBUG : bigdir/big.bin: ChunkedReader.openRange at 0 length 134217728 2026/06/07 04:20:18 DEBUG : bigdir/big.bin: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 2026/06/07 04:20:18 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4096 length 8192 chunkOffset 0 chunkSize 134217728 2026/06/07 04:20:18 DEBUG : bigdir/big.bin: ChunkedReader.Read at 12288 length 16384 chunkOffset 0 chunkSize 134217728 2026/06/07 04:20:18 DEBUG : bigdir/big.bin: ChunkedReader.Read at 28672 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/07 04:20:18 DEBUG : bigdir/big.bin: ChunkedReader.Read at 61440 length 65536 chunkOffset 0 chunkSize 134217728 2026/06/07 04:20:18 DEBUG : bigdir/big.bin: ChunkedReader.Read at 126976 length 131072 chunkOffset 0 chunkSize 134217728 2026/06/07 04:20:18 DEBUG : bigdir/big.bin: ChunkedReader.Read at 258048 length 262144 chunkOffset 0 chunkSize 134217728 2026/06/07 04:20:18 DEBUG : bigdir/big.bin: ChunkedReader.Read at 520192 length 524288 chunkOffset 0 chunkSize 134217728 2026/06/07 04:20:18 DEBUG : bigdir/big.bin: ChunkedReader.Read at 1044480 length 1048576 chunkOffset 0 chunkSize 134217728 2026/06/07 04:20:18 DEBUG : bigdir/big.bin: ChunkedReader.Read at 2093056 length 1048576 chunkOffset 0 chunkSize 134217728 2026/06/07 04:20:18 DEBUG : bigdir/big.bin: ChunkedReader.Read at 3141632 length 1048576 chunkOffset 0 chunkSize 134217728 2026/06/07 04:20:18 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4190208 length 1048576 chunkOffset 0 chunkSize 134217728 2026/06/07 04:20:18 DEBUG : bigdir/big.bin: ChunkedReader.Read at 5238784 length 1048576 chunkOffset 0 chunkSize 134217728 2026/06/07 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/bigdir/big.bin" 2026/06/07 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/bigdir/big.bin 2026/06/07 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/bigdir/big.bin" 2026/06/07 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 85e9212af010011357cfea18a1d6cf13 /rclone-test-xapuyil7kavu/bigdir/big.bin 2026/06/07 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:18 DEBUG : bigdir/big.bin: Parsed hash: 85e9212af010011357cfea18a1d6cf13 2026/06/07 04:20:18 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:20:18 DEBUG : bigdir: Looking for writers 2026/06/07 04:20:18 DEBUG : big.bin: reading active writers 2026/06/07 04:20:18 DEBUG : Looking for writers 2026/06/07 04:20:18 DEBUG : bigdir: reading active writers 2026/06/07 04:20:18 DEBUG : >WaitForWriters: --- PASS: TestZipLargeFiles (0.73s) === RUN TestZipDirsInRoot run.go:198: Remote "sftp://rclone@:22/rclone-test-xapuyil7kavu", Local "Local file system at /tmp/rclone1475147260", Modify Window "1s" 2026/06/07 04:20:18 INFO : sftp://rclone@:22/rclone-test-xapuyil7kavu: poll-interval is not supported by this remote 2026/06/07 04:20:18 DEBUG : dir1/a.txt: Open: flags=O_RDONLY 2026/06/07 04:20:18 DEBUG : dir1/a.txt: >Open: fd=dir1/a.txt (r), err= 2026/06/07 04:20:18 DEBUG : dir1/a.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/07 04:20:18 DEBUG : dir1/a.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/07 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir1/a.txt" 2026/06/07 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir1/a.txt 2026/06/07 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir1/a.txt" 2026/06/07 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 9dd4e461268c8034f5c8564e155c67a6 /rclone-test-xapuyil7kavu/dir1/a.txt 2026/06/07 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:18 DEBUG : dir1/a.txt: Parsed hash: 9dd4e461268c8034f5c8564e155c67a6 2026/06/07 04:20:18 DEBUG : dir2/b.txt: Open: flags=O_RDONLY 2026/06/07 04:20:18 DEBUG : dir2/b.txt: >Open: fd=dir2/b.txt (r), err= 2026/06/07 04:20:18 DEBUG : dir2/b.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/07 04:20:18 DEBUG : dir2/b.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/07 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir2/b.txt" 2026/06/07 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir2/b.txt 2026/06/07 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir2/b.txt" 2026/06/07 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: 415290769594460e2e485922904f345d /rclone-test-xapuyil7kavu/dir2/b.txt 2026/06/07 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:18 DEBUG : dir2/b.txt: Parsed hash: 415290769594460e2e485922904f345d 2026/06/07 04:20:18 DEBUG : dir3/c.txt: Open: flags=O_RDONLY 2026/06/07 04:20:18 DEBUG : dir3/c.txt: >Open: fd=dir3/c.txt (r), err= 2026/06/07 04:20:18 DEBUG : dir3/c.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/07 04:20:18 DEBUG : dir3/c.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/07 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Shell path "/rclone-test-xapuyil7kavu/dir3/c.txt" 2026/06/07 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: creating additional session 2026/06/07 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Running remote command: md5sum /rclone-test-xapuyil7kavu/dir3/c.txt 2026/06/07 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xapuyil7kavu/dir3/c.txt" 2026/06/07 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: command exited OK 2026/06/07 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Remote command result: fbade9e36a3f36d3d676c1b808451dd7 /rclone-test-xapuyil7kavu/dir3/c.txt 2026/06/07 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: ssh external: close 2026/06/07 04:20:18 DEBUG : dir3/c.txt: Parsed hash: fbade9e36a3f36d3d676c1b808451dd7 2026/06/07 04:20:18 DEBUG : WaitForWriters: timeout=30s 2026/06/07 04:20:18 DEBUG : dir1: Looking for writers 2026/06/07 04:20:18 DEBUG : a.txt: reading active writers 2026/06/07 04:20:18 DEBUG : dir2: Looking for writers 2026/06/07 04:20:18 DEBUG : b.txt: reading active writers 2026/06/07 04:20:18 DEBUG : dir3: Looking for writers 2026/06/07 04:20:18 DEBUG : c.txt: reading active writers 2026/06/07 04:20:18 DEBUG : Looking for writers 2026/06/07 04:20:18 DEBUG : dir3: reading active writers 2026/06/07 04:20:18 DEBUG : dir1: reading active writers 2026/06/07 04:20:18 DEBUG : dir2: reading active writers 2026/06/07 04:20:18 DEBUG : >WaitForWriters: --- PASS: TestZipDirsInRoot (0.32s) === RUN TestFunctional vfstest_test.go:20: Skip on non local --- SKIP: TestFunctional (0.00s) PASS 2026/06/07 04:20:18 DEBUG : sftp://rclone@:22/rclone-test-xapuyil7kavu: Purge dir "" "./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Finished OK in 47.377307173s (try 1/5)