"./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Starting (try 1/5) 2026/07/24 01:49:14 DEBUG : Creating backend with remote "TestSFTPRcloneSSH:rclone-test-kecurin5dijo" 2026/07/24 01:49:14 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/07/24 01:49:14 DEBUG : Setting type="sftp" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_TYPE 2026/07/24 01:49:14 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/07/24 01:49:14 DEBUG : TestSFTPRcloneSSH: detected overridden config - adding "{aFBXt}" suffix to name 2026/07/24 01:49:14 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/07/24 01:49:14 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/07/24 01:49:14 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/07/24 01:49:14 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell type "unix" from config 2026/07/24 01:49:14 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Relative path resolved to "/rclone-test-kecurin5dijo" 2026/07/24 01:49:14 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Using root directory "/rclone-test-kecurin5dijo" 2026/07/24 01:49:14 DEBUG : Creating backend with remote "/tmp/rclone3104147518" === RUN TestDirHandleMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:14 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:14 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:14 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:14 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:14 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:14 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:14 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:14 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:14 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:14 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:14 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:14 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:14 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:15 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:15 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:15 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:15 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/24 01:49:15 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:15 DEBUG : dir: Looking for writers 2026/07/24 01:49:15 DEBUG : Looking for writers 2026/07/24 01:49:15 DEBUG : dir: reading active writers 2026/07/24 01:49:15 DEBUG : >WaitForWriters: --- PASS: TestDirHandleMethods (0.23s) === RUN TestDirHandleReaddir run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:15 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:15 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:15 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:15 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:15 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:15 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:15 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:15 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:15 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:15 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:15 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:15 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:15 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:15 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:15 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:15 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:15 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/24 01:49:15 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file2" 2026/07/24 01:49:15 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:15 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file2 2026/07/24 01:49:15 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file2" 2026/07/24 01:49:15 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:15 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-kecurin5dijo/dir/file2 2026/07/24 01:49:15 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:15 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/07/24 01:49:15 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file2" 2026/07/24 01:49:15 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:15 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file2 2026/07/24 01:49:15 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file2" 2026/07/24 01:49:15 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:15 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-kecurin5dijo/dir/file2 2026/07/24 01:49:15 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:15 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/07/24 01:49:15 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/subdir/file3" 2026/07/24 01:49:15 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:15 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/subdir/file3 2026/07/24 01:49:15 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/subdir/file3" 2026/07/24 01:49:15 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:15 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-kecurin5dijo/dir/subdir/file3 2026/07/24 01:49:15 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:15 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/07/24 01:49:15 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/subdir/file3" 2026/07/24 01:49:15 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:15 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/subdir/file3 2026/07/24 01:49:15 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/subdir/file3" 2026/07/24 01:49:15 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:15 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-kecurin5dijo/dir/subdir/file3 2026/07/24 01:49:15 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:15 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a 2026/07/24 01:49:15 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:15 DEBUG : dir/subdir: Looking for writers 2026/07/24 01:49:15 DEBUG : dir: Looking for writers 2026/07/24 01:49:15 DEBUG : file1: reading active writers 2026/07/24 01:49:15 DEBUG : file2: reading active writers 2026/07/24 01:49:15 DEBUG : subdir: reading active writers 2026/07/24 01:49:15 DEBUG : Looking for writers 2026/07/24 01:49:15 DEBUG : dir: reading active writers 2026/07/24 01:49:15 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddir (0.68s) === RUN TestDirHandleReaddirnames run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:15 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:15 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:15 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:15 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:15 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:15 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:15 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:15 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:15 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:15 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:15 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:15 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:15 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:15 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:15 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:15 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:15 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/24 01:49:15 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:15 DEBUG : dir: Looking for writers 2026/07/24 01:49:15 DEBUG : file1: reading active writers 2026/07/24 01:49:15 DEBUG : Looking for writers 2026/07/24 01:49:15 DEBUG : dir: reading active writers 2026/07/24 01:49:15 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddirnames (0.19s) === RUN TestDirMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:15 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:15 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:15 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:15 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:15 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:16 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:16 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:16 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:16 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:16 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:16 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:16 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:16 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:16 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:16 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:16 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:16 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/24 01:49:16 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:16 DEBUG : dir: Looking for writers 2026/07/24 01:49:16 DEBUG : Looking for writers 2026/07/24 01:49:16 DEBUG : dir: reading active writers 2026/07/24 01:49:16 DEBUG : >WaitForWriters: --- PASS: TestDirMethods (0.23s) === RUN TestDirForgetAll run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:16 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:16 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:16 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:16 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:16 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:16 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:16 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:16 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:16 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:16 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:16 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:16 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:16 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:16 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:16 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:16 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:16 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/24 01:49:16 DEBUG : dir: forgetting directory cache 2026/07/24 01:49:16 DEBUG : forgetting directory cache 2026/07/24 01:49:16 DEBUG : dir: forgetting directory cache 2026/07/24 01:49:16 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:16 DEBUG : Looking for writers 2026/07/24 01:49:16 DEBUG : >WaitForWriters: --- PASS: TestDirForgetAll (0.24s) === RUN TestDirForgetPath run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:16 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:16 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:16 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:16 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:16 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:16 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:16 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:16 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:16 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:16 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:16 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:16 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:16 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:16 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:16 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:16 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:16 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/24 01:49:16 DEBUG : ForgetPath: relativePath="dir/notfound", type=1 2026/07/24 01:49:16 DEBUG : dir: invalidating directory cache 2026/07/24 01:49:16 DEBUG : >ForgetPath: 2026/07/24 01:49:16 DEBUG : ForgetPath: relativePath="dir", type=0 2026/07/24 01:49:16 DEBUG : invalidating directory cache 2026/07/24 01:49:16 DEBUG : dir: forgetting directory cache 2026/07/24 01:49:16 DEBUG : >ForgetPath: 2026/07/24 01:49:16 DEBUG : ForgetPath: relativePath="not/in/cache", type=0 2026/07/24 01:49:16 DEBUG : >ForgetPath: 2026/07/24 01:49:16 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:16 DEBUG : dir: Looking for writers 2026/07/24 01:49:16 DEBUG : Looking for writers 2026/07/24 01:49:16 DEBUG : dir: reading active writers 2026/07/24 01:49:16 DEBUG : >WaitForWriters: --- PASS: TestDirForgetPath (0.23s) === RUN TestDirWalk run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:16 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:16 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:16 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:16 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:16 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:16 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:16 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:16 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:16 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:16 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:16 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:16 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:16 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:16 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:16 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:16 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:16 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/24 01:49:16 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/07/24 01:49:16 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/fil/a/b/c" 2026/07/24 01:49:16 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:16 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/fil/a/b/c 2026/07/24 01:49:16 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/fil/a/b/c" 2026/07/24 01:49:17 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:17 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 8a723ce6358887fb2e41fbe163780b08 /rclone-test-kecurin5dijo/fil/a/b/c 2026/07/24 01:49:17 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:17 DEBUG : fil/a/b/c: Parsed hash: 8a723ce6358887fb2e41fbe163780b08 2026/07/24 01:49:17 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/fil/a/b/c" 2026/07/24 01:49:17 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:17 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/fil/a/b/c 2026/07/24 01:49:17 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/fil/a/b/c" 2026/07/24 01:49:17 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:17 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 6e53ed736122eed1a3cfda28927c84739fb15f43 /rclone-test-kecurin5dijo/fil/a/b/c 2026/07/24 01:49:17 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:17 DEBUG : fil/a/b/c: Parsed hash: 6e53ed736122eed1a3cfda28927c84739fb15f43 2026/07/24 01:49:17 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:17 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:17 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:17 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:17 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:17 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:17 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:17 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:17 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:17 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:17 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:17 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:17 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:17 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:17 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:17 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/24 01:49:17 DEBUG : forgetting directory cache 2026/07/24 01:49:17 DEBUG : dir: forgetting directory cache 2026/07/24 01:49:17 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:17 DEBUG : dir: Looking for writers 2026/07/24 01:49:17 DEBUG : fil/a/b: Looking for writers 2026/07/24 01:49:17 DEBUG : fil/a: Looking for writers 2026/07/24 01:49:17 DEBUG : b: reading active writers 2026/07/24 01:49:17 DEBUG : fil: Looking for writers 2026/07/24 01:49:17 DEBUG : a: reading active writers 2026/07/24 01:49:17 DEBUG : Looking for writers 2026/07/24 01:49:17 DEBUG : dir: reading active writers 2026/07/24 01:49:17 DEBUG : fil: reading active writers 2026/07/24 01:49:17 DEBUG : >WaitForWriters: --- PASS: TestDirWalk (0.80s) === RUN TestDirSetModTime run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:17 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:17 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:17 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:17 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:17 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:17 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:17 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:17 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:17 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:17 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:17 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:17 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:17 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:17 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:17 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:17 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:17 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/24 01:49:17 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:17 DEBUG : dir: Looking for writers 2026/07/24 01:49:17 DEBUG : Looking for writers 2026/07/24 01:49:17 DEBUG : dir: reading active writers 2026/07/24 01:49:17 DEBUG : >WaitForWriters: --- PASS: TestDirSetModTime (0.24s) === RUN TestDirStat run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:17 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:17 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:17 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:17 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:17 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:17 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:17 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:17 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:17 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:17 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:17 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:17 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:17 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:17 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:17 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:17 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:17 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/24 01:49:17 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:17 DEBUG : dir: Looking for writers 2026/07/24 01:49:17 DEBUG : file1: reading active writers 2026/07/24 01:49:17 DEBUG : Looking for writers 2026/07/24 01:49:17 DEBUG : dir: reading active writers 2026/07/24 01:49:17 DEBUG : >WaitForWriters: --- PASS: TestDirStat (0.24s) === RUN TestDirReadDirAll run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:17 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:17 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:17 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:17 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:17 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:18 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:18 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:18 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:18 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:18 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:18 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:18 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:18 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:18 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:18 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:18 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:18 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/24 01:49:18 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file2" 2026/07/24 01:49:18 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:18 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file2 2026/07/24 01:49:18 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file2" 2026/07/24 01:49:18 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:18 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-kecurin5dijo/dir/file2 2026/07/24 01:49:18 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:18 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/07/24 01:49:18 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file2" 2026/07/24 01:49:18 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:18 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file2 2026/07/24 01:49:18 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file2" 2026/07/24 01:49:18 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:18 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-kecurin5dijo/dir/file2 2026/07/24 01:49:18 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:18 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/07/24 01:49:18 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/subdir/file3" 2026/07/24 01:49:18 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:18 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/subdir/file3 2026/07/24 01:49:18 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/subdir/file3" 2026/07/24 01:49:18 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:18 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-kecurin5dijo/dir/subdir/file3 2026/07/24 01:49:18 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:18 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/07/24 01:49:18 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/subdir/file3" 2026/07/24 01:49:18 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:18 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/subdir/file3 2026/07/24 01:49:18 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/subdir/file3" 2026/07/24 01:49:18 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:18 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-kecurin5dijo/dir/subdir/file3 2026/07/24 01:49:18 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:18 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a === RUN TestDirReadDirAll/Virtual 2026/07/24 01:49:18 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile" 2026/07/24 01:49:18 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir" 2026/07/24 01:49:18 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/07/24 01:49:18 DEBUG : dir: Added virtual directory entry vDel: "subdir" 2026/07/24 01:49:18 DEBUG : Waiting for deletions to finish 2026/07/24 01:49:18 INFO : dir/subdir/file3: Deleted 2026/07/24 01:49:18 DEBUG : removing 1 level 2 directories 2026/07/24 01:49:18 INFO : dir/subdir: Removing directory 2026/07/24 01:49:18 DEBUG : dir: invalidating directory cache 2026/07/24 01:49:18 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir" 2026/07/24 01:49:18 DEBUG : dir: Removed virtual directory entry vDel: "file2" 2026/07/24 01:49:18 DEBUG : dir: Removed virtual directory entry vDel: "subdir" 2026/07/24 01:49:18 DEBUG : dir/file1: Reset virtual modtime 2026/07/24 01:49:18 DEBUG : dir: Removed virtual directory entry vAddFile: "virtualFile" 2026/07/24 01:49:18 DEBUG : dir/virtualFile: Reset virtual modtime 2026/07/24 01:49:18 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile2" 2026/07/24 01:49:18 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir2" 2026/07/24 01:49:18 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/24 01:49:18 DEBUG : dir: invalidating directory cache 2026/07/24 01:49:18 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir2" 2026/07/24 01:49:18 DEBUG : dir: Removed virtual directory entry vDel: "file1" 2026/07/24 01:49:18 DEBUG : dir/virtualFile: Reset virtual modtime 2026/07/24 01:49:18 DEBUG : forgetting directory cache 2026/07/24 01:49:18 DEBUG : dir: forgetting directory cache 2026/07/24 01:49:18 DEBUG : dir/virtualDir: forgetting directory cache 2026/07/24 01:49:18 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:18 DEBUG : dir/virtualDir: Looking for writers 2026/07/24 01:49:18 DEBUG : dir: Looking for writers 2026/07/24 01:49:18 DEBUG : file1: reading active writers 2026/07/24 01:49:18 DEBUG : virtualFile2: reading active writers 2026/07/24 01:49:18 DEBUG : virtualFile: reading active writers 2026/07/24 01:49:18 DEBUG : virtualDir: reading active writers 2026/07/24 01:49:18 DEBUG : Looking for writers 2026/07/24 01:49:18 DEBUG : dir: reading active writers 2026/07/24 01:49:18 DEBUG : >WaitForWriters: --- PASS: TestDirReadDirAll (0.70s) --- PASS: TestDirReadDirAll/Virtual (0.02s) === RUN TestDirOpen run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:18 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:18 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:18 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:18 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:18 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:18 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:18 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:18 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:18 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:18 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:18 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:18 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:18 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:18 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:18 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:18 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:18 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/24 01:49:18 ERROR : dir/: Can only open directories read only 2026/07/24 01:49:18 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:18 DEBUG : dir: Looking for writers 2026/07/24 01:49:18 DEBUG : Looking for writers 2026/07/24 01:49:18 DEBUG : dir: reading active writers 2026/07/24 01:49:18 DEBUG : >WaitForWriters: --- PASS: TestDirOpen (0.23s) === RUN TestDirCreate run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:18 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:18 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:18 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:18 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:18 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:18 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:18 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:18 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:18 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:18 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:18 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:18 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:18 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:19 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:19 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:19 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:19 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/24 01:49:19 DEBUG : dir/potato: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:19 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/07/24 01:49:19 DEBUG : dir/potato: >Open: fd=dir/potato (w), err= 2026/07/24 01:49:19 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/07/24 01:49:19 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: File to upload is small (5 bytes), uploading instead of streaming 2026/07/24 01:49:19 DEBUG : dir/potato: size = 5 OK 2026/07/24 01:49:19 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/potato" 2026/07/24 01:49:19 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:19 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/potato 2026/07/24 01:49:19 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/potato" 2026/07/24 01:49:19 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:19 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-kecurin5dijo/dir/potato 2026/07/24 01:49:19 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:19 DEBUG : dir/potato: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/24 01:49:19 DEBUG : dir/potato: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/24 01:49:19 DEBUG : dir/potato: Size and md5 of src and dst objects identical 2026/07/24 01:49:19 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/07/24 01:49:19 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:19 DEBUG : dir: Looking for writers 2026/07/24 01:49:19 DEBUG : potato: reading active writers 2026/07/24 01:49:19 DEBUG : file1: reading active writers 2026/07/24 01:49:19 DEBUG : Looking for writers 2026/07/24 01:49:19 DEBUG : dir: reading active writers 2026/07/24 01:49:19 DEBUG : >WaitForWriters: --- PASS: TestDirCreate (0.46s) === RUN TestDirMkdir run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:19 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:19 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:19 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:19 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:19 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:19 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:19 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:19 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:19 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:19 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:19 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:19 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:19 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:19 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:19 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:19 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:19 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/24 01:49:19 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/07/24 01:49:19 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:19 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:19 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:19 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:19 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:19 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:19 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:19 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:19 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:19 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:19 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:19 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:19 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:19 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:19 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:19 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/24 01:49:19 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:19 DEBUG : dir/sub: Looking for writers 2026/07/24 01:49:19 DEBUG : dir: Looking for writers 2026/07/24 01:49:19 DEBUG : file1: reading active writers 2026/07/24 01:49:19 DEBUG : sub: reading active writers 2026/07/24 01:49:19 DEBUG : Looking for writers 2026/07/24 01:49:19 DEBUG : dir: reading active writers 2026/07/24 01:49:19 DEBUG : >WaitForWriters: --- PASS: TestDirMkdir (0.56s) === RUN TestDirMkdirSub run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:19 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:19 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:19 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:19 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:19 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:19 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:19 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:19 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:19 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:19 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:19 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:19 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:19 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:20 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:20 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:20 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:20 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/24 01:49:20 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/07/24 01:49:20 DEBUG : dir/sub: Added virtual directory entry vAddDir: "subsub" 2026/07/24 01:49:20 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:20 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:20 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:20 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:20 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:20 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:20 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:20 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:20 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:20 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:20 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:20 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:20 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:20 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:20 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:20 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/24 01:49:20 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:20 DEBUG : dir/sub/subsub: Looking for writers 2026/07/24 01:49:20 DEBUG : dir/sub: Looking for writers 2026/07/24 01:49:20 DEBUG : subsub: reading active writers 2026/07/24 01:49:20 DEBUG : dir: Looking for writers 2026/07/24 01:49:20 DEBUG : file1: reading active writers 2026/07/24 01:49:20 DEBUG : sub: reading active writers 2026/07/24 01:49:20 DEBUG : Looking for writers 2026/07/24 01:49:20 DEBUG : dir: reading active writers 2026/07/24 01:49:20 DEBUG : >WaitForWriters: --- PASS: TestDirMkdirSub (0.46s) === RUN TestDirRemove run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:20 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:20 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:20 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:20 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:20 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:20 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:20 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:20 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:20 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:20 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:20 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:20 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:20 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:20 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:20 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:20 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:20 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/24 01:49:20 ERROR : dir/: Dir.Remove not empty 2026/07/24 01:49:20 DEBUG : dir/file1: Remove: 2026/07/24 01:49:20 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/24 01:49:20 DEBUG : dir/file1: >Remove: err= 2026/07/24 01:49:20 DEBUG : Added virtual directory entry vDel: "dir" 2026/07/24 01:49:20 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:20 DEBUG : Looking for writers 2026/07/24 01:49:20 DEBUG : >WaitForWriters: --- PASS: TestDirRemove (0.24s) === RUN TestDirRemoveAll run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:20 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:20 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:20 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:20 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:20 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:20 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:20 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:20 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:20 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:20 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:20 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:20 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:20 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:20 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:20 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:20 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:20 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/24 01:49:20 DEBUG : dir/file1: Remove: 2026/07/24 01:49:20 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/24 01:49:20 DEBUG : dir/file1: >Remove: err= 2026/07/24 01:49:20 DEBUG : Added virtual directory entry vDel: "dir" 2026/07/24 01:49:20 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:20 DEBUG : Looking for writers 2026/07/24 01:49:20 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveAll (0.23s) === RUN TestDirRemoveName run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:20 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:20 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:20 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:20 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:20 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:20 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:20 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:20 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:20 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:20 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:20 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:20 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:20 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:21 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:21 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:21 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:21 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/24 01:49:21 DEBUG : dir/file1: Remove: 2026/07/24 01:49:21 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/24 01:49:21 DEBUG : dir/file1: >Remove: err= 2026/07/24 01:49:21 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:21 DEBUG : dir: Looking for writers 2026/07/24 01:49:21 DEBUG : Looking for writers 2026/07/24 01:49:21 DEBUG : dir: reading active writers 2026/07/24 01:49:21 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveName (0.33s) === RUN TestDirRename run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:21 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:21 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:21 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:21 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:21 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:21 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:21 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:21 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:21 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:21 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:21 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:21 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:21 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:21 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:21 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:21 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:21 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/24 01:49:21 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:21 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:21 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:21 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:21 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:21 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:21 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:21 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:21 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:21 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:21 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:21 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:21 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:21 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:21 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:21 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/24 01:49:21 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file3" 2026/07/24 01:49:21 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:21 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file3 2026/07/24 01:49:21 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file3" 2026/07/24 01:49:21 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:21 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-kecurin5dijo/dir/file3 2026/07/24 01:49:21 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:21 DEBUG : dir/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/07/24 01:49:21 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file3" 2026/07/24 01:49:21 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:21 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file3 2026/07/24 01:49:21 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file3" 2026/07/24 01:49:21 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:21 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-kecurin5dijo/dir/file3 2026/07/24 01:49:21 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:21 DEBUG : dir/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/07/24 01:49:21 ERROR : dir/not found: Dir.Rename error: file does not exist 2026/07/24 01:49:21 DEBUG : dir: Updating dir with dir2 0x2fde38b5e1a0 2026/07/24 01:49:21 DEBUG : dir: forgetting directory cache 2026/07/24 01:49:21 DEBUG : Added virtual directory entry vDel: "dir" 2026/07/24 01:49:21 DEBUG : Added virtual directory entry vAddDir: "dir2" 2026/07/24 01:49:21 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir2/file1" 2026/07/24 01:49:21 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:21 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir2/file1 2026/07/24 01:49:21 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir2/file1" 2026/07/24 01:49:21 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:21 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir2/file1 2026/07/24 01:49:21 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:21 DEBUG : dir2/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:21 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir2/file1" 2026/07/24 01:49:21 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:21 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir2/file1 2026/07/24 01:49:21 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir2/file1" 2026/07/24 01:49:22 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:22 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kecurin5dijo/dir2/file1 2026/07/24 01:49:22 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:22 DEBUG : dir2/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/24 01:49:22 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir2/file3" 2026/07/24 01:49:22 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:22 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir2/file3 2026/07/24 01:49:22 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir2/file3" 2026/07/24 01:49:22 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:22 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-kecurin5dijo/dir2/file3 2026/07/24 01:49:22 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:22 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/07/24 01:49:22 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir2/file3" 2026/07/24 01:49:22 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:22 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir2/file3 2026/07/24 01:49:22 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir2/file3" 2026/07/24 01:49:22 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:22 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-kecurin5dijo/dir2/file3 2026/07/24 01:49:22 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:22 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/07/24 01:49:22 INFO : dir2/file1: Moved (server-side) to: file2 2026/07/24 01:49:22 DEBUG : file2: Updating file with file2 0x2fde38ceaea0 2026/07/24 01:49:22 DEBUG : dir2: Added virtual directory entry vDel: "file1" 2026/07/24 01:49:22 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/07/24 01:49:22 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/file2" 2026/07/24 01:49:22 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:22 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/file2 2026/07/24 01:49:22 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/file2" 2026/07/24 01:49:22 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:22 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/file2 2026/07/24 01:49:22 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:22 DEBUG : file2: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:22 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/file2" 2026/07/24 01:49:22 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:22 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/file2 2026/07/24 01:49:22 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/file2" 2026/07/24 01:49:22 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:22 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kecurin5dijo/file2 2026/07/24 01:49:22 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:22 DEBUG : file2: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/24 01:49:22 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir2/file3" 2026/07/24 01:49:22 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:22 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir2/file3 2026/07/24 01:49:22 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir2/file3" 2026/07/24 01:49:22 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:22 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-kecurin5dijo/dir2/file3 2026/07/24 01:49:22 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:22 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/07/24 01:49:22 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir2/file3" 2026/07/24 01:49:22 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:22 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir2/file3 2026/07/24 01:49:22 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir2/file3" 2026/07/24 01:49:22 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:22 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-kecurin5dijo/dir2/file3 2026/07/24 01:49:22 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:22 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/07/24 01:49:22 INFO : dir2/file3: Deleted 2026/07/24 01:49:22 INFO : file2: Moved (server-side) to: dir2/file3 2026/07/24 01:49:22 DEBUG : dir2/file3: Updating file with dir2/file3 0x2fde38ceaea0 2026/07/24 01:49:22 DEBUG : Added virtual directory entry vDel: "file2" 2026/07/24 01:49:22 DEBUG : dir2: Added virtual directory entry vAddFile: "file3" 2026/07/24 01:49:22 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir2/file3" 2026/07/24 01:49:22 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:22 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir2/file3 2026/07/24 01:49:22 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir2/file3" 2026/07/24 01:49:22 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:22 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir2/file3 2026/07/24 01:49:22 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:22 DEBUG : dir2/file3: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:22 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir2/file3" 2026/07/24 01:49:22 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:22 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir2/file3 2026/07/24 01:49:22 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir2/file3" 2026/07/24 01:49:22 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:22 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kecurin5dijo/dir2/file3 2026/07/24 01:49:22 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:22 DEBUG : dir2/file3: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/24 01:49:22 DEBUG : Added virtual directory entry vAddDir: "empty directory" 2026/07/24 01:49:22 DEBUG : empty directory: Updating dir with renamed empty directory 0x2fde38f4ac30 2026/07/24 01:49:22 DEBUG : empty directory: forgetting directory cache 2026/07/24 01:49:22 DEBUG : Added virtual directory entry vDel: "empty directory" 2026/07/24 01:49:22 DEBUG : Added virtual directory entry vAddDir: "renamed empty directory" 2026/07/24 01:49:22 DEBUG : dir2: Renaming to "dir3" 2026/07/24 01:49:22 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:22 DEBUG : dir3: Looking for writers 2026/07/24 01:49:22 DEBUG : file3: reading active writers 2026/07/24 01:49:22 DEBUG : renamed empty directory: Looking for writers 2026/07/24 01:49:22 DEBUG : Looking for writers 2026/07/24 01:49:22 DEBUG : dir3: reading active writers 2026/07/24 01:49:22 DEBUG : renamed empty directory: reading active writers 2026/07/24 01:49:22 DEBUG : >WaitForWriters: --- PASS: TestDirRename (1.85s) === 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-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:22 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:22 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:22 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:22 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:22 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:23 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:23 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:23 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:23 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:23 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:23 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:23 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:23 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:23 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:23 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:23 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:23 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/24 01:49:23 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/07/24 01:49:23 DEBUG : dir/sub/file0: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:23 DEBUG : dir/sub/file0: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/24 01:49:23 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/07/24 01:49:23 DEBUG : dir/sub/file0: >Open: fd=dir/sub/file0 (w), err= 2026/07/24 01:49:23 DEBUG : dir/sub/file0: >OpenFile: fd=dir/sub/file0 (w), err= 2026/07/24 01:49:23 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/07/24 01:49:23 DEBUG : dir/sub/file2: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:23 DEBUG : dir/sub/file2: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/24 01:49:23 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/07/24 01:49:23 DEBUG : dir/sub/file2: >Open: fd=dir/sub/file2 (w), err= 2026/07/24 01:49:23 DEBUG : dir/sub/file2: >OpenFile: fd=dir/sub/file2 (w), err= 2026/07/24 01:49:23 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/07/24 01:49:23 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: File to upload is small (12 bytes), uploading instead of streaming 2026/07/24 01:49:23 DEBUG : dir/sub/file2: size = 12 OK 2026/07/24 01:49:23 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/sub/file2" 2026/07/24 01:49:23 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:23 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/sub/file2 2026/07/24 01:49:23 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/sub/file2" 2026/07/24 01:49:23 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:23 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: fc3ff98e8c6a0d3087d515c0473f8677 /rclone-test-kecurin5dijo/dir/sub/file2 2026/07/24 01:49:23 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:23 DEBUG : dir/sub/file2: Parsed hash: fc3ff98e8c6a0d3087d515c0473f8677 2026/07/24 01:49:23 DEBUG : dir/sub/file2: md5 = fc3ff98e8c6a0d3087d515c0473f8677 OK 2026/07/24 01:49:23 DEBUG : dir/sub/file2: Size and md5 of src and dst objects identical 2026/07/24 01:49:23 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/07/24 01:49:23 DEBUG : forgetting directory cache 2026/07/24 01:49:23 DEBUG : dir: forgetting directory cache 2026/07/24 01:49:23 DEBUG : dir/sub: forgetting directory cache 2026/07/24 01:49:23 DEBUG : dir/sub: Removed virtual directory entry vAddFile: "file2" 2026/07/24 01:49:23 DEBUG : dir: Removed virtual directory entry vAddDir: "sub" 2026/07/24 01:49:23 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: File to upload is small (5 bytes), uploading instead of streaming 2026/07/24 01:49:23 DEBUG : dir/sub/file0: size = 5 OK 2026/07/24 01:49:23 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/sub/file0" 2026/07/24 01:49:23 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:23 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/sub/file0 2026/07/24 01:49:23 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/sub/file0" 2026/07/24 01:49:23 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:23 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-kecurin5dijo/dir/sub/file0 2026/07/24 01:49:23 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:23 DEBUG : dir/sub/file0: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/24 01:49:23 DEBUG : dir/sub/file0: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/24 01:49:23 DEBUG : dir/sub/file0: Size and md5 of src and dst objects identical 2026/07/24 01:49:23 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/07/24 01:49:23 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:23 DEBUG : dir/sub: Looking for writers 2026/07/24 01:49:23 DEBUG : file0: reading active writers 2026/07/24 01:49:23 DEBUG : file2: reading active writers 2026/07/24 01:49:23 DEBUG : dir: Looking for writers 2026/07/24 01:49:23 DEBUG : file1: reading active writers 2026/07/24 01:49:23 DEBUG : sub: reading active writers 2026/07/24 01:49:23 DEBUG : Looking for writers 2026/07/24 01:49:23 DEBUG : dir: reading active writers 2026/07/24 01:49:23 DEBUG : >WaitForWriters: --- PASS: TestDirFileOpen (0.45s) === RUN TestDirEntryModTimeInvalidation run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:23 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:23 DEBUG : forgetting directory cache 2026/07/24 01:49:24 DEBUG : forgetting directory cache 2026/07/24 01:49:24 DEBUG : dir: forgetting directory cache 2026/07/24 01:49:24 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:24 DEBUG : dir: Looking for writers 2026/07/24 01:49:24 DEBUG : Looking for writers 2026/07/24 01:49:24 DEBUG : dir: reading active writers 2026/07/24 01:49:24 DEBUG : >WaitForWriters: --- PASS: TestDirEntryModTimeInvalidation (1.11s) === RUN TestDirMetadataExtension run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:24 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:24 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:24 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:24 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:24 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:24 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:24 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:24 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:24 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:24 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:24 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:24 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:24 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:24 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:24 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:24 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:24 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/24 01:49:24 DEBUG : dir: Added virtual directory entry vAddFile: "file1.metadata" 2026/07/24 01:49:24 DEBUG : dir/file1.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:24 DEBUG : dir/file1.metadata: Open: flags=O_RDONLY 2026/07/24 01:49:24 DEBUG : dir/file1.metadata: >Open: fd=dir/file1.metadata (r), err= 2026/07/24 01:49:24 DEBUG : dir/file1.metadata: >OpenFile: fd=dir/file1.metadata (r), err= 2026/07/24 01:49:24 DEBUG : dir/file1.metadata: ChunkedReader.openRange at 0 length 134217728 2026/07/24 01:49:24 DEBUG : dir/file1.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/07/24 01:49:24 DEBUG : Added virtual directory entry vAddFile: "dir.metadata" 2026/07/24 01:49:24 DEBUG : dir.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:24 DEBUG : dir.metadata: Open: flags=O_RDONLY 2026/07/24 01:49:24 DEBUG : dir.metadata: >Open: fd=dir.metadata (r), err= 2026/07/24 01:49:24 DEBUG : dir.metadata: >OpenFile: fd=dir.metadata (r), err= 2026/07/24 01:49:24 DEBUG : dir.metadata: ChunkedReader.openRange at 0 length 134217728 2026/07/24 01:49:24 DEBUG : dir.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/07/24 01:49:24 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:24 DEBUG : dir: Looking for writers 2026/07/24 01:49:24 DEBUG : file1: reading active writers 2026/07/24 01:49:24 DEBUG : file1.metadata: reading active writers 2026/07/24 01:49:24 DEBUG : Looking for writers 2026/07/24 01:49:24 DEBUG : dir: reading active writers 2026/07/24 01:49:24 DEBUG : dir.metadata: reading active writers 2026/07/24 01:49:24 DEBUG : >WaitForWriters: --- PASS: TestDirMetadataExtension (0.22s) === RUN TestErrorError --- PASS: TestErrorError (0.00s) === RUN TestFileMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:24 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:24 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:24 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:24 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:24 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:24 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:24 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:24 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:24 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:24 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:24 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:24 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:24 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:24 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:24 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:24 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:24 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/24 01:49:24 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:24 DEBUG : dir: Looking for writers 2026/07/24 01:49:24 DEBUG : file1: reading active writers 2026/07/24 01:49:24 DEBUG : Looking for writers 2026/07/24 01:49:24 DEBUG : dir: reading active writers 2026/07/24 01:49:24 DEBUG : >WaitForWriters: --- PASS: TestFileMethods (0.19s) === RUN TestFileSetModTime === RUN TestFileSetModTime/cache=off,open=false,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:24 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:24 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:24 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:24 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:24 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:25 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:25 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:25 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:25 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:25 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:25 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:25 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:25 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:25 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:25 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:25 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:25 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/24 01:49:25 DEBUG : Can set mod time: true 2026/07/24 01:49:25 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/07/24 01:49:25 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:25 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:25 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:25 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:25 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:25 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:25 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:25 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:25 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:25 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:25 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:25 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:25 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:25 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:25 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:25 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/24 01:49:25 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:25 DEBUG : dir: Looking for writers 2026/07/24 01:49:25 DEBUG : file1: reading active writers 2026/07/24 01:49:25 DEBUG : Looking for writers 2026/07/24 01:49:25 DEBUG : dir: reading active writers 2026/07/24 01:49:25 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:25 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:25 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:25 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:25 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:25 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:25 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:25 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:25 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:25 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:25 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:25 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:25 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:25 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:25 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:25 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:25 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:25 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/24 01:49:25 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/24 01:49:25 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/07/24 01:49:25 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:25 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: File to upload is small (0 bytes), uploading instead of streaming 2026/07/24 01:49:25 DEBUG : dir/file1: size = 0 OK 2026/07/24 01:49:25 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:25 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:25 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:25 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:25 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:25 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:25 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:25 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/24 01:49:25 DEBUG : dir/file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/24 01:49:25 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/07/24 01:49:25 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/07/24 01:49:25 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:25 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:25 DEBUG : dir: Looking for writers 2026/07/24 01:49:25 DEBUG : file1: reading active writers 2026/07/24 01:49:25 DEBUG : Looking for writers 2026/07/24 01:49:25 DEBUG : dir: reading active writers 2026/07/24 01:49:25 DEBUG : >WaitForWriters: 2026/07/24 01:49:25 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:25 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:25 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:25 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:25 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:25 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:25 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:25 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/24 01:49:25 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:25 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:25 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:25 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:25 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:25 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:25 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:25 DEBUG : dir/file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/07/24 01:49:25 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:25 DEBUG : dir: Looking for writers 2026/07/24 01:49:25 DEBUG : file1: reading active writers 2026/07/24 01:49:25 DEBUG : Looking for writers 2026/07/24 01:49:25 DEBUG : dir: reading active writers 2026/07/24 01:49:25 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=true run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:25 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:25 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:25 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:25 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:25 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:26 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:26 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:26 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:26 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:26 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:26 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:26 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:26 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:26 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:26 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:26 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:26 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/24 01:49:26 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/24 01:49:26 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/07/24 01:49:26 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:26 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: File to upload is small (5 bytes), uploading instead of streaming 2026/07/24 01:49:26 DEBUG : dir/file1: size = 5 OK 2026/07/24 01:49:26 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:26 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:26 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:26 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:26 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:26 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:26 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:26 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/24 01:49:26 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/24 01:49:26 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/07/24 01:49:26 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/07/24 01:49:26 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:26 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:26 DEBUG : dir: Looking for writers 2026/07/24 01:49:26 DEBUG : file1: reading active writers 2026/07/24 01:49:26 DEBUG : Looking for writers 2026/07/24 01:49:26 DEBUG : dir: reading active writers 2026/07/24 01:49:26 DEBUG : >WaitForWriters: 2026/07/24 01:49:26 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:26 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:26 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:26 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:26 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:26 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:26 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:26 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/24 01:49:26 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:26 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:26 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:26 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:26 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:26 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:26 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:26 DEBUG : dir/file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/07/24 01:49:26 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:26 DEBUG : dir: Looking for writers 2026/07/24 01:49:26 DEBUG : file1: reading active writers 2026/07/24 01:49:26 DEBUG : Looking for writers 2026/07/24 01:49:26 DEBUG : dir: reading active writers 2026/07/24 01:49:26 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=full,open=false,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:26 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:26 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/24 01:49:26 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:26 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:26 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:26 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/24 01:49:26 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:26 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:26 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/24 01:49:26 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:26 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/24 01:49:26 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:26 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:26 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:26 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:26 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:26 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:26 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:26 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:26 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:26 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:26 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:26 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:26 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:26 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:26 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:26 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/24 01:49:26 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/07/24 01:49:26 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:26 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:26 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:26 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:26 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:26 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:26 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:26 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:26 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:26 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:26 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:26 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:26 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:26 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:26 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:26 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/24 01:49:26 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:26 DEBUG : dir: Looking for writers 2026/07/24 01:49:26 DEBUG : file1: reading active writers 2026/07/24 01:49:26 DEBUG : Looking for writers 2026/07/24 01:49:26 DEBUG : dir: reading active writers 2026/07/24 01:49:26 DEBUG : >WaitForWriters: 2026/07/24 01:49:26 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:26 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:26 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/24 01:49:26 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:26 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:26 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:26 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/24 01:49:26 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:26 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:26 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/24 01:49:26 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:26 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/24 01:49:26 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:26 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:26 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:26 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:27 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:27 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:27 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:27 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:27 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:27 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:27 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:27 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:27 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:27 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:27 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:27 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/24 01:49:27 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/07/24 01:49:27 DEBUG : dir/file1: newRWFileHandle: 2026/07/24 01:49:27 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/24 01:49:27 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/24 01:49:27 DEBUG : dir/file1(0x2fde38def880): close: 2026/07/24 01:49:27 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/07/24 01:49:27 DEBUG : dir/file1(0x2fde38def880): >close: err= 2026/07/24 01:49:27 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:27 DEBUG : dir: Looking for writers 2026/07/24 01:49:27 DEBUG : file1: reading active writers 2026/07/24 01:49:27 DEBUG : Looking for writers 2026/07/24 01:49:27 DEBUG : dir: reading active writers 2026/07/24 01:49:27 DEBUG : >WaitForWriters: 2026/07/24 01:49:27 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:27 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:27 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:27 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:27 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:27 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:27 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:27 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:27 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:27 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:27 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:27 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:27 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:27 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:27 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:27 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/24 01:49:27 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:27 DEBUG : dir: Looking for writers 2026/07/24 01:49:27 DEBUG : file1: reading active writers 2026/07/24 01:49:27 DEBUG : Looking for writers 2026/07/24 01:49:27 DEBUG : dir: reading active writers 2026/07/24 01:49:27 DEBUG : >WaitForWriters: 2026/07/24 01:49:27 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=true run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:27 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:27 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/24 01:49:27 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:27 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:27 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:27 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/24 01:49:27 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:27 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:27 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/24 01:49:27 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:27 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/24 01:49:27 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:27 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:27 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:27 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:27 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:27 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:27 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:27 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:27 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:27 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:27 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:27 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:27 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:27 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:27 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:27 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/24 01:49:27 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/07/24 01:49:27 DEBUG : dir/file1: newRWFileHandle: 2026/07/24 01:49:27 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/24 01:49:27 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/24 01:49:27 DEBUG : dir/file1(0x2fde38defec0): _writeAt: size=5, off=0 2026/07/24 01:49:27 DEBUG : dir/file1(0x2fde38defec0): openPending: 2026/07/24 01:49:27 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:27 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:27 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:27 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:27 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:27 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:27 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:27 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:27 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/07/24 01:49:27 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/07/24 01:49:27 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:27 DEBUG : dir/file1(0x2fde38defec0): >openPending: err= 2026/07/24 01:49:27 DEBUG : dir/file1(0x2fde38defec0): >_writeAt: n=5, err= 2026/07/24 01:49:27 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/07/24 01:49:27 DEBUG : dir/file1(0x2fde38defec0): close: 2026/07/24 01:49:27 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:5}] - present false 2026/07/24 01:49:27 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 5 length -1 2026/07/24 01:49:27 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 5 chunkSize 134217728 2026/07/24 01:49:27 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/07/24 01:49:27 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/07/24 01:49:27 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:27 DEBUG : dir/file1(0x2fde38defec0): >close: err= 2026/07/24 01:49:27 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:27 DEBUG : dir: Looking for writers 2026/07/24 01:49:27 DEBUG : file1: reading active writers 2026/07/24 01:49:27 DEBUG : Looking for writers 2026/07/24 01:49:27 DEBUG : dir: reading active writers 2026/07/24 01:49:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/24 01:49:27 DEBUG : dir: Looking for writers 2026/07/24 01:49:27 DEBUG : file1: reading active writers 2026/07/24 01:49:27 DEBUG : Looking for writers 2026/07/24 01:49:27 DEBUG : dir: reading active writers 2026/07/24 01:49:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/24 01:49:27 DEBUG : dir: Looking for writers 2026/07/24 01:49:27 DEBUG : file1: reading active writers 2026/07/24 01:49:27 DEBUG : Looking for writers 2026/07/24 01:49:27 DEBUG : dir: reading active writers 2026/07/24 01:49:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/24 01:49:27 DEBUG : dir: Looking for writers 2026/07/24 01:49:27 DEBUG : file1: reading active writers 2026/07/24 01:49:27 DEBUG : Looking for writers 2026/07/24 01:49:27 DEBUG : dir: reading active writers 2026/07/24 01:49:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/24 01:49:27 DEBUG : dir/file1: vfs cache: starting upload 2026/07/24 01:49:27 DEBUG : dir/file1.2f98c60a.partial: size = 14 OK 2026/07/24 01:49:27 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1.2f98c60a.partial" 2026/07/24 01:49:27 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:27 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1.2f98c60a.partial 2026/07/24 01:49:27 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1.2f98c60a.partial" 2026/07/24 01:49:27 DEBUG : dir: Looking for writers 2026/07/24 01:49:27 DEBUG : file1: reading active writers 2026/07/24 01:49:27 DEBUG : Looking for writers 2026/07/24 01:49:27 DEBUG : dir: reading active writers 2026/07/24 01:49:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/24 01:49:27 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:27 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-kecurin5dijo/dir/file1.2f98c60a.partial 2026/07/24 01:49:27 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:27 DEBUG : dir/file1.2f98c60a.partial: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/07/24 01:49:27 DEBUG : dir/file1: md5 = 60cac3f4f9c843121eee2ba9e0dac970 OK 2026/07/24 01:49:27 DEBUG : dir/file1.2f98c60a.partial: renamed to: dir/file1 2026/07/24 01:49:27 INFO : dir/file1: Copied (replaced existing) 2026/07/24 01:49:27 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:27 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:27 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:27 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:28 DEBUG : dir: Looking for writers 2026/07/24 01:49:28 DEBUG : file1: reading active writers 2026/07/24 01:49:28 DEBUG : Looking for writers 2026/07/24 01:49:28 DEBUG : dir: reading active writers 2026/07/24 01:49:28 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:28 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:28 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:28 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/07/24 01:49:28 DEBUG : dir/file1: vfs cache: fingerprint now "14,2011-12-25 12:59:59 +0000 UTC,60cac3f4f9c843121eee2ba9e0dac970" 2026/07/24 01:49:28 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/07/24 01:49:28 DEBUG : dir/file1: Not setting pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC as it is already set 2026/07/24 01:49:28 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:28 DEBUG : >WaitForWriters: 2026/07/24 01:49:28 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/07/24 01:49:28 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:28 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:28 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:28 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:28 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:28 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:28 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:28 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/07/24 01:49:28 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:28 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:28 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:28 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:28 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:28 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:28 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:28 DEBUG : dir/file1: Parsed hash: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 2026/07/24 01:49:28 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:28 DEBUG : dir: Looking for writers 2026/07/24 01:49:28 DEBUG : file1: reading active writers 2026/07/24 01:49:28 DEBUG : Looking for writers 2026/07/24 01:49:28 DEBUG : dir: reading active writers 2026/07/24 01:49:28 DEBUG : >WaitForWriters: 2026/07/24 01:49:28 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: cleaner exiting --- PASS: TestFileSetModTime (3.31s) --- PASS: TestFileSetModTime/cache=off,open=false,write=false (0.44s) --- PASS: TestFileSetModTime/cache=off,open=true,write=false (0.51s) --- PASS: TestFileSetModTime/cache=off,open=true,write=true (0.56s) --- PASS: TestFileSetModTime/cache=full,open=false,write=false (0.47s) --- PASS: TestFileSetModTime/cache=full,open=true,write=false (0.43s) --- PASS: TestFileSetModTime/cache=full,open=true,write=true (0.90s) === RUN TestFileOpenRead run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:28 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:28 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:28 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:28 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:28 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:28 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:28 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:28 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:28 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:28 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:28 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:28 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:28 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:28 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:28 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:28 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:28 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/24 01:49:28 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/24 01:49:28 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/24 01:49:28 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/24 01:49:28 DEBUG : dir/file1: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/07/24 01:49:28 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:28 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:28 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:28 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:28 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:28 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:28 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:28 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:28 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:28 DEBUG : dir: Looking for writers 2026/07/24 01:49:28 DEBUG : file1: reading active writers 2026/07/24 01:49:28 DEBUG : Looking for writers 2026/07/24 01:49:28 DEBUG : dir: reading active writers 2026/07/24 01:49:28 DEBUG : >WaitForWriters: --- PASS: TestFileOpenRead (0.35s) === RUN TestFileOpenReadUnknownSize 2026/07/24 01:49:28 INFO : Mock file system at root: poll-interval is not supported by this remote 2026/07/24 01:49:28 NOTICE: Mock file system at root: --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/07/24 01:49:28 DEBUG : file.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/24 01:49:28 DEBUG : file.txt: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 file_test.go:223: gotContents = "file contents" 2026/07/24 01:49:28 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:28 DEBUG : Looking for writers 2026/07/24 01:49:28 DEBUG : file.txt: reading active writers 2026/07/24 01:49:28 DEBUG : >WaitForWriters: --- PASS: TestFileOpenReadUnknownSize (0.00s) === RUN TestFileOpenWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:28 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:28 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:28 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:28 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:28 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:28 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:28 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:28 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:28 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:28 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:28 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:28 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:28 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:28 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:28 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:28 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:28 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/24 01:49:28 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:28 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: File to upload is small (25 bytes), uploading instead of streaming 2026/07/24 01:49:28 DEBUG : dir/file1: size = 25 OK 2026/07/24 01:49:28 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:28 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:28 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:28 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:28 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:28 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:28 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:28 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/24 01:49:28 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/24 01:49:28 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/07/24 01:49:28 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:28 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:28 DEBUG : dir: Looking for writers 2026/07/24 01:49:28 DEBUG : file1: reading active writers 2026/07/24 01:49:28 DEBUG : Looking for writers 2026/07/24 01:49:28 DEBUG : dir: reading active writers 2026/07/24 01:49:28 DEBUG : >WaitForWriters: --- PASS: TestFileOpenWrite (0.35s) === RUN TestFileRemove run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:28 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:28 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:28 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:28 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:28 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:29 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:29 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:29 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:29 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:29 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:29 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:29 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:29 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:29 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:29 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:29 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:29 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/24 01:49:29 DEBUG : dir/file1: Remove: 2026/07/24 01:49:29 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/24 01:49:29 DEBUG : dir/file1: >Remove: err= 2026/07/24 01:49:29 DEBUG : dir/file1: Remove: 2026/07/24 01:49:29 DEBUG : dir/file1: >Remove: err=Read only file system 2026/07/24 01:49:29 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:29 DEBUG : dir: Looking for writers 2026/07/24 01:49:29 DEBUG : Looking for writers 2026/07/24 01:49:29 DEBUG : dir: reading active writers 2026/07/24 01:49:29 DEBUG : >WaitForWriters: --- PASS: TestFileRemove (0.23s) === RUN TestFileRemoveAll run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:29 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:29 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:29 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:29 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:29 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:29 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:29 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:29 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:29 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:29 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:29 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:29 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:29 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:29 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:29 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:29 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:29 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/24 01:49:29 DEBUG : dir/file1: Remove: 2026/07/24 01:49:29 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/24 01:49:29 DEBUG : dir/file1: >Remove: err= 2026/07/24 01:49:29 DEBUG : dir/file1: Remove: 2026/07/24 01:49:29 DEBUG : dir/file1: >Remove: err=Read only file system 2026/07/24 01:49:29 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:29 DEBUG : dir: Looking for writers 2026/07/24 01:49:29 DEBUG : Looking for writers 2026/07/24 01:49:29 DEBUG : dir: reading active writers 2026/07/24 01:49:29 DEBUG : >WaitForWriters: --- PASS: TestFileRemoveAll (0.22s) === RUN TestFileOpen run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:29 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:29 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:29 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:29 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:29 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:29 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:29 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:29 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:29 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:29 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:29 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:29 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:29 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:29 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:29 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:29 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:29 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/24 01:49:29 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/24 01:49:29 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/24 01:49:29 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/07/24 01:49:29 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/07/24 01:49:29 DEBUG : dir/file1: Open: flags=O_RDWR 2026/07/24 01:49:29 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/07/24 01:49:29 DEBUG : dir/file1: Open: flags=0x3 2026/07/24 01:49:29 DEBUG : dir/file1: Can't figure out how to open with flags: 0x3 2026/07/24 01:49:29 DEBUG : dir/file1: >Open: fd=, err=permission denied 2026/07/24 01:49:29 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:29 DEBUG : dir: Looking for writers 2026/07/24 01:49:29 DEBUG : file1: reading active writers 2026/07/24 01:49:29 DEBUG : Looking for writers 2026/07/24 01:49:29 DEBUG : dir: reading active writers 2026/07/24 01:49:29 DEBUG : >WaitForWriters: --- PASS: TestFileOpen (0.23s) === RUN TestFileRename === RUN TestFileRename/off,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:29 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:29 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:29 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:29 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:29 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:29 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:29 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:29 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:29 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:29 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:29 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:29 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:29 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:29 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:29 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:29 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:29 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/24 01:49:29 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:29 DEBUG : dir: Looking for writers 2026/07/24 01:49:29 DEBUG : file1: reading active writers 2026/07/24 01:49:29 DEBUG : Looking for writers 2026/07/24 01:49:29 DEBUG : dir: reading active writers 2026/07/24 01:49:29 DEBUG : >WaitForWriters: 2026/07/24 01:49:29 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:29 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:29 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:29 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:29 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:29 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:29 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:29 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:29 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:29 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:29 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:29 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:30 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:30 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:30 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:30 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/24 01:49:30 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/24 01:49:30 DEBUG : newLeaf: Updating file with newLeaf 0x2fde3907e340 2026/07/24 01:49:30 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/24 01:49:30 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/24 01:49:30 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/newLeaf" 2026/07/24 01:49:30 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:30 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/newLeaf 2026/07/24 01:49:30 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/newLeaf" 2026/07/24 01:49:30 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:30 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/newLeaf 2026/07/24 01:49:30 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:30 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:30 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/newLeaf" 2026/07/24 01:49:30 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:30 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/newLeaf 2026/07/24 01:49:30 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/newLeaf" 2026/07/24 01:49:30 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:30 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kecurin5dijo/newLeaf 2026/07/24 01:49:30 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:30 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/24 01:49:30 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/07/24 01:49:30 DEBUG : dir/file1: Updating file with dir/file1 0x2fde3907e340 2026/07/24 01:49:30 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/07/24 01:49:30 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:30 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:30 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:30 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:30 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:30 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:30 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:30 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:30 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:30 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:30 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:30 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:30 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:30 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:30 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:30 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:30 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/24 01:49:30 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/24 01:49:30 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/07/24 01:49:30 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:30 DEBUG : dir/file1: File is currently open, delaying rename 0x2fde3907e340 2026/07/24 01:49:30 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/24 01:49:30 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/24 01:49:30 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: File to upload is small (25 bytes), uploading instead of streaming 2026/07/24 01:49:30 DEBUG : dir/file1: size = 25 OK 2026/07/24 01:49:30 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:30 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:30 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:30 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:30 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:30 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:30 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:30 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/24 01:49:30 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/24 01:49:30 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/07/24 01:49:30 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/24 01:49:30 DEBUG : newLeaf: Running delayed rename now 2026/07/24 01:49:30 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/24 01:49:30 DEBUG : newLeaf: Updating file with newLeaf 0x2fde3907e340 2026/07/24 01:49:30 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:30 DEBUG : dir: Looking for writers 2026/07/24 01:49:30 DEBUG : Looking for writers 2026/07/24 01:49:30 DEBUG : dir: reading active writers 2026/07/24 01:49:30 DEBUG : newLeaf: reading active writers 2026/07/24 01:49:30 DEBUG : >WaitForWriters: 2026/07/24 01:49:30 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/newLeaf" 2026/07/24 01:49:30 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:30 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/newLeaf 2026/07/24 01:49:30 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/newLeaf" 2026/07/24 01:49:30 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:30 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-kecurin5dijo/newLeaf 2026/07/24 01:49:30 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:30 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/24 01:49:30 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/newLeaf" 2026/07/24 01:49:30 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:30 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/newLeaf 2026/07/24 01:49:30 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/newLeaf" 2026/07/24 01:49:30 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:30 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-kecurin5dijo/newLeaf 2026/07/24 01:49:30 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:30 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/07/24 01:49:30 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:30 DEBUG : dir: Looking for writers 2026/07/24 01:49:30 DEBUG : Looking for writers 2026/07/24 01:49:30 DEBUG : dir: reading active writers 2026/07/24 01:49:30 DEBUG : newLeaf: reading active writers 2026/07/24 01:49:30 DEBUG : >WaitForWriters: === RUN TestFileRename/minimal,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:30 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:30 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/24 01:49:30 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:30 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:30 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:30 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/24 01:49:30 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:30 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:30 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/24 01:49:30 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:30 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/24 01:49:30 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:30 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:30 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:30 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:30 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:30 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:30 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:30 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:30 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:30 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:30 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:30 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:31 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:31 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:31 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:31 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/24 01:49:31 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:31 DEBUG : dir: Looking for writers 2026/07/24 01:49:31 DEBUG : file1: reading active writers 2026/07/24 01:49:31 DEBUG : Looking for writers 2026/07/24 01:49:31 DEBUG : dir: reading active writers 2026/07/24 01:49:31 DEBUG : >WaitForWriters: 2026/07/24 01:49:31 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:31 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:31 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:31 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:31 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:31 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:31 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:31 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:31 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:31 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:31 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:31 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:31 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:31 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:31 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:31 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/24 01:49:31 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/24 01:49:31 DEBUG : newLeaf: Updating file with newLeaf 0x2fde38eec8f0 2026/07/24 01:49:31 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/24 01:49:31 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/24 01:49:31 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/newLeaf" 2026/07/24 01:49:31 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:31 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/newLeaf 2026/07/24 01:49:31 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/newLeaf" 2026/07/24 01:49:31 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:31 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/newLeaf 2026/07/24 01:49:31 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:31 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:31 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/newLeaf" 2026/07/24 01:49:31 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:31 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/newLeaf 2026/07/24 01:49:31 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/newLeaf" 2026/07/24 01:49:31 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:31 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kecurin5dijo/newLeaf 2026/07/24 01:49:31 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:31 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/24 01:49:31 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/07/24 01:49:31 DEBUG : dir/file1: Updating file with dir/file1 0x2fde38eec8f0 2026/07/24 01:49:31 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/07/24 01:49:31 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:31 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:31 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:31 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:31 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:31 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:31 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:31 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:31 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:31 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:31 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:31 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:31 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:31 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:31 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:31 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:31 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/24 01:49:31 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/24 01:49:31 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/07/24 01:49:31 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:31 DEBUG : dir/file1: File is currently open, delaying rename 0x2fde38eec8f0 2026/07/24 01:49:31 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/24 01:49:31 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/24 01:49:31 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: File to upload is small (25 bytes), uploading instead of streaming 2026/07/24 01:49:31 DEBUG : dir/file1: size = 25 OK 2026/07/24 01:49:31 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:31 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:31 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:31 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:31 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:31 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:31 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:31 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/24 01:49:31 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/24 01:49:31 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/07/24 01:49:31 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/24 01:49:31 DEBUG : newLeaf: Running delayed rename now 2026/07/24 01:49:31 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/24 01:49:31 DEBUG : newLeaf: Updating file with newLeaf 0x2fde38eec8f0 2026/07/24 01:49:31 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:31 DEBUG : dir: Looking for writers 2026/07/24 01:49:31 DEBUG : Looking for writers 2026/07/24 01:49:31 DEBUG : dir: reading active writers 2026/07/24 01:49:31 DEBUG : newLeaf: reading active writers 2026/07/24 01:49:31 DEBUG : >WaitForWriters: 2026/07/24 01:49:31 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/newLeaf" 2026/07/24 01:49:31 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:31 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/newLeaf 2026/07/24 01:49:31 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/newLeaf" 2026/07/24 01:49:31 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:31 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-kecurin5dijo/newLeaf 2026/07/24 01:49:31 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:31 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/24 01:49:31 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/newLeaf" 2026/07/24 01:49:31 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:31 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/newLeaf 2026/07/24 01:49:31 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/newLeaf" 2026/07/24 01:49:32 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:32 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-kecurin5dijo/newLeaf 2026/07/24 01:49:32 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:32 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/07/24 01:49:32 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:32 DEBUG : dir: Looking for writers 2026/07/24 01:49:32 DEBUG : Looking for writers 2026/07/24 01:49:32 DEBUG : dir: reading active writers 2026/07/24 01:49:32 DEBUG : newLeaf: reading active writers 2026/07/24 01:49:32 DEBUG : >WaitForWriters: 2026/07/24 01:49:32 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: cleaner exiting === RUN TestFileRename/minimal,forceCache=true run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:32 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:32 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/24 01:49:32 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:32 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:32 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:32 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/24 01:49:32 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:32 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:32 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/24 01:49:32 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:32 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/24 01:49:32 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:32 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:32 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:32 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:32 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:32 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:32 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:32 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:32 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:32 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:32 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:32 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:32 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:32 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:32 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:32 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/24 01:49:32 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/24 01:49:32 DEBUG : dir/file1: newRWFileHandle: 2026/07/24 01:49:32 DEBUG : dir/file1(0x2fde39490840): openPending: 2026/07/24 01:49:32 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:32 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:32 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:32 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:32 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:32 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:32 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:32 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:32 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/07/24 01:49:32 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/07/24 01:49:32 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:32 DEBUG : dir/file1(0x2fde39490840): >openPending: err= 2026/07/24 01:49:32 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/24 01:49:32 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/24 01:49:32 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:32 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/24 01:49:32 DEBUG : dir/file1(0x2fde39490840): _writeAt: size=14, off=0 2026/07/24 01:49:32 DEBUG : dir/file1(0x2fde39490840): >_writeAt: n=14, err= 2026/07/24 01:49:32 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/07/24 01:49:32 DEBUG : dir/file1(0x2fde39490840): close: 2026/07/24 01:49:32 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/07/24 01:49:32 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/07/24 01:49:32 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:32 DEBUG : dir/file1(0x2fde39490840): >close: err= 2026/07/24 01:49:32 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:32 DEBUG : dir: Looking for writers 2026/07/24 01:49:32 DEBUG : file1: reading active writers 2026/07/24 01:49:32 DEBUG : Looking for writers 2026/07/24 01:49:32 DEBUG : dir: reading active writers 2026/07/24 01:49:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/24 01:49:32 DEBUG : dir: Looking for writers 2026/07/24 01:49:32 DEBUG : file1: reading active writers 2026/07/24 01:49:32 DEBUG : Looking for writers 2026/07/24 01:49:32 DEBUG : dir: reading active writers 2026/07/24 01:49:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/24 01:49:32 DEBUG : dir: Looking for writers 2026/07/24 01:49:32 DEBUG : file1: reading active writers 2026/07/24 01:49:32 DEBUG : Looking for writers 2026/07/24 01:49:32 DEBUG : dir: reading active writers 2026/07/24 01:49:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/24 01:49:32 DEBUG : dir: Looking for writers 2026/07/24 01:49:32 DEBUG : file1: reading active writers 2026/07/24 01:49:32 DEBUG : Looking for writers 2026/07/24 01:49:32 DEBUG : dir: reading active writers 2026/07/24 01:49:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/24 01:49:32 DEBUG : dir/file1: vfs cache: starting upload 2026/07/24 01:49:32 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/07/24 01:49:32 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1.ca338588.partial" 2026/07/24 01:49:32 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:32 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1.ca338588.partial 2026/07/24 01:49:32 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1.ca338588.partial" 2026/07/24 01:49:32 DEBUG : dir: Looking for writers 2026/07/24 01:49:32 DEBUG : file1: reading active writers 2026/07/24 01:49:32 DEBUG : Looking for writers 2026/07/24 01:49:32 DEBUG : dir: reading active writers 2026/07/24 01:49:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/24 01:49:32 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:32 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir/file1.ca338588.partial 2026/07/24 01:49:32 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:32 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:32 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/07/24 01:49:32 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/07/24 01:49:32 INFO : dir/file1: Copied (replaced existing) 2026/07/24 01:49:32 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:32 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:32 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:32 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:32 DEBUG : dir: Looking for writers 2026/07/24 01:49:32 DEBUG : file1: reading active writers 2026/07/24 01:49:32 DEBUG : Looking for writers 2026/07/24 01:49:32 DEBUG : dir: reading active writers 2026/07/24 01:49:32 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:32 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:32 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:32 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:32 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/07/24 01:49:32 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/07/24 01:49:32 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:32 DEBUG : >WaitForWriters: 2026/07/24 01:49:32 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/24 01:49:32 DEBUG : dir/file1: newRWFileHandle: 2026/07/24 01:49:32 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/24 01:49:32 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/24 01:49:32 DEBUG : dir/file1(0x2fde390c0b40): _readAt: size=512, off=0 2026/07/24 01:49:32 DEBUG : dir/file1(0x2fde390c0b40): openPending: 2026/07/24 01:49:32 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/07/24 01:49:32 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/07/24 01:49:32 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/07/24 01:49:32 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:32 DEBUG : dir/file1(0x2fde390c0b40): >openPending: err= 2026/07/24 01:49:32 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/07/24 01:49:32 DEBUG : dir/file1(0x2fde390c0b40): >_readAt: n=14, err=EOF 2026/07/24 01:49:32 DEBUG : dir/file1(0x2fde390c0b40): close: 2026/07/24 01:49:32 DEBUG : dir/file1(0x2fde390c0b40): >close: err= 2026/07/24 01:49:32 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:32 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:32 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:32 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:32 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:32 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:32 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:32 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:32 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:32 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:32 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:32 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:32 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:32 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:32 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:32 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/24 01:49:32 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/24 01:49:32 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/newLeaf" 2026/07/24 01:49:32 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:32 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/newLeaf 2026/07/24 01:49:32 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/newLeaf" 2026/07/24 01:49:32 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:32 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/newLeaf 2026/07/24 01:49:32 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:32 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:32 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/24 01:49:32 DEBUG : newLeaf: Updating file with newLeaf 0x2fde394d8000 2026/07/24 01:49:32 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/24 01:49:32 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/24 01:49:32 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/newLeaf" 2026/07/24 01:49:32 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:32 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/newLeaf 2026/07/24 01:49:32 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/newLeaf" 2026/07/24 01:49:33 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:33 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/newLeaf 2026/07/24 01:49:33 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:33 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:33 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/newLeaf" 2026/07/24 01:49:33 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:33 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/newLeaf 2026/07/24 01:49:33 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/newLeaf" 2026/07/24 01:49:33 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:33 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kecurin5dijo/newLeaf 2026/07/24 01:49:33 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:33 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/24 01:49:33 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/07/24 01:49:33 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:33 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:33 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:33 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:33 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:33 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:33 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:33 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:33 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/07/24 01:49:33 DEBUG : dir/file1: Updating file with dir/file1 0x2fde394d8000 2026/07/24 01:49:33 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/07/24 01:49:33 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:33 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:33 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:33 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:33 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:33 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:33 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:33 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:33 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:33 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:33 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:33 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:33 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:33 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:33 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:33 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:33 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/24 01:49:33 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/24 01:49:33 DEBUG : dir/file1: newRWFileHandle: 2026/07/24 01:49:33 DEBUG : dir/file1(0x2fde39608200): openPending: 2026/07/24 01:49:33 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/07/24 01:49:33 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/07/24 01:49:33 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:33 DEBUG : dir/file1(0x2fde39608200): >openPending: err= 2026/07/24 01:49:33 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/24 01:49:33 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/24 01:49:33 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/24 01:49:33 DEBUG : dir/file1(0x2fde39608200): _writeAt: size=25, off=0 2026/07/24 01:49:33 DEBUG : dir/file1(0x2fde39608200): >_writeAt: n=25, err= 2026/07/24 01:49:33 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/24 01:49:33 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/newLeaf" 2026/07/24 01:49:33 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:33 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/newLeaf 2026/07/24 01:49:33 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/newLeaf" 2026/07/24 01:49:33 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:33 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/newLeaf 2026/07/24 01:49:33 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:33 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:33 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/24 01:49:33 DEBUG : newLeaf: Updating file with newLeaf 0x2fde394d8000 2026/07/24 01:49:33 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/24 01:49:33 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/24 01:49:33 DEBUG : newLeaf(0x2fde39608200): close: 2026/07/24 01:49:33 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:25}] - present true 2026/07/24 01:49:33 DEBUG : newLeaf: vfs cache: setting modification time to 2026-07-24 01:49:33.48825921 +0000 UTC m=+18.807276354 2026/07/24 01:49:33 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:33 DEBUG : newLeaf(0x2fde39608200): >close: err= 2026/07/24 01:49:33 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:33 DEBUG : dir: Looking for writers 2026/07/24 01:49:33 DEBUG : Looking for writers 2026/07/24 01:49:33 DEBUG : dir: reading active writers 2026/07/24 01:49:33 DEBUG : newLeaf: reading active writers 2026/07/24 01:49:33 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/24 01:49:33 DEBUG : dir: Looking for writers 2026/07/24 01:49:33 DEBUG : Looking for writers 2026/07/24 01:49:33 DEBUG : dir: reading active writers 2026/07/24 01:49:33 DEBUG : newLeaf: reading active writers 2026/07/24 01:49:33 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/24 01:49:33 DEBUG : dir: Looking for writers 2026/07/24 01:49:33 DEBUG : Looking for writers 2026/07/24 01:49:33 DEBUG : dir: reading active writers 2026/07/24 01:49:33 DEBUG : newLeaf: reading active writers 2026/07/24 01:49:33 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/24 01:49:33 DEBUG : dir: Looking for writers 2026/07/24 01:49:33 DEBUG : Looking for writers 2026/07/24 01:49:33 DEBUG : newLeaf: reading active writers 2026/07/24 01:49:33 DEBUG : dir: reading active writers 2026/07/24 01:49:33 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/24 01:49:33 DEBUG : newLeaf: vfs cache: starting upload 2026/07/24 01:49:33 DEBUG : newLeaf.bd88dc19.partial: size = 25 OK 2026/07/24 01:49:33 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/newLeaf.bd88dc19.partial" 2026/07/24 01:49:33 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:33 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/newLeaf.bd88dc19.partial 2026/07/24 01:49:33 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/newLeaf.bd88dc19.partial" 2026/07/24 01:49:33 DEBUG : dir: Looking for writers 2026/07/24 01:49:33 DEBUG : Looking for writers 2026/07/24 01:49:33 DEBUG : newLeaf: reading active writers 2026/07/24 01:49:33 DEBUG : dir: reading active writers 2026/07/24 01:49:33 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/24 01:49:33 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:33 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-kecurin5dijo/newLeaf.bd88dc19.partial 2026/07/24 01:49:33 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:33 DEBUG : newLeaf.bd88dc19.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/24 01:49:33 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/24 01:49:33 DEBUG : newLeaf.bd88dc19.partial: renamed to: newLeaf 2026/07/24 01:49:33 INFO : newLeaf: Copied (replaced existing) 2026/07/24 01:49:33 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/newLeaf" 2026/07/24 01:49:33 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:33 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/newLeaf 2026/07/24 01:49:33 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/newLeaf" 2026/07/24 01:49:33 DEBUG : dir: Looking for writers 2026/07/24 01:49:33 DEBUG : Looking for writers 2026/07/24 01:49:33 DEBUG : dir: reading active writers 2026/07/24 01:49:33 DEBUG : newLeaf: reading active writers 2026/07/24 01:49:33 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:33 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-kecurin5dijo/newLeaf 2026/07/24 01:49:33 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:33 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/24 01:49:33 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-07-24 01:49:33 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/07/24 01:49:33 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/07/24 01:49:33 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/24 01:49:33 DEBUG : >WaitForWriters: 2026/07/24 01:49:33 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/07/24 01:49:33 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/newLeaf" 2026/07/24 01:49:33 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:33 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/newLeaf 2026/07/24 01:49:33 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/newLeaf" 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-kecurin5dijo/newLeaf 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:34 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/newLeaf" 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/newLeaf 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/newLeaf" 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-kecurin5dijo/newLeaf 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:34 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/07/24 01:49:34 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:34 DEBUG : dir: Looking for writers 2026/07/24 01:49:34 DEBUG : Looking for writers 2026/07/24 01:49:34 DEBUG : dir: reading active writers 2026/07/24 01:49:34 DEBUG : newLeaf: reading active writers 2026/07/24 01:49:34 DEBUG : >WaitForWriters: 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:34 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:34 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:34 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/24 01:49:34 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:34 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:34 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/24 01:49:34 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:34 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/24 01:49:34 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:34 DEBUG : dir: Looking for writers 2026/07/24 01:49:34 DEBUG : file1: reading active writers 2026/07/24 01:49:34 DEBUG : Looking for writers 2026/07/24 01:49:34 DEBUG : dir: reading active writers 2026/07/24 01:49:34 DEBUG : >WaitForWriters: 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/24 01:49:34 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/24 01:49:34 DEBUG : newLeaf: Updating file with newLeaf 0x2fde3952ac30 2026/07/24 01:49:34 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/24 01:49:34 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/newLeaf" 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/newLeaf 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/newLeaf" 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/newLeaf 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:34 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/newLeaf" 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/newLeaf 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/newLeaf" 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kecurin5dijo/newLeaf 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:34 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/24 01:49:34 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/07/24 01:49:34 DEBUG : dir/file1: Updating file with dir/file1 0x2fde3952ac30 2026/07/24 01:49:34 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/07/24 01:49:34 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/24 01:49:34 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/24 01:49:34 DEBUG : dir/file1: newRWFileHandle: 2026/07/24 01:49:34 DEBUG : dir/file1(0x2fde38def680): openPending: 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:34 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:35 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:35 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:35 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:35 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:35 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/07/24 01:49:35 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/07/24 01:49:35 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:35 DEBUG : dir/file1(0x2fde38def680): >openPending: err= 2026/07/24 01:49:35 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/24 01:49:35 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/24 01:49:35 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/24 01:49:35 DEBUG : dir/file1(0x2fde38def680): _writeAt: size=25, off=0 2026/07/24 01:49:35 DEBUG : dir/file1(0x2fde38def680): >_writeAt: n=25, err= 2026/07/24 01:49:35 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/24 01:49:35 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/newLeaf" 2026/07/24 01:49:35 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:35 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/newLeaf 2026/07/24 01:49:35 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/newLeaf" 2026/07/24 01:49:35 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:35 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/newLeaf 2026/07/24 01:49:35 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:35 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:35 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/24 01:49:35 DEBUG : newLeaf: Updating file with newLeaf 0x2fde3952ac30 2026/07/24 01:49:35 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/24 01:49:35 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/24 01:49:35 DEBUG : newLeaf(0x2fde38def680): close: 2026/07/24 01:49:35 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:25}] - present true 2026/07/24 01:49:35 DEBUG : newLeaf: vfs cache: setting modification time to 2026-07-24 01:49:35.082695338 +0000 UTC m=+20.401712432 2026/07/24 01:49:35 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:35 DEBUG : newLeaf(0x2fde38def680): >close: err= 2026/07/24 01:49:35 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:35 DEBUG : dir: Looking for writers 2026/07/24 01:49:35 DEBUG : Looking for writers 2026/07/24 01:49:35 DEBUG : dir: reading active writers 2026/07/24 01:49:35 DEBUG : newLeaf: reading active writers 2026/07/24 01:49:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/24 01:49:35 DEBUG : dir: Looking for writers 2026/07/24 01:49:35 DEBUG : Looking for writers 2026/07/24 01:49:35 DEBUG : dir: reading active writers 2026/07/24 01:49:35 DEBUG : newLeaf: reading active writers 2026/07/24 01:49:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/24 01:49:35 DEBUG : dir: Looking for writers 2026/07/24 01:49:35 DEBUG : Looking for writers 2026/07/24 01:49:35 DEBUG : dir: reading active writers 2026/07/24 01:49:35 DEBUG : newLeaf: reading active writers 2026/07/24 01:49:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/24 01:49:35 DEBUG : dir: Looking for writers 2026/07/24 01:49:35 DEBUG : Looking for writers 2026/07/24 01:49:35 DEBUG : dir: reading active writers 2026/07/24 01:49:35 DEBUG : newLeaf: reading active writers 2026/07/24 01:49:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/24 01:49:35 DEBUG : newLeaf: vfs cache: starting upload 2026/07/24 01:49:35 DEBUG : newLeaf.04e410ca.partial: size = 25 OK 2026/07/24 01:49:35 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/newLeaf.04e410ca.partial" 2026/07/24 01:49:35 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:35 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/newLeaf.04e410ca.partial 2026/07/24 01:49:35 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/newLeaf.04e410ca.partial" 2026/07/24 01:49:35 DEBUG : dir: Looking for writers 2026/07/24 01:49:35 DEBUG : Looking for writers 2026/07/24 01:49:35 DEBUG : dir: reading active writers 2026/07/24 01:49:35 DEBUG : newLeaf: reading active writers 2026/07/24 01:49:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/24 01:49:35 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:35 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-kecurin5dijo/newLeaf.04e410ca.partial 2026/07/24 01:49:35 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:35 DEBUG : newLeaf.04e410ca.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/24 01:49:35 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/24 01:49:35 DEBUG : newLeaf.04e410ca.partial: renamed to: newLeaf 2026/07/24 01:49:35 INFO : newLeaf: Copied (replaced existing) 2026/07/24 01:49:35 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/newLeaf" 2026/07/24 01:49:35 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:35 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/newLeaf 2026/07/24 01:49:35 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/newLeaf" 2026/07/24 01:49:35 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:35 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-kecurin5dijo/newLeaf 2026/07/24 01:49:35 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:35 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/24 01:49:35 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-07-24 01:49:35 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/07/24 01:49:35 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/07/24 01:49:35 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/24 01:49:35 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/07/24 01:49:35 DEBUG : dir: Looking for writers 2026/07/24 01:49:35 DEBUG : Looking for writers 2026/07/24 01:49:35 DEBUG : dir: reading active writers 2026/07/24 01:49:35 DEBUG : newLeaf: reading active writers 2026/07/24 01:49:35 DEBUG : >WaitForWriters: 2026/07/24 01:49:35 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/newLeaf" 2026/07/24 01:49:35 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:35 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/newLeaf 2026/07/24 01:49:35 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/newLeaf" 2026/07/24 01:49:35 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:35 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-kecurin5dijo/newLeaf 2026/07/24 01:49:35 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:35 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/24 01:49:35 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/newLeaf" 2026/07/24 01:49:35 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:35 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/newLeaf 2026/07/24 01:49:35 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/newLeaf" 2026/07/24 01:49:35 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:35 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-kecurin5dijo/newLeaf 2026/07/24 01:49:35 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:35 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/07/24 01:49:35 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:35 DEBUG : dir: Looking for writers 2026/07/24 01:49:35 DEBUG : Looking for writers 2026/07/24 01:49:35 DEBUG : dir: reading active writers 2026/07/24 01:49:35 DEBUG : newLeaf: reading active writers 2026/07/24 01:49:35 DEBUG : >WaitForWriters: 2026/07/24 01:49:35 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=true run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:35 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:35 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/24 01:49:35 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:35 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:35 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:35 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/24 01:49:35 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:35 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:35 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/24 01:49:35 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:35 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/24 01:49:35 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:35 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:35 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:35 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:35 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:35 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:35 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:35 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:35 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:35 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:35 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:35 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:35 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:35 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:35 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:35 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/24 01:49:35 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/24 01:49:35 DEBUG : dir/file1: newRWFileHandle: 2026/07/24 01:49:35 DEBUG : dir/file1(0x2fde38c0a300): openPending: 2026/07/24 01:49:35 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:35 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:35 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:35 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:36 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:36 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:36 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:36 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:36 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/07/24 01:49:36 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/07/24 01:49:36 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:36 DEBUG : dir/file1(0x2fde38c0a300): >openPending: err= 2026/07/24 01:49:36 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/24 01:49:36 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/24 01:49:36 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:36 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/24 01:49:36 DEBUG : dir/file1(0x2fde38c0a300): _writeAt: size=14, off=0 2026/07/24 01:49:36 DEBUG : dir/file1(0x2fde38c0a300): >_writeAt: n=14, err= 2026/07/24 01:49:36 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/07/24 01:49:36 DEBUG : dir/file1(0x2fde38c0a300): close: 2026/07/24 01:49:36 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/07/24 01:49:36 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/07/24 01:49:36 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:36 DEBUG : dir/file1(0x2fde38c0a300): >close: err= 2026/07/24 01:49:36 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:36 DEBUG : dir: Looking for writers 2026/07/24 01:49:36 DEBUG : file1: reading active writers 2026/07/24 01:49:36 DEBUG : Looking for writers 2026/07/24 01:49:36 DEBUG : dir: reading active writers 2026/07/24 01:49:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/24 01:49:36 DEBUG : dir: Looking for writers 2026/07/24 01:49:36 DEBUG : file1: reading active writers 2026/07/24 01:49:36 DEBUG : Looking for writers 2026/07/24 01:49:36 DEBUG : dir: reading active writers 2026/07/24 01:49:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/24 01:49:36 DEBUG : dir: Looking for writers 2026/07/24 01:49:36 DEBUG : file1: reading active writers 2026/07/24 01:49:36 DEBUG : Looking for writers 2026/07/24 01:49:36 DEBUG : dir: reading active writers 2026/07/24 01:49:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/24 01:49:36 DEBUG : dir: Looking for writers 2026/07/24 01:49:36 DEBUG : file1: reading active writers 2026/07/24 01:49:36 DEBUG : Looking for writers 2026/07/24 01:49:36 DEBUG : dir: reading active writers 2026/07/24 01:49:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/24 01:49:36 DEBUG : dir/file1: vfs cache: starting upload 2026/07/24 01:49:36 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/07/24 01:49:36 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1.ca338588.partial" 2026/07/24 01:49:36 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:36 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1.ca338588.partial 2026/07/24 01:49:36 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1.ca338588.partial" 2026/07/24 01:49:36 DEBUG : dir: Looking for writers 2026/07/24 01:49:36 DEBUG : file1: reading active writers 2026/07/24 01:49:36 DEBUG : Looking for writers 2026/07/24 01:49:36 DEBUG : dir: reading active writers 2026/07/24 01:49:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/24 01:49:36 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:36 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir/file1.ca338588.partial 2026/07/24 01:49:36 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:36 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:36 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/07/24 01:49:36 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/07/24 01:49:36 INFO : dir/file1: Copied (replaced existing) 2026/07/24 01:49:36 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:36 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:36 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:36 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:36 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:36 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:36 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:36 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:36 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/07/24 01:49:36 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/07/24 01:49:36 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:36 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/07/24 01:49:36 DEBUG : dir: Looking for writers 2026/07/24 01:49:36 DEBUG : file1: reading active writers 2026/07/24 01:49:36 DEBUG : Looking for writers 2026/07/24 01:49:36 DEBUG : dir: reading active writers 2026/07/24 01:49:36 DEBUG : >WaitForWriters: 2026/07/24 01:49:36 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/24 01:49:36 DEBUG : dir/file1: newRWFileHandle: 2026/07/24 01:49:36 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/24 01:49:36 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/24 01:49:36 DEBUG : dir/file1(0x2fde386df340): _readAt: size=512, off=0 2026/07/24 01:49:36 DEBUG : dir/file1(0x2fde386df340): openPending: 2026/07/24 01:49:36 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/07/24 01:49:36 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/07/24 01:49:36 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:36 DEBUG : dir/file1(0x2fde386df340): >openPending: err= 2026/07/24 01:49:36 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/07/24 01:49:36 DEBUG : dir/file1(0x2fde386df340): >_readAt: n=14, err=EOF 2026/07/24 01:49:36 DEBUG : dir/file1(0x2fde386df340): close: 2026/07/24 01:49:36 DEBUG : dir/file1(0x2fde386df340): >close: err= 2026/07/24 01:49:36 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:36 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:36 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:36 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:36 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:36 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:36 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:36 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:36 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:36 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:36 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:36 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:36 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:36 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:36 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:36 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/24 01:49:36 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/24 01:49:36 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/newLeaf" 2026/07/24 01:49:36 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:36 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/newLeaf 2026/07/24 01:49:36 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/newLeaf" 2026/07/24 01:49:36 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:36 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/newLeaf 2026/07/24 01:49:36 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:36 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:36 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/24 01:49:36 DEBUG : newLeaf: Updating file with newLeaf 0x2fde38c17930 2026/07/24 01:49:36 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/24 01:49:36 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/24 01:49:36 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/newLeaf" 2026/07/24 01:49:36 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:36 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/newLeaf 2026/07/24 01:49:36 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/newLeaf" 2026/07/24 01:49:36 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:36 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/newLeaf 2026/07/24 01:49:36 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:36 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:36 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/newLeaf" 2026/07/24 01:49:36 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:36 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/newLeaf 2026/07/24 01:49:36 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/newLeaf" 2026/07/24 01:49:36 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:36 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kecurin5dijo/newLeaf 2026/07/24 01:49:36 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:36 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/24 01:49:36 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/07/24 01:49:36 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:36 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:36 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:36 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:36 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:36 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:36 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:36 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:36 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/07/24 01:49:36 DEBUG : dir/file1: Updating file with dir/file1 0x2fde38c17930 2026/07/24 01:49:36 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/07/24 01:49:36 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:36 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:36 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:36 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:36 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:37 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:37 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:37 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:37 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:37 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:37 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:37 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:37 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:37 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:37 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:37 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:37 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/24 01:49:37 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/24 01:49:37 DEBUG : dir/file1: newRWFileHandle: 2026/07/24 01:49:37 DEBUG : dir/file1(0x2fde38b34e00): openPending: 2026/07/24 01:49:37 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/07/24 01:49:37 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/07/24 01:49:37 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:37 DEBUG : dir/file1(0x2fde38b34e00): >openPending: err= 2026/07/24 01:49:37 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/24 01:49:37 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/24 01:49:37 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/24 01:49:37 DEBUG : dir/file1(0x2fde38b34e00): _writeAt: size=25, off=0 2026/07/24 01:49:37 DEBUG : dir/file1(0x2fde38b34e00): >_writeAt: n=25, err= 2026/07/24 01:49:37 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/24 01:49:37 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/newLeaf" 2026/07/24 01:49:37 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:37 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/newLeaf 2026/07/24 01:49:37 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/newLeaf" 2026/07/24 01:49:37 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:37 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/newLeaf 2026/07/24 01:49:37 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:37 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:37 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/24 01:49:37 DEBUG : newLeaf: Updating file with newLeaf 0x2fde38c17930 2026/07/24 01:49:37 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/24 01:49:37 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/24 01:49:37 DEBUG : newLeaf(0x2fde38b34e00): close: 2026/07/24 01:49:37 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:25}] - present true 2026/07/24 01:49:37 DEBUG : newLeaf: vfs cache: setting modification time to 2026-07-24 01:49:37.190166203 +0000 UTC m=+22.509183297 2026/07/24 01:49:37 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:37 DEBUG : newLeaf(0x2fde38b34e00): >close: err= 2026/07/24 01:49:37 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:37 DEBUG : dir: Looking for writers 2026/07/24 01:49:37 DEBUG : Looking for writers 2026/07/24 01:49:37 DEBUG : dir: reading active writers 2026/07/24 01:49:37 DEBUG : newLeaf: reading active writers 2026/07/24 01:49:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/24 01:49:37 DEBUG : dir: Looking for writers 2026/07/24 01:49:37 DEBUG : Looking for writers 2026/07/24 01:49:37 DEBUG : dir: reading active writers 2026/07/24 01:49:37 DEBUG : newLeaf: reading active writers 2026/07/24 01:49:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/24 01:49:37 DEBUG : dir: Looking for writers 2026/07/24 01:49:37 DEBUG : Looking for writers 2026/07/24 01:49:37 DEBUG : dir: reading active writers 2026/07/24 01:49:37 DEBUG : newLeaf: reading active writers 2026/07/24 01:49:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/24 01:49:37 DEBUG : dir: Looking for writers 2026/07/24 01:49:37 DEBUG : Looking for writers 2026/07/24 01:49:37 DEBUG : dir: reading active writers 2026/07/24 01:49:37 DEBUG : newLeaf: reading active writers 2026/07/24 01:49:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/24 01:49:37 DEBUG : newLeaf: vfs cache: starting upload 2026/07/24 01:49:37 DEBUG : newLeaf.509525cb.partial: size = 25 OK 2026/07/24 01:49:37 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/newLeaf.509525cb.partial" 2026/07/24 01:49:37 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:37 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/newLeaf.509525cb.partial 2026/07/24 01:49:37 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/newLeaf.509525cb.partial" 2026/07/24 01:49:37 DEBUG : dir: Looking for writers 2026/07/24 01:49:37 DEBUG : Looking for writers 2026/07/24 01:49:37 DEBUG : dir: reading active writers 2026/07/24 01:49:37 DEBUG : newLeaf: reading active writers 2026/07/24 01:49:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/24 01:49:37 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:37 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-kecurin5dijo/newLeaf.509525cb.partial 2026/07/24 01:49:37 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:37 DEBUG : newLeaf.509525cb.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/24 01:49:37 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/24 01:49:37 DEBUG : newLeaf.509525cb.partial: renamed to: newLeaf 2026/07/24 01:49:37 INFO : newLeaf: Copied (replaced existing) 2026/07/24 01:49:37 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/newLeaf" 2026/07/24 01:49:37 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:37 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/newLeaf 2026/07/24 01:49:37 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/newLeaf" 2026/07/24 01:49:37 DEBUG : dir: Looking for writers 2026/07/24 01:49:37 DEBUG : Looking for writers 2026/07/24 01:49:37 DEBUG : dir: reading active writers 2026/07/24 01:49:37 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:37 DEBUG : newLeaf: reading active writers 2026/07/24 01:49:37 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-kecurin5dijo/newLeaf 2026/07/24 01:49:37 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:37 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/24 01:49:37 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-07-24 01:49:37 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/07/24 01:49:37 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/07/24 01:49:37 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/24 01:49:37 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/07/24 01:49:37 DEBUG : >WaitForWriters: 2026/07/24 01:49:37 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/newLeaf" 2026/07/24 01:49:37 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:37 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/newLeaf 2026/07/24 01:49:37 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/newLeaf" 2026/07/24 01:49:37 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:37 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-kecurin5dijo/newLeaf 2026/07/24 01:49:37 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:37 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/24 01:49:37 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/newLeaf" 2026/07/24 01:49:37 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:37 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/newLeaf 2026/07/24 01:49:37 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/newLeaf" 2026/07/24 01:49:37 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:37 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-kecurin5dijo/newLeaf 2026/07/24 01:49:37 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:37 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/07/24 01:49:37 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:37 DEBUG : dir: Looking for writers 2026/07/24 01:49:37 DEBUG : Looking for writers 2026/07/24 01:49:37 DEBUG : newLeaf: reading active writers 2026/07/24 01:49:37 DEBUG : dir: reading active writers 2026/07/24 01:49:37 DEBUG : >WaitForWriters: 2026/07/24 01:49:37 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: cleaner exiting === RUN TestFileRename/full,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:37 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:37 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/24 01:49:37 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:37 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:37 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:37 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/24 01:49:37 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:37 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:37 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/24 01:49:37 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:37 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/24 01:49:37 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:37 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:37 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:37 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:37 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:37 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:37 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:37 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:37 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:37 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:37 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:37 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:38 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/24 01:49:38 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:38 DEBUG : dir: Looking for writers 2026/07/24 01:49:38 DEBUG : file1: reading active writers 2026/07/24 01:49:38 DEBUG : Looking for writers 2026/07/24 01:49:38 DEBUG : dir: reading active writers 2026/07/24 01:49:38 DEBUG : >WaitForWriters: 2026/07/24 01:49:38 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/24 01:49:38 DEBUG : dir/file1: newRWFileHandle: 2026/07/24 01:49:38 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/24 01:49:38 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/24 01:49:38 DEBUG : dir/file1(0x2fde38faa900): _readAt: size=512, off=0 2026/07/24 01:49:38 DEBUG : dir/file1(0x2fde38faa900): openPending: 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:38 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:38 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/07/24 01:49:38 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/07/24 01:49:38 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:38 DEBUG : dir/file1(0x2fde38faa900): >openPending: err= 2026/07/24 01:49:38 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [] - present false 2026/07/24 01:49:38 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/24 01:49:38 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/24 01:49:38 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/24 01:49:38 DEBUG : dir/file1(0x2fde38faa900): >_readAt: n=14, err=EOF 2026/07/24 01:49:38 DEBUG : dir/file1(0x2fde38faa900): close: 2026/07/24 01:49:38 DEBUG : dir/file1(0x2fde38faa900): >close: err= 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:38 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:38 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/24 01:49:38 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/newLeaf" 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/newLeaf 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/newLeaf" 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/newLeaf 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:38 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:38 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/24 01:49:38 DEBUG : newLeaf: Updating file with newLeaf 0x2fde38fac9c0 2026/07/24 01:49:38 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/24 01:49:38 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/newLeaf" 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/newLeaf 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/newLeaf" 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/newLeaf 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:38 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/newLeaf" 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/newLeaf 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/newLeaf" 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kecurin5dijo/newLeaf 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:38 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/24 01:49:38 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:38 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:38 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/07/24 01:49:38 DEBUG : dir/file1: Updating file with dir/file1 0x2fde38fac9c0 2026/07/24 01:49:38 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/07/24 01:49:38 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:38 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:38 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/24 01:49:38 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/24 01:49:38 DEBUG : dir/file1: newRWFileHandle: 2026/07/24 01:49:38 DEBUG : dir/file1(0x2fde395fe740): openPending: 2026/07/24 01:49:38 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/07/24 01:49:38 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/07/24 01:49:38 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:38 DEBUG : dir/file1(0x2fde395fe740): >openPending: err= 2026/07/24 01:49:38 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/24 01:49:38 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/24 01:49:38 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/24 01:49:38 DEBUG : dir/file1(0x2fde395fe740): _writeAt: size=25, off=0 2026/07/24 01:49:38 DEBUG : dir/file1(0x2fde395fe740): >_writeAt: n=25, err= 2026/07/24 01:49:38 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/newLeaf" 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/newLeaf 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/newLeaf" 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/newLeaf 2026/07/24 01:49:38 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:38 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:38 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/24 01:49:38 DEBUG : newLeaf: Updating file with newLeaf 0x2fde38fac9c0 2026/07/24 01:49:38 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/24 01:49:38 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/24 01:49:38 DEBUG : newLeaf(0x2fde395fe740): close: 2026/07/24 01:49:38 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:25}] - present true 2026/07/24 01:49:38 DEBUG : newLeaf: vfs cache: setting modification time to 2026-07-24 01:49:38.88746725 +0000 UTC m=+24.206484374 2026/07/24 01:49:38 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:38 DEBUG : newLeaf(0x2fde395fe740): >close: err= 2026/07/24 01:49:38 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:38 DEBUG : dir: Looking for writers 2026/07/24 01:49:38 DEBUG : Looking for writers 2026/07/24 01:49:38 DEBUG : dir: reading active writers 2026/07/24 01:49:38 DEBUG : newLeaf: reading active writers 2026/07/24 01:49:38 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/24 01:49:38 DEBUG : dir: Looking for writers 2026/07/24 01:49:38 DEBUG : Looking for writers 2026/07/24 01:49:38 DEBUG : dir: reading active writers 2026/07/24 01:49:38 DEBUG : newLeaf: reading active writers 2026/07/24 01:49:38 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/24 01:49:39 DEBUG : dir: Looking for writers 2026/07/24 01:49:39 DEBUG : Looking for writers 2026/07/24 01:49:39 DEBUG : dir: reading active writers 2026/07/24 01:49:39 DEBUG : newLeaf: reading active writers 2026/07/24 01:49:39 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/24 01:49:39 DEBUG : dir: Looking for writers 2026/07/24 01:49:39 DEBUG : Looking for writers 2026/07/24 01:49:39 DEBUG : dir: reading active writers 2026/07/24 01:49:39 DEBUG : newLeaf: reading active writers 2026/07/24 01:49:39 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/24 01:49:39 DEBUG : newLeaf: vfs cache: starting upload 2026/07/24 01:49:39 DEBUG : newLeaf.094dd74a.partial: size = 25 OK 2026/07/24 01:49:39 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/newLeaf.094dd74a.partial" 2026/07/24 01:49:39 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:39 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/newLeaf.094dd74a.partial 2026/07/24 01:49:39 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/newLeaf.094dd74a.partial" 2026/07/24 01:49:39 DEBUG : dir: Looking for writers 2026/07/24 01:49:39 DEBUG : Looking for writers 2026/07/24 01:49:39 DEBUG : dir: reading active writers 2026/07/24 01:49:39 DEBUG : newLeaf: reading active writers 2026/07/24 01:49:39 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/24 01:49:39 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:39 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-kecurin5dijo/newLeaf.094dd74a.partial 2026/07/24 01:49:39 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:39 DEBUG : newLeaf.094dd74a.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/24 01:49:39 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/24 01:49:39 DEBUG : newLeaf.094dd74a.partial: renamed to: newLeaf 2026/07/24 01:49:39 INFO : newLeaf: Copied (replaced existing) 2026/07/24 01:49:39 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/newLeaf" 2026/07/24 01:49:39 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:39 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/newLeaf 2026/07/24 01:49:39 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/newLeaf" 2026/07/24 01:49:39 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:39 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-kecurin5dijo/newLeaf 2026/07/24 01:49:39 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:39 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/24 01:49:39 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-07-24 01:49:38 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/07/24 01:49:39 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/07/24 01:49:39 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/24 01:49:39 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/07/24 01:49:39 DEBUG : dir: Looking for writers 2026/07/24 01:49:39 DEBUG : Looking for writers 2026/07/24 01:49:39 DEBUG : dir: reading active writers 2026/07/24 01:49:39 DEBUG : newLeaf: reading active writers 2026/07/24 01:49:39 DEBUG : >WaitForWriters: 2026/07/24 01:49:39 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/newLeaf" 2026/07/24 01:49:39 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:39 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/newLeaf 2026/07/24 01:49:39 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/newLeaf" 2026/07/24 01:49:39 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:39 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-kecurin5dijo/newLeaf 2026/07/24 01:49:39 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:39 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/24 01:49:39 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/newLeaf" 2026/07/24 01:49:39 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:39 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/newLeaf 2026/07/24 01:49:39 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/newLeaf" 2026/07/24 01:49:39 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:39 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-kecurin5dijo/newLeaf 2026/07/24 01:49:39 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:39 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/07/24 01:49:39 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:39 DEBUG : dir: Looking for writers 2026/07/24 01:49:39 DEBUG : Looking for writers 2026/07/24 01:49:39 DEBUG : dir: reading active writers 2026/07/24 01:49:39 DEBUG : newLeaf: reading active writers 2026/07/24 01:49:39 DEBUG : >WaitForWriters: 2026/07/24 01:49:39 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: cleaner exiting --- PASS: TestFileRename (9.87s) --- PASS: TestFileRename/off,forceCache=false (1.22s) --- PASS: TestFileRename/minimal,forceCache=false (1.19s) --- PASS: TestFileRename/minimal,forceCache=true (2.09s) --- PASS: TestFileRename/writes,forceCache=false (1.59s) --- PASS: TestFileRename/writes,forceCache=true (2.12s) --- PASS: TestFileRename/full,forceCache=false (1.67s) === 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-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:39 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:39 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:39 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:39 DEBUG : Looking for writers 2026/07/24 01:49:39 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-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:39 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:39 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:39 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:39 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:39 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:39 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:39 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:39 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:39 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/24 01:49:39 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:39 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:39 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:39 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:39 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:39 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:39 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:39 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/24 01:49:39 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/24 01:49:39 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/24 01:49:39 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/24 01:49:39 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/07/24 01:49:39 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/24 01:49:39 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/07/24 01:49:39 DEBUG : dir/file1: ChunkedReader.Read at 1 length 256 chunkOffset 0 chunkSize 134217728 2026/07/24 01:49:39 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:39 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:39 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:39 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:39 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:39 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:39 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:39 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/24 01:49:39 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:39 DEBUG : dir: Looking for writers 2026/07/24 01:49:39 DEBUG : file1: reading active writers 2026/07/24 01:49:39 DEBUG : Looking for writers 2026/07/24 01:49:39 DEBUG : dir: reading active writers 2026/07/24 01:49:39 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleMethods (0.27s) === RUN TestReadFileHandleSeek run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:39 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:39 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:39 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:39 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:39 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:39 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:39 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:39 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:39 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/24 01:49:39 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:39 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:39 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:39 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:39 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:39 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:39 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:39 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/24 01:49:39 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/24 01:49:39 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/24 01:49:39 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/24 01:49:39 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/07/24 01:49:39 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/24 01:49:39 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/07/24 01:49:39 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/07/24 01:49:40 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/07/24 01:49:40 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/07/24 01:49:40 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/07/24 01:49:40 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/07/24 01:49:40 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/07/24 01:49:40 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/07/24 01:49:40 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 3 (fs.RangeSeeker) 2026/07/24 01:49:40 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 3 length -1 2026/07/24 01:49:40 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 3 chunkSize 134217728 2026/07/24 01:49:40 DEBUG : dir/file1: ChunkedReader.openRange at 3 length 134217728 2026/07/24 01:49:40 DEBUG : dir/file1: ReadFileHandle.seek from 4 to 13 (fs.RangeSeeker) 2026/07/24 01:49:40 DEBUG : dir/file1: ChunkedReader.RangeSeek from 4 to 13 length -1 2026/07/24 01:49:40 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 13 chunkSize 134217728 2026/07/24 01:49:40 DEBUG : dir/file1: ChunkedReader.openRange at 13 length 134217728 2026/07/24 01:49:40 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:40 DEBUG : dir: Looking for writers 2026/07/24 01:49:40 DEBUG : file1: reading active writers 2026/07/24 01:49:40 DEBUG : Looking for writers 2026/07/24 01:49:40 DEBUG : dir: reading active writers 2026/07/24 01:49:40 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleSeek (0.30s) === RUN TestReadFileHandleReadAt run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:40 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:40 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:40 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:40 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:40 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:40 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:40 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:40 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:40 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/24 01:49:40 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:40 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:40 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:40 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:40 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:40 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:40 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:40 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/24 01:49:40 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/24 01:49:40 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/24 01:49:40 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/24 01:49:40 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/07/24 01:49:40 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/24 01:49:40 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/07/24 01:49:40 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/07/24 01:49:40 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/07/24 01:49:40 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/07/24 01:49:40 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/07/24 01:49:40 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/07/24 01:49:40 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/07/24 01:49:40 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/07/24 01:49:40 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 1 (fs.RangeSeeker) 2026/07/24 01:49:40 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 1 length -1 2026/07/24 01:49:40 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 1 chunkSize 134217728 2026/07/24 01:49:40 DEBUG : dir/file1: ChunkedReader.openRange at 1 length 134217728 2026/07/24 01:49:40 DEBUG : dir/file1: waiting for in-sequence read to 10 for 20ms 2026/07/24 01:49:40 DEBUG : dir/file1: aborting in-sequence read wait, off=10 2026/07/24 01:49:40 DEBUG : dir/file1: failed to wait for in-sequence read to 10 2026/07/24 01:49:40 DEBUG : dir/file1: ReadFileHandle.seek from 2 to 10 (fs.RangeSeeker) 2026/07/24 01:49:40 DEBUG : dir/file1: ChunkedReader.RangeSeek from 2 to 10 length -1 2026/07/24 01:49:40 DEBUG : dir/file1: ChunkedReader.Read at -1 length 6 chunkOffset 10 chunkSize 134217728 2026/07/24 01:49:40 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/07/24 01:49:40 DEBUG : dir/file1: ReadFileHandle.seek from 16 to 10 (fs.RangeSeeker) 2026/07/24 01:49:40 DEBUG : dir/file1: ChunkedReader.RangeSeek from 16 to 10 length -1 2026/07/24 01:49:40 DEBUG : dir/file1: ChunkedReader.Read at -1 length 256 chunkOffset 10 chunkSize 134217728 2026/07/24 01:49:40 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/07/24 01:49:40 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/07/24 01:49:40 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/07/24 01:49:40 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/07/24 01:49:40 DEBUG : dir/file1: ReadFileHandle.Read attempt to read beyond end of file: 100 > 16 2026/07/24 01:49:40 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/07/24 01:49:40 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/07/24 01:49:40 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/07/24 01:49:40 ERROR : dir/file1: ReadFileHandle.Read error: Bad file descriptor 2026/07/24 01:49:40 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:40 DEBUG : dir: Looking for writers 2026/07/24 01:49:40 DEBUG : file1: reading active writers 2026/07/24 01:49:40 DEBUG : Looking for writers 2026/07/24 01:49:40 DEBUG : dir: reading active writers 2026/07/24 01:49:40 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleReadAt (0.35s) === RUN TestReadFileHandleFlush run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:40 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:40 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:40 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:40 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:40 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:40 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:40 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:40 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:40 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/24 01:49:40 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:40 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:40 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:40 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:40 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:40 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:40 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:40 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/24 01:49:40 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/24 01:49:40 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/24 01:49:40 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/24 01:49:40 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/07/24 01:49:40 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/24 01:49:40 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/07/24 01:49:40 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:40 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:40 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:40 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:40 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:40 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:40 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:40 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/24 01:49:40 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:40 DEBUG : dir: Looking for writers 2026/07/24 01:49:40 DEBUG : file1: reading active writers 2026/07/24 01:49:40 DEBUG : Looking for writers 2026/07/24 01:49:40 DEBUG : dir: reading active writers 2026/07/24 01:49:40 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleFlush (0.32s) === RUN TestReadFileHandleRelease run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:40 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:40 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:40 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:40 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:40 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:40 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:40 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:40 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:40 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/24 01:49:40 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:40 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:40 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:40 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:40 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:40 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:40 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:40 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/24 01:49:40 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/24 01:49:40 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/24 01:49:40 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/24 01:49:40 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/07/24 01:49:40 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/24 01:49:40 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/07/24 01:49:40 DEBUG : dir/file1: ReadFileHandle.Release closing 2026/07/24 01:49:40 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:40 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:40 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:40 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:41 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/24 01:49:41 DEBUG : dir/file1: ReadFileHandle.Release nothing to do 2026/07/24 01:49:41 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:41 DEBUG : dir: Looking for writers 2026/07/24 01:49:41 DEBUG : file1: reading active writers 2026/07/24 01:49:41 DEBUG : Looking for writers 2026/07/24 01:49:41 DEBUG : dir: reading active writers 2026/07/24 01:49:41 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleRelease (0.31s) === RUN TestRWFileHandleMethodsRead run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:41 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:41 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:41 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/24 01:49:41 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:41 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:41 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/24 01:49:41 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:41 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:41 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:41 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/24 01:49:41 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/24 01:49:41 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/24 01:49:41 DEBUG : dir/file1: newRWFileHandle: 2026/07/24 01:49:41 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/24 01:49:41 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/24 01:49:41 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/24 01:49:41 DEBUG : dir/file1(0x2fde3897f500): _readAt: size=1, off=0 2026/07/24 01:49:41 DEBUG : dir/file1(0x2fde3897f500): openPending: 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:41 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/24 01:49:41 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/24 01:49:41 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/24 01:49:41 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:41 DEBUG : dir/file1(0x2fde3897f500): >openPending: err= 2026/07/24 01:49:41 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/07/24 01:49:41 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/24 01:49:41 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/24 01:49:41 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/24 01:49:41 DEBUG : dir/file1(0x2fde3897f500): >_readAt: n=1, err= 2026/07/24 01:49:41 DEBUG : dir/file1(0x2fde3897f500): _readAt: size=256, off=1 2026/07/24 01:49:41 DEBUG : vfs cache: looking for range={Pos:1 Size:15} in [{Pos:0 Size:16}] - present true 2026/07/24 01:49:41 DEBUG : dir/file1(0x2fde3897f500): >_readAt: n=15, err=EOF 2026/07/24 01:49:41 DEBUG : dir/file1(0x2fde3897f500): _readAt: size=16, off=16 2026/07/24 01:49:41 DEBUG : dir/file1(0x2fde3897f500): >_readAt: n=0, err=EOF 2026/07/24 01:49:41 DEBUG : dir/file1(0x2fde3897f500): close: 2026/07/24 01:49:41 DEBUG : dir/file1(0x2fde3897f500): >close: err= 2026/07/24 01:49:41 DEBUG : dir/file1(0x2fde3897f500): close: 2026/07/24 01:49:41 DEBUG : dir/file1(0x2fde3897f500): >close: err=file already closed 2026/07/24 01:49:41 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:41 DEBUG : dir: Looking for writers 2026/07/24 01:49:41 DEBUG : file1: reading active writers 2026/07/24 01:49:41 DEBUG : Looking for writers 2026/07/24 01:49:41 DEBUG : dir: reading active writers 2026/07/24 01:49:41 DEBUG : >WaitForWriters: 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsRead (0.32s) === RUN TestRWFileHandleSeek run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:41 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:41 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:41 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/24 01:49:41 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:41 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:41 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/24 01:49:41 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:41 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:41 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:41 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/24 01:49:41 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/24 01:49:41 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/24 01:49:41 DEBUG : dir/file1: newRWFileHandle: 2026/07/24 01:49:41 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/24 01:49:41 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/24 01:49:41 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/24 01:49:41 DEBUG : dir/file1(0x2fde38c0abc0): _readAt: size=1, off=0 2026/07/24 01:49:41 DEBUG : dir/file1(0x2fde38c0abc0): openPending: 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:41 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/24 01:49:41 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/24 01:49:41 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/24 01:49:41 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:41 DEBUG : dir/file1(0x2fde38c0abc0): >openPending: err= 2026/07/24 01:49:41 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/07/24 01:49:41 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/24 01:49:41 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/24 01:49:41 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/24 01:49:41 DEBUG : dir/file1(0x2fde38c0abc0): >_readAt: n=1, err= 2026/07/24 01:49:41 DEBUG : dir/file1(0x2fde38c0abc0): _readAt: size=1, off=5 2026/07/24 01:49:41 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/07/24 01:49:41 DEBUG : dir/file1(0x2fde38c0abc0): >_readAt: n=1, err= 2026/07/24 01:49:41 DEBUG : dir/file1(0x2fde38c0abc0): _readAt: size=1, off=3 2026/07/24 01:49:41 DEBUG : vfs cache: looking for range={Pos:3 Size:1} in [{Pos:0 Size:16}] - present true 2026/07/24 01:49:41 DEBUG : dir/file1(0x2fde38c0abc0): >_readAt: n=1, err= 2026/07/24 01:49:41 DEBUG : dir/file1(0x2fde38c0abc0): _readAt: size=1, off=13 2026/07/24 01:49:41 DEBUG : vfs cache: looking for range={Pos:13 Size:1} in [{Pos:0 Size:16}] - present true 2026/07/24 01:49:41 DEBUG : dir/file1(0x2fde38c0abc0): >_readAt: n=1, err= 2026/07/24 01:49:41 DEBUG : dir/file1(0x2fde38c0abc0): _readAt: size=16, off=100 2026/07/24 01:49:41 DEBUG : dir/file1(0x2fde38c0abc0): >_readAt: n=0, err=EOF 2026/07/24 01:49:41 DEBUG : dir/file1(0x2fde38c0abc0): close: 2026/07/24 01:49:41 DEBUG : dir/file1(0x2fde38c0abc0): >close: err= 2026/07/24 01:49:41 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:41 DEBUG : dir: Looking for writers 2026/07/24 01:49:41 DEBUG : file1: reading active writers 2026/07/24 01:49:41 DEBUG : Looking for writers 2026/07/24 01:49:41 DEBUG : dir: reading active writers 2026/07/24 01:49:41 DEBUG : >WaitForWriters: 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSeek (0.31s) === RUN TestRWFileHandleReadAt run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:41 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:41 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:41 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/24 01:49:41 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:41 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:41 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/24 01:49:41 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:41 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:41 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:41 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/24 01:49:41 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/24 01:49:41 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/24 01:49:41 DEBUG : dir/file1: newRWFileHandle: 2026/07/24 01:49:41 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/24 01:49:41 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/24 01:49:41 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/24 01:49:41 DEBUG : dir/file1(0x2fde390c0ec0): _readAt: size=1, off=0 2026/07/24 01:49:41 DEBUG : dir/file1(0x2fde390c0ec0): openPending: 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:41 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/24 01:49:41 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/24 01:49:41 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/24 01:49:41 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:41 DEBUG : dir/file1(0x2fde390c0ec0): >openPending: err= 2026/07/24 01:49:41 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/07/24 01:49:41 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/24 01:49:41 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/24 01:49:41 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/24 01:49:41 DEBUG : dir/file1(0x2fde390c0ec0): >_readAt: n=1, err= 2026/07/24 01:49:41 DEBUG : dir/file1(0x2fde390c0ec0): _readAt: size=1, off=5 2026/07/24 01:49:41 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/07/24 01:49:41 DEBUG : dir/file1(0x2fde390c0ec0): >_readAt: n=1, err= 2026/07/24 01:49:41 DEBUG : dir/file1(0x2fde390c0ec0): _readAt: size=1, off=1 2026/07/24 01:49:41 DEBUG : vfs cache: looking for range={Pos:1 Size:1} in [{Pos:0 Size:16}] - present true 2026/07/24 01:49:41 DEBUG : dir/file1(0x2fde390c0ec0): >_readAt: n=1, err= 2026/07/24 01:49:41 DEBUG : dir/file1(0x2fde390c0ec0): _readAt: size=6, off=10 2026/07/24 01:49:41 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/07/24 01:49:41 DEBUG : dir/file1(0x2fde390c0ec0): >_readAt: n=6, err= 2026/07/24 01:49:41 DEBUG : dir/file1(0x2fde390c0ec0): _readAt: size=256, off=10 2026/07/24 01:49:41 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/07/24 01:49:41 DEBUG : dir/file1(0x2fde390c0ec0): >_readAt: n=6, err=EOF 2026/07/24 01:49:41 DEBUG : dir/file1(0x2fde390c0ec0): _readAt: size=256, off=100 2026/07/24 01:49:41 DEBUG : dir/file1(0x2fde390c0ec0): >_readAt: n=0, err=EOF 2026/07/24 01:49:41 DEBUG : dir/file1(0x2fde390c0ec0): close: 2026/07/24 01:49:41 DEBUG : dir/file1(0x2fde390c0ec0): >close: err= 2026/07/24 01:49:41 DEBUG : dir/file1(0x2fde390c0ec0): _readAt: size=256, off=100 2026/07/24 01:49:41 DEBUG : dir/file1(0x2fde390c0ec0): >_readAt: n=0, err=file already closed 2026/07/24 01:49:41 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:41 DEBUG : dir: Looking for writers 2026/07/24 01:49:41 DEBUG : file1: reading active writers 2026/07/24 01:49:41 DEBUG : Looking for writers 2026/07/24 01:49:41 DEBUG : dir: reading active writers 2026/07/24 01:49:41 DEBUG : >WaitForWriters: 2026/07/24 01:49:41 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReadAt (0.32s) === RUN TestRWFileHandleFlushRead run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:42 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:42 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/24 01:49:42 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:42 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:42 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:42 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/24 01:49:42 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:42 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:42 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/24 01:49:42 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:42 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/24 01:49:42 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:42 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:42 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:42 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:42 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:42 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:42 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:42 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/24 01:49:42 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:42 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:42 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:42 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:42 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:42 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:42 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:42 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/24 01:49:42 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/24 01:49:42 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/24 01:49:42 DEBUG : dir/file1: newRWFileHandle: 2026/07/24 01:49:42 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/24 01:49:42 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/24 01:49:42 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/24 01:49:42 DEBUG : dir/file1(0x2fde390c1a00): RWFileHandle.Flush 2026/07/24 01:49:42 DEBUG : dir/file1(0x2fde390c1a00): _readAt: size=256, off=0 2026/07/24 01:49:42 DEBUG : dir/file1(0x2fde390c1a00): openPending: 2026/07/24 01:49:42 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:42 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:42 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:42 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:42 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:42 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:42 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:42 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/24 01:49:42 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/24 01:49:42 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/24 01:49:42 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:42 DEBUG : dir/file1(0x2fde390c1a00): >openPending: err= 2026/07/24 01:49:42 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/07/24 01:49:42 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/24 01:49:42 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/24 01:49:42 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/24 01:49:42 DEBUG : dir/file1(0x2fde390c1a00): >_readAt: n=16, err=EOF 2026/07/24 01:49:42 DEBUG : dir/file1(0x2fde390c1a00): RWFileHandle.Flush 2026/07/24 01:49:42 DEBUG : dir/file1(0x2fde390c1a00): RWFileHandle.Flush 2026/07/24 01:49:42 DEBUG : dir/file1(0x2fde390c1a00): close: 2026/07/24 01:49:42 DEBUG : dir/file1(0x2fde390c1a00): >close: err= 2026/07/24 01:49:42 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:42 DEBUG : dir: Looking for writers 2026/07/24 01:49:42 DEBUG : file1: reading active writers 2026/07/24 01:49:42 DEBUG : Looking for writers 2026/07/24 01:49:42 DEBUG : dir: reading active writers 2026/07/24 01:49:42 DEBUG : >WaitForWriters: 2026/07/24 01:49:42 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushRead (0.34s) === RUN TestRWFileHandleReleaseRead run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:42 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:42 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/24 01:49:42 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:42 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:42 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:42 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/24 01:49:42 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:42 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:42 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/24 01:49:42 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:42 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/24 01:49:42 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:42 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:42 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:42 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:42 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:42 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:42 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:42 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/24 01:49:42 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:42 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:42 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:42 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:42 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:42 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:42 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:42 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/24 01:49:42 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/24 01:49:42 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/24 01:49:42 DEBUG : dir/file1: newRWFileHandle: 2026/07/24 01:49:42 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/24 01:49:42 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/24 01:49:42 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/24 01:49:42 DEBUG : dir/file1(0x2fde38b34a00): _readAt: size=256, off=0 2026/07/24 01:49:42 DEBUG : dir/file1(0x2fde38b34a00): openPending: 2026/07/24 01:49:42 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:42 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:42 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:42 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:42 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:42 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:42 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:42 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/24 01:49:42 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/24 01:49:42 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/24 01:49:42 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:42 DEBUG : dir/file1(0x2fde38b34a00): >openPending: err= 2026/07/24 01:49:42 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/07/24 01:49:42 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/24 01:49:42 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/24 01:49:42 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/24 01:49:42 DEBUG : dir/file1(0x2fde38b34a00): >_readAt: n=16, err=EOF 2026/07/24 01:49:42 DEBUG : dir/file1(0x2fde38b34a00): RWFileHandle.Release 2026/07/24 01:49:42 DEBUG : dir/file1(0x2fde38b34a00): close: 2026/07/24 01:49:42 DEBUG : dir/file1(0x2fde38b34a00): >close: err= 2026/07/24 01:49:42 DEBUG : dir/file1(0x2fde38b34a00): RWFileHandle.Release 2026/07/24 01:49:42 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:42 DEBUG : dir: Looking for writers 2026/07/24 01:49:42 DEBUG : file1: reading active writers 2026/07/24 01:49:42 DEBUG : Looking for writers 2026/07/24 01:49:42 DEBUG : dir: reading active writers 2026/07/24 01:49:42 DEBUG : >WaitForWriters: 2026/07/24 01:49:42 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseRead (0.30s) === RUN TestRWFileHandleMethodsWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:42 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:42 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/24 01:49:42 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:42 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:42 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:42 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/24 01:49:42 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:42 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:42 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/24 01:49:42 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:42 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:42 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/24 01:49:42 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:42 DEBUG : file1: newRWFileHandle: 2026/07/24 01:49:42 DEBUG : file1(0x2fde38f4c040): openPending: 2026/07/24 01:49:42 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:42 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:42 DEBUG : file1(0x2fde38f4c040): >openPending: err= 2026/07/24 01:49:42 DEBUG : file1: >newRWFileHandle: err= 2026/07/24 01:49:42 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:42 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/24 01:49:42 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/24 01:49:42 DEBUG : file1(0x2fde38f4c040): _writeAt: size=5, off=0 2026/07/24 01:49:42 DEBUG : file1(0x2fde38f4c040): >_writeAt: n=5, err= 2026/07/24 01:49:42 DEBUG : file1(0x2fde38f4c040): _writeAt: size=7, off=5 2026/07/24 01:49:42 DEBUG : file1(0x2fde38f4c040): >_writeAt: n=7, err= 2026/07/24 01:49:42 DEBUG : file1: vfs cache: truncate to size=11 2026/07/24 01:49:42 DEBUG : file1(0x2fde38f4c040): close: 2026/07/24 01:49:42 DEBUG : file1: vfs cache: setting modification time to 2026-07-24 01:49:42.650670226 +0000 UTC m=+27.969687330 2026/07/24 01:49:42 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:42 DEBUG : file1(0x2fde38f4c040): >close: err= 2026/07/24 01:49:42 DEBUG : file1(0x2fde38f4c040): close: 2026/07/24 01:49:42 DEBUG : file1(0x2fde38f4c040): >close: err=file already closed 2026/07/24 01:49:42 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:42 DEBUG : Looking for writers 2026/07/24 01:49:42 DEBUG : file1: reading active writers 2026/07/24 01:49:42 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/24 01:49:42 DEBUG : Looking for writers 2026/07/24 01:49:42 DEBUG : file1: reading active writers 2026/07/24 01:49:42 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/24 01:49:42 DEBUG : Looking for writers 2026/07/24 01:49:42 DEBUG : file1: reading active writers 2026/07/24 01:49:42 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/24 01:49:42 DEBUG : Looking for writers 2026/07/24 01:49:42 DEBUG : file1: reading active writers 2026/07/24 01:49:42 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/24 01:49:42 DEBUG : file1: vfs cache: starting upload 2026/07/24 01:49:42 DEBUG : file1.674813de.partial: size = 11 OK 2026/07/24 01:49:42 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/file1.674813de.partial" 2026/07/24 01:49:42 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:42 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/file1.674813de.partial 2026/07/24 01:49:42 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/file1.674813de.partial" 2026/07/24 01:49:42 DEBUG : Looking for writers 2026/07/24 01:49:42 DEBUG : file1: reading active writers 2026/07/24 01:49:42 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/24 01:49:42 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:42 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-kecurin5dijo/file1.674813de.partial 2026/07/24 01:49:42 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:42 DEBUG : file1.674813de.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/24 01:49:42 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/07/24 01:49:42 DEBUG : file1.674813de.partial: renamed to: file1 2026/07/24 01:49:42 INFO : file1: Copied (new) 2026/07/24 01:49:42 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/file1" 2026/07/24 01:49:42 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:42 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/file1 2026/07/24 01:49:42 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/file1" 2026/07/24 01:49:42 DEBUG : Looking for writers 2026/07/24 01:49:42 DEBUG : file1: reading active writers 2026/07/24 01:49:42 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:42 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-kecurin5dijo/file1 2026/07/24 01:49:42 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:42 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/24 01:49:42 DEBUG : file1: vfs cache: fingerprint now "11,2026-07-24 01:49:42 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/07/24 01:49:42 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/24 01:49:42 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:42 DEBUG : >WaitForWriters: 2026/07/24 01:49:42 INFO : file1: vfs cache: upload succeeded try #1 2026/07/24 01:49:42 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/file1" 2026/07/24 01:49:42 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:42 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/file1 2026/07/24 01:49:42 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/file1" 2026/07/24 01:49:43 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:43 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-kecurin5dijo/file1 2026/07/24 01:49:43 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:43 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/24 01:49:43 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/file1" 2026/07/24 01:49:43 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:43 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/file1 2026/07/24 01:49:43 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/file1" 2026/07/24 01:49:43 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:43 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-kecurin5dijo/file1 2026/07/24 01:49:43 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:43 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/07/24 01:49:43 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:43 DEBUG : Looking for writers 2026/07/24 01:49:43 DEBUG : file1: reading active writers 2026/07/24 01:49:43 DEBUG : >WaitForWriters: 2026/07/24 01:49:43 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsWrite (0.53s) === RUN TestRWFileHandleWriteAt run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:43 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:43 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/24 01:49:43 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:43 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:43 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:43 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/24 01:49:43 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:43 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:43 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/24 01:49:43 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:43 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:43 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/24 01:49:43 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:43 DEBUG : file1: newRWFileHandle: 2026/07/24 01:49:43 DEBUG : file1(0x2fde3897f500): openPending: 2026/07/24 01:49:43 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:43 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:43 DEBUG : file1(0x2fde3897f500): >openPending: err= 2026/07/24 01:49:43 DEBUG : file1: >newRWFileHandle: err= 2026/07/24 01:49:43 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:43 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/24 01:49:43 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/24 01:49:43 DEBUG : file1(0x2fde3897f500): _writeAt: size=7, off=0 2026/07/24 01:49:43 DEBUG : file1(0x2fde3897f500): >_writeAt: n=7, err= 2026/07/24 01:49:43 DEBUG : file1(0x2fde3897f500): _writeAt: size=6, off=5 2026/07/24 01:49:43 DEBUG : file1(0x2fde3897f500): >_writeAt: n=6, err= 2026/07/24 01:49:43 DEBUG : file1(0x2fde3897f500): close: 2026/07/24 01:49:43 DEBUG : file1: vfs cache: setting modification time to 2026-07-24 01:49:43.177552112 +0000 UTC m=+28.496569206 2026/07/24 01:49:43 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:43 DEBUG : file1(0x2fde3897f500): >close: err= 2026/07/24 01:49:43 DEBUG : file1(0x2fde3897f500): _writeAt: size=5, off=0 2026/07/24 01:49:43 DEBUG : file1(0x2fde3897f500): >_writeAt: n=0, err=file already closed 2026/07/24 01:49:43 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:43 DEBUG : Looking for writers 2026/07/24 01:49:43 DEBUG : file1: reading active writers 2026/07/24 01:49:43 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/24 01:49:43 DEBUG : Looking for writers 2026/07/24 01:49:43 DEBUG : file1: reading active writers 2026/07/24 01:49:43 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/24 01:49:43 DEBUG : Looking for writers 2026/07/24 01:49:43 DEBUG : file1: reading active writers 2026/07/24 01:49:43 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/24 01:49:43 DEBUG : Looking for writers 2026/07/24 01:49:43 DEBUG : file1: reading active writers 2026/07/24 01:49:43 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/24 01:49:43 DEBUG : file1: vfs cache: starting upload 2026/07/24 01:49:43 DEBUG : file1.8d4700b1.partial: size = 11 OK 2026/07/24 01:49:43 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/file1.8d4700b1.partial" 2026/07/24 01:49:43 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:43 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/file1.8d4700b1.partial 2026/07/24 01:49:43 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/file1.8d4700b1.partial" 2026/07/24 01:49:43 DEBUG : Looking for writers 2026/07/24 01:49:43 DEBUG : file1: reading active writers 2026/07/24 01:49:43 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/24 01:49:43 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:43 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-kecurin5dijo/file1.8d4700b1.partial 2026/07/24 01:49:43 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:43 DEBUG : file1.8d4700b1.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/24 01:49:43 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/07/24 01:49:43 DEBUG : file1.8d4700b1.partial: renamed to: file1 2026/07/24 01:49:43 INFO : file1: Copied (new) 2026/07/24 01:49:43 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/file1" 2026/07/24 01:49:43 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:43 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/file1 2026/07/24 01:49:43 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/file1" 2026/07/24 01:49:43 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:43 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-kecurin5dijo/file1 2026/07/24 01:49:43 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:43 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/24 01:49:43 DEBUG : file1: vfs cache: fingerprint now "11,2026-07-24 01:49:43 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/07/24 01:49:43 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/24 01:49:43 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:43 INFO : file1: vfs cache: upload succeeded try #1 2026/07/24 01:49:43 DEBUG : Looking for writers 2026/07/24 01:49:43 DEBUG : file1: reading active writers 2026/07/24 01:49:43 DEBUG : >WaitForWriters: 2026/07/24 01:49:43 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/file1" 2026/07/24 01:49:43 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:43 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/file1 2026/07/24 01:49:43 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/file1" 2026/07/24 01:49:43 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:43 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-kecurin5dijo/file1 2026/07/24 01:49:43 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:43 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/24 01:49:43 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/file1" 2026/07/24 01:49:43 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:43 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/file1 2026/07/24 01:49:43 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/file1" 2026/07/24 01:49:43 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:43 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-kecurin5dijo/file1 2026/07/24 01:49:43 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:43 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/07/24 01:49:43 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:43 DEBUG : Looking for writers 2026/07/24 01:49:43 DEBUG : file1: reading active writers 2026/07/24 01:49:43 DEBUG : >WaitForWriters: 2026/07/24 01:49:43 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteAt (0.53s) === RUN TestRWFileHandleWriteNoWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:43 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:43 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/24 01:49:43 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:43 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:43 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:43 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/24 01:49:43 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:43 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:43 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/24 01:49:43 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:43 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:43 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/24 01:49:43 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:43 DEBUG : file1: newRWFileHandle: 2026/07/24 01:49:43 DEBUG : file1(0x2fde38f4d300): openPending: 2026/07/24 01:49:43 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:43 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:43 DEBUG : file1(0x2fde38f4d300): >openPending: err= 2026/07/24 01:49:43 DEBUG : file1: >newRWFileHandle: err= 2026/07/24 01:49:43 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:43 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/24 01:49:43 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/24 01:49:43 DEBUG : file1(0x2fde38f4d300): close: 2026/07/24 01:49:43 DEBUG : file1: vfs cache: setting modification time to 2026-07-24 01:49:43.706961579 +0000 UTC m=+29.025978673 2026/07/24 01:49:43 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:43 DEBUG : file1(0x2fde38f4d300): >close: err= 2026/07/24 01:49:43 DEBUG : file2: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/07/24 01:49:43 DEBUG : file2: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/24 01:49:43 DEBUG : file2: newRWFileHandle: 2026/07/24 01:49:43 DEBUG : file2(0x2fde38f4d780): openPending: 2026/07/24 01:49:43 DEBUG : file2: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:43 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/07/24 01:49:43 DEBUG : file2(0x2fde38f4d780): >openPending: err= 2026/07/24 01:49:43 DEBUG : file2: >newRWFileHandle: err= 2026/07/24 01:49:43 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/07/24 01:49:43 DEBUG : file2: >Open: fd=file2 (rw), err= 2026/07/24 01:49:43 DEBUG : file2: >OpenFile: fd=file2 (rw), err= 2026/07/24 01:49:43 DEBUG : file2(0x2fde38f4d780): RWFileHandle.Flush 2026/07/24 01:49:43 DEBUG : file2(0x2fde38f4d780): RWFileHandle.Release 2026/07/24 01:49:43 DEBUG : file2(0x2fde38f4d780): close: 2026/07/24 01:49:43 DEBUG : file2: vfs cache: setting modification time to 2026-07-24 01:49:43.708066754 +0000 UTC m=+29.027083848 2026/07/24 01:49:43 INFO : file2: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:43 DEBUG : file2(0x2fde38f4d780): >close: err= 2026/07/24 01:49:43 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:43 DEBUG : Looking for writers 2026/07/24 01:49:43 DEBUG : file1: reading active writers 2026/07/24 01:49:43 DEBUG : file2: reading active writers 2026/07/24 01:49:43 DEBUG : Still 0 writers active and 2 cache items in use, waiting 10ms 2026/07/24 01:49:43 DEBUG : Looking for writers 2026/07/24 01:49:43 DEBUG : file1: reading active writers 2026/07/24 01:49:43 DEBUG : file2: reading active writers 2026/07/24 01:49:43 DEBUG : Still 0 writers active and 2 cache items in use, waiting 20ms 2026/07/24 01:49:43 DEBUG : Looking for writers 2026/07/24 01:49:43 DEBUG : file1: reading active writers 2026/07/24 01:49:43 DEBUG : file2: reading active writers 2026/07/24 01:49:43 DEBUG : Still 0 writers active and 2 cache items in use, waiting 40ms 2026/07/24 01:49:43 DEBUG : Looking for writers 2026/07/24 01:49:43 DEBUG : file1: reading active writers 2026/07/24 01:49:43 DEBUG : file2: reading active writers 2026/07/24 01:49:43 DEBUG : Still 0 writers active and 2 cache items in use, waiting 80ms 2026/07/24 01:49:43 DEBUG : file2: vfs cache: starting upload 2026/07/24 01:49:43 DEBUG : file1: vfs cache: starting upload 2026/07/24 01:49:43 DEBUG : file2.f6ee7805.partial: size = 0 OK 2026/07/24 01:49:43 DEBUG : file1.70b4c92d.partial: size = 0 OK 2026/07/24 01:49:43 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/file1.70b4c92d.partial" 2026/07/24 01:49:43 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/file2.f6ee7805.partial" 2026/07/24 01:49:43 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:43 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/file2.f6ee7805.partial 2026/07/24 01:49:43 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/file2.f6ee7805.partial" 2026/07/24 01:49:43 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:43 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/file1.70b4c92d.partial 2026/07/24 01:49:43 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/file1.70b4c92d.partial" 2026/07/24 01:49:43 DEBUG : Looking for writers 2026/07/24 01:49:43 DEBUG : file1: reading active writers 2026/07/24 01:49:43 DEBUG : file2: reading active writers 2026/07/24 01:49:43 DEBUG : Still 0 writers active and 2 cache items in use, waiting 160ms 2026/07/24 01:49:43 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:43 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-kecurin5dijo/file1.70b4c92d.partial 2026/07/24 01:49:43 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:43 DEBUG : file1.70b4c92d.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/24 01:49:43 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/24 01:49:43 DEBUG : file1.70b4c92d.partial: renamed to: file1 2026/07/24 01:49:43 INFO : file1: Copied (new) 2026/07/24 01:49:43 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/file1" 2026/07/24 01:49:43 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:43 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/file1 2026/07/24 01:49:43 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/file1" 2026/07/24 01:49:43 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:43 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-kecurin5dijo/file2.f6ee7805.partial 2026/07/24 01:49:43 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:43 DEBUG : file2.f6ee7805.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/24 01:49:43 DEBUG : file2: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/24 01:49:43 DEBUG : file2.f6ee7805.partial: renamed to: file2 2026/07/24 01:49:43 INFO : file2: Copied (new) 2026/07/24 01:49:43 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/file2" 2026/07/24 01:49:43 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:43 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/file2 2026/07/24 01:49:43 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/file2" 2026/07/24 01:49:44 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:44 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-kecurin5dijo/file1 2026/07/24 01:49:44 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:44 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/24 01:49:44 DEBUG : file1: vfs cache: fingerprint now "0,2026-07-24 01:49:43 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/07/24 01:49:44 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/24 01:49:44 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:44 INFO : file1: vfs cache: upload succeeded try #1 2026/07/24 01:49:44 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:44 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-kecurin5dijo/file2 2026/07/24 01:49:44 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:44 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/24 01:49:44 DEBUG : file2: vfs cache: fingerprint now "0,2026-07-24 01:49:43 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/07/24 01:49:44 DEBUG : file2: vfs cache: writeback object to VFS layer 2026/07/24 01:49:44 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/07/24 01:49:44 INFO : file2: vfs cache: upload succeeded try #1 2026/07/24 01:49:44 DEBUG : Looking for writers 2026/07/24 01:49:44 DEBUG : file1: reading active writers 2026/07/24 01:49:44 DEBUG : file2: reading active writers 2026/07/24 01:49:44 DEBUG : >WaitForWriters: 2026/07/24 01:49:44 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/file1" 2026/07/24 01:49:44 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:44 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/file1 2026/07/24 01:49:44 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/file1" 2026/07/24 01:49:44 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:44 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-kecurin5dijo/file1 2026/07/24 01:49:44 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:44 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/24 01:49:44 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/file1" 2026/07/24 01:49:44 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:44 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/file1 2026/07/24 01:49:44 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/file1" 2026/07/24 01:49:44 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:44 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-kecurin5dijo/file1 2026/07/24 01:49:44 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:44 DEBUG : file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/07/24 01:49:44 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/file2" 2026/07/24 01:49:44 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:44 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/file2 2026/07/24 01:49:44 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/file2" 2026/07/24 01:49:44 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:44 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-kecurin5dijo/file2 2026/07/24 01:49:44 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:44 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/24 01:49:44 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/file2" 2026/07/24 01:49:44 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:44 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/file2 2026/07/24 01:49:44 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/file2" 2026/07/24 01:49:44 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:44 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-kecurin5dijo/file2 2026/07/24 01:49:44 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:44 DEBUG : file2: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/07/24 01:49:44 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:44 DEBUG : Looking for writers 2026/07/24 01:49:44 DEBUG : file2: reading active writers 2026/07/24 01:49:44 DEBUG : file1: reading active writers 2026/07/24 01:49:44 DEBUG : >WaitForWriters: 2026/07/24 01:49:44 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteNoWrite (0.73s) === RUN TestRWFileHandleFlushWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:44 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:44 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/24 01:49:44 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:44 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:44 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:44 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/24 01:49:44 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:44 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:44 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/24 01:49:44 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:44 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:44 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/24 01:49:44 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:44 DEBUG : file1: newRWFileHandle: 2026/07/24 01:49:44 DEBUG : file1(0x2fde38b355c0): openPending: 2026/07/24 01:49:44 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:44 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:44 DEBUG : file1(0x2fde38b355c0): >openPending: err= 2026/07/24 01:49:44 DEBUG : file1: >newRWFileHandle: err= 2026/07/24 01:49:44 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:44 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/24 01:49:44 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/24 01:49:44 DEBUG : file1(0x2fde38b355c0): _writeAt: size=5, off=0 2026/07/24 01:49:44 DEBUG : file1(0x2fde38b355c0): >_writeAt: n=5, err= 2026/07/24 01:49:44 DEBUG : file1(0x2fde38b355c0): RWFileHandle.Flush 2026/07/24 01:49:44 DEBUG : file1(0x2fde38b355c0): RWFileHandle.Flush 2026/07/24 01:49:44 DEBUG : file1(0x2fde38b355c0): close: 2026/07/24 01:49:44 DEBUG : file1: vfs cache: setting modification time to 2026-07-24 01:49:44.434471171 +0000 UTC m=+29.753488275 2026/07/24 01:49:44 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:44 DEBUG : file1(0x2fde38b355c0): >close: err= 2026/07/24 01:49:44 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:44 DEBUG : Looking for writers 2026/07/24 01:49:44 DEBUG : file1: reading active writers 2026/07/24 01:49:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/24 01:49:44 DEBUG : Looking for writers 2026/07/24 01:49:44 DEBUG : file1: reading active writers 2026/07/24 01:49:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/24 01:49:44 DEBUG : Looking for writers 2026/07/24 01:49:44 DEBUG : file1: reading active writers 2026/07/24 01:49:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/24 01:49:44 DEBUG : Looking for writers 2026/07/24 01:49:44 DEBUG : file1: reading active writers 2026/07/24 01:49:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/24 01:49:44 DEBUG : file1: vfs cache: starting upload 2026/07/24 01:49:44 DEBUG : file1.b0df48bc.partial: size = 5 OK 2026/07/24 01:49:44 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/file1.b0df48bc.partial" 2026/07/24 01:49:44 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:44 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/file1.b0df48bc.partial 2026/07/24 01:49:44 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/file1.b0df48bc.partial" 2026/07/24 01:49:44 DEBUG : Looking for writers 2026/07/24 01:49:44 DEBUG : file1: reading active writers 2026/07/24 01:49:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/24 01:49:44 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:44 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-kecurin5dijo/file1.b0df48bc.partial 2026/07/24 01:49:44 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:44 DEBUG : file1.b0df48bc.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/24 01:49:44 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/24 01:49:44 DEBUG : file1.b0df48bc.partial: renamed to: file1 2026/07/24 01:49:44 INFO : file1: Copied (new) 2026/07/24 01:49:44 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/file1" 2026/07/24 01:49:44 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:44 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/file1 2026/07/24 01:49:44 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/file1" 2026/07/24 01:49:44 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:44 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-kecurin5dijo/file1 2026/07/24 01:49:44 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:44 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/24 01:49:44 DEBUG : file1: vfs cache: fingerprint now "5,2026-07-24 01:49:44 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/07/24 01:49:44 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/24 01:49:44 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:44 INFO : file1: vfs cache: upload succeeded try #1 2026/07/24 01:49:44 DEBUG : Looking for writers 2026/07/24 01:49:44 DEBUG : file1: reading active writers 2026/07/24 01:49:44 DEBUG : >WaitForWriters: 2026/07/24 01:49:44 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushWrite (0.32s) === RUN TestRWFileHandleReleaseWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:44 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:44 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/24 01:49:44 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:44 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:44 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:44 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/24 01:49:44 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:44 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:44 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/24 01:49:44 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:44 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:44 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/24 01:49:44 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:44 DEBUG : file1: newRWFileHandle: 2026/07/24 01:49:44 DEBUG : file1(0x2fde38f48ac0): openPending: 2026/07/24 01:49:44 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:44 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:44 DEBUG : file1(0x2fde38f48ac0): >openPending: err= 2026/07/24 01:49:44 DEBUG : file1: >newRWFileHandle: err= 2026/07/24 01:49:44 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:44 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/24 01:49:44 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/24 01:49:44 DEBUG : file1(0x2fde38f48ac0): _writeAt: size=5, off=0 2026/07/24 01:49:44 DEBUG : file1(0x2fde38f48ac0): >_writeAt: n=5, err= 2026/07/24 01:49:44 DEBUG : file1(0x2fde38f48ac0): RWFileHandle.Release 2026/07/24 01:49:44 DEBUG : file1(0x2fde38f48ac0): close: 2026/07/24 01:49:44 DEBUG : file1: vfs cache: setting modification time to 2026-07-24 01:49:44.754165698 +0000 UTC m=+30.073182782 2026/07/24 01:49:44 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:44 DEBUG : file1(0x2fde38f48ac0): >close: err= 2026/07/24 01:49:44 DEBUG : file1(0x2fde38f48ac0): RWFileHandle.Release 2026/07/24 01:49:44 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:44 DEBUG : Looking for writers 2026/07/24 01:49:44 DEBUG : file1: reading active writers 2026/07/24 01:49:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/24 01:49:44 DEBUG : Looking for writers 2026/07/24 01:49:44 DEBUG : file1: reading active writers 2026/07/24 01:49:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/24 01:49:44 DEBUG : Looking for writers 2026/07/24 01:49:44 DEBUG : file1: reading active writers 2026/07/24 01:49:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/24 01:49:44 DEBUG : Looking for writers 2026/07/24 01:49:44 DEBUG : file1: reading active writers 2026/07/24 01:49:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/24 01:49:44 DEBUG : file1: vfs cache: starting upload 2026/07/24 01:49:44 DEBUG : file1.28f410b6.partial: size = 5 OK 2026/07/24 01:49:44 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/file1.28f410b6.partial" 2026/07/24 01:49:44 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:44 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/file1.28f410b6.partial 2026/07/24 01:49:44 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/file1.28f410b6.partial" 2026/07/24 01:49:44 DEBUG : Looking for writers 2026/07/24 01:49:44 DEBUG : file1: reading active writers 2026/07/24 01:49:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/24 01:49:44 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:44 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-kecurin5dijo/file1.28f410b6.partial 2026/07/24 01:49:44 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:44 DEBUG : file1.28f410b6.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/24 01:49:44 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/24 01:49:44 DEBUG : file1.28f410b6.partial: renamed to: file1 2026/07/24 01:49:44 INFO : file1: Copied (new) 2026/07/24 01:49:44 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/file1" 2026/07/24 01:49:44 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:44 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/file1 2026/07/24 01:49:44 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/file1" 2026/07/24 01:49:45 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:45 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-kecurin5dijo/file1 2026/07/24 01:49:45 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:45 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/24 01:49:45 DEBUG : file1: vfs cache: fingerprint now "5,2026-07-24 01:49:44 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/07/24 01:49:45 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/24 01:49:45 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:45 INFO : file1: vfs cache: upload succeeded try #1 2026/07/24 01:49:45 DEBUG : Looking for writers 2026/07/24 01:49:45 DEBUG : file1: reading active writers 2026/07/24 01:49:45 DEBUG : >WaitForWriters: 2026/07/24 01:49:45 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseWrite (0.32s) === RUN TestRWFileHandleSizeTruncateExisting run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:45 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:45 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/24 01:49:45 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:45 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:45 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:45 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/24 01:49:45 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:45 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:45 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/24 01:49:45 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:45 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/24 01:49:45 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:45 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:45 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:45 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:45 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:45 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:45 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:45 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/24 01:49:45 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:45 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:45 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:45 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:45 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:45 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:45 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:45 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/24 01:49:45 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rwxrwxrwx 2026/07/24 01:49:45 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/24 01:49:45 DEBUG : dir/file1: newRWFileHandle: 2026/07/24 01:49:45 DEBUG : dir/file1(0x2fde38c26280): openPending: 2026/07/24 01:49:45 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:45 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:45 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:45 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:45 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:45 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:45 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:45 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/24 01:49:45 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/24 01:49:45 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/24 01:49:45 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:45 DEBUG : dir/file1(0x2fde38c26280): >openPending: err= 2026/07/24 01:49:45 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/24 01:49:45 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/24 01:49:45 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/24 01:49:45 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/24 01:49:45 DEBUG : dir/file1(0x2fde38c26280): _writeAt: size=5, off=0 2026/07/24 01:49:45 DEBUG : dir/file1(0x2fde38c26280): >_writeAt: n=5, err= 2026/07/24 01:49:45 DEBUG : dir/file1(0x2fde38c26280): close: 2026/07/24 01:49:45 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:45 DEBUG : dir/file1: vfs cache: setting modification time to 2026-07-24 01:49:45.377988571 +0000 UTC m=+30.697005675 2026/07/24 01:49:45 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:45 DEBUG : dir/file1(0x2fde38c26280): >close: err= 2026/07/24 01:49:45 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:45 DEBUG : dir: Looking for writers 2026/07/24 01:49:45 DEBUG : file1: reading active writers 2026/07/24 01:49:45 DEBUG : Looking for writers 2026/07/24 01:49:45 DEBUG : dir: reading active writers 2026/07/24 01:49:45 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/24 01:49:45 DEBUG : dir: Looking for writers 2026/07/24 01:49:45 DEBUG : file1: reading active writers 2026/07/24 01:49:45 DEBUG : Looking for writers 2026/07/24 01:49:45 DEBUG : dir: reading active writers 2026/07/24 01:49:45 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/24 01:49:45 DEBUG : dir: Looking for writers 2026/07/24 01:49:45 DEBUG : file1: reading active writers 2026/07/24 01:49:45 DEBUG : Looking for writers 2026/07/24 01:49:45 DEBUG : dir: reading active writers 2026/07/24 01:49:45 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/24 01:49:45 DEBUG : dir: Looking for writers 2026/07/24 01:49:45 DEBUG : file1: reading active writers 2026/07/24 01:49:45 DEBUG : Looking for writers 2026/07/24 01:49:45 DEBUG : dir: reading active writers 2026/07/24 01:49:45 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/24 01:49:45 DEBUG : dir/file1: vfs cache: starting upload 2026/07/24 01:49:45 DEBUG : dir/file1.9b264189.partial: size = 5 OK 2026/07/24 01:49:45 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1.9b264189.partial" 2026/07/24 01:49:45 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:45 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1.9b264189.partial 2026/07/24 01:49:45 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1.9b264189.partial" 2026/07/24 01:49:45 DEBUG : dir: Looking for writers 2026/07/24 01:49:45 DEBUG : file1: reading active writers 2026/07/24 01:49:45 DEBUG : Looking for writers 2026/07/24 01:49:45 DEBUG : dir: reading active writers 2026/07/24 01:49:45 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/24 01:49:45 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:45 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-kecurin5dijo/dir/file1.9b264189.partial 2026/07/24 01:49:45 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:45 DEBUG : dir/file1.9b264189.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/24 01:49:45 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/24 01:49:45 DEBUG : dir/file1.9b264189.partial: renamed to: dir/file1 2026/07/24 01:49:45 INFO : dir/file1: Copied (replaced existing) 2026/07/24 01:49:45 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:45 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:45 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:45 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:45 DEBUG : dir: Looking for writers 2026/07/24 01:49:45 DEBUG : file1: reading active writers 2026/07/24 01:49:45 DEBUG : Looking for writers 2026/07/24 01:49:45 DEBUG : dir: reading active writers 2026/07/24 01:49:45 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:45 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:45 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:45 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/24 01:49:45 DEBUG : dir/file1: vfs cache: fingerprint now "5,2026-07-24 01:49:45 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/07/24 01:49:45 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/07/24 01:49:45 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:45 DEBUG : >WaitForWriters: 2026/07/24 01:49:45 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/07/24 01:49:45 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeTruncateExisting (0.63s) === RUN TestRWFileHandleSizeCreateExisting run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:45 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:45 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/24 01:49:45 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:45 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:45 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:45 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/24 01:49:45 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:45 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:45 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/24 01:49:45 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:45 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/24 01:49:45 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:45 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:45 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:45 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:45 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:45 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:45 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:45 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/24 01:49:45 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:45 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:45 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:45 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:45 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:45 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:45 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:45 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/24 01:49:45 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:45 DEBUG : dir/file1: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:45 DEBUG : dir/file1: newRWFileHandle: 2026/07/24 01:49:45 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/24 01:49:45 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:45 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/24 01:49:45 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/24 01:49:45 DEBUG : dir/file1(0x2fde39116440): _writeAt: size=5, off=0 2026/07/24 01:49:45 DEBUG : dir/file1(0x2fde39116440): openPending: 2026/07/24 01:49:45 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:45 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:45 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:45 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:46 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:46 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:46 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:46 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/24 01:49:46 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/24 01:49:46 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/24 01:49:46 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:46 DEBUG : dir/file1(0x2fde39116440): >openPending: err= 2026/07/24 01:49:46 DEBUG : dir/file1(0x2fde39116440): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : dir/file1(0x2fde39116440): _writeAt: size=15, off=5 2026/07/24 01:49:46 DEBUG : dir/file1(0x2fde39116440): >_writeAt: n=15, err= 2026/07/24 01:49:46 DEBUG : dir/file1(0x2fde39116440): close: 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [{Pos:0 Size:20}] - present true 2026/07/24 01:49:46 DEBUG : dir/file1: vfs cache: setting modification time to 2026-07-24 01:49:46.02464841 +0000 UTC m=+31.343665504 2026/07/24 01:49:46 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : dir/file1(0x2fde39116440): >close: err= 2026/07/24 01:49:46 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:46 DEBUG : dir: Looking for writers 2026/07/24 01:49:46 DEBUG : file1: reading active writers 2026/07/24 01:49:46 DEBUG : Looking for writers 2026/07/24 01:49:46 DEBUG : dir: reading active writers 2026/07/24 01:49:46 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/24 01:49:46 DEBUG : dir: Looking for writers 2026/07/24 01:49:46 DEBUG : file1: reading active writers 2026/07/24 01:49:46 DEBUG : Looking for writers 2026/07/24 01:49:46 DEBUG : dir: reading active writers 2026/07/24 01:49:46 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/24 01:49:46 DEBUG : dir: Looking for writers 2026/07/24 01:49:46 DEBUG : file1: reading active writers 2026/07/24 01:49:46 DEBUG : Looking for writers 2026/07/24 01:49:46 DEBUG : dir: reading active writers 2026/07/24 01:49:46 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/24 01:49:46 DEBUG : dir: Looking for writers 2026/07/24 01:49:46 DEBUG : file1: reading active writers 2026/07/24 01:49:46 DEBUG : Looking for writers 2026/07/24 01:49:46 DEBUG : dir: reading active writers 2026/07/24 01:49:46 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/24 01:49:46 DEBUG : dir/file1: vfs cache: starting upload 2026/07/24 01:49:46 DEBUG : dir/file1.b66c8781.partial: size = 20 OK 2026/07/24 01:49:46 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1.b66c8781.partial" 2026/07/24 01:49:46 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:46 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1.b66c8781.partial 2026/07/24 01:49:46 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1.b66c8781.partial" 2026/07/24 01:49:46 DEBUG : dir: Looking for writers 2026/07/24 01:49:46 DEBUG : file1: reading active writers 2026/07/24 01:49:46 DEBUG : Looking for writers 2026/07/24 01:49:46 DEBUG : dir: reading active writers 2026/07/24 01:49:46 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/24 01:49:46 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:46 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-kecurin5dijo/dir/file1.b66c8781.partial 2026/07/24 01:49:46 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:46 DEBUG : dir/file1.b66c8781.partial: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/07/24 01:49:46 DEBUG : dir/file1: md5 = 5198435b5c4e591523b7f5435cc07e88 OK 2026/07/24 01:49:46 DEBUG : dir/file1.b66c8781.partial: renamed to: dir/file1 2026/07/24 01:49:46 INFO : dir/file1: Copied (replaced existing) 2026/07/24 01:49:46 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:46 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:46 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:46 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:46 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:46 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:46 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:46 DEBUG : dir/file1: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/07/24 01:49:46 DEBUG : dir/file1: vfs cache: fingerprint now "20,2026-07-24 01:49:46 +0000 UTC,5198435b5c4e591523b7f5435cc07e88" 2026/07/24 01:49:46 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/07/24 01:49:46 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:46 DEBUG : dir: Looking for writers 2026/07/24 01:49:46 DEBUG : file1: reading active writers 2026/07/24 01:49:46 DEBUG : Looking for writers 2026/07/24 01:49:46 DEBUG : dir: reading active writers 2026/07/24 01:49:46 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/07/24 01:49:46 DEBUG : >WaitForWriters: 2026/07/24 01:49:46 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateExisting (0.64s) === RUN TestRWFileHandleSizeCreateNew run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:46 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:46 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/24 01:49:46 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:46 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:46 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:46 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/24 01:49:46 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:46 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:46 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/24 01:49:46 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:46 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/24 01:49:46 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : file1: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : file1(0x2fde38dee1c0): openPending: 2026/07/24 01:49:46 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:46 DEBUG : file1(0x2fde38dee1c0): >openPending: err= 2026/07/24 01:49:46 DEBUG : file1: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:46 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/24 01:49:46 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/24 01:49:46 DEBUG : file1(0x2fde38dee1c0): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : file1(0x2fde38dee1c0): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : file1(0x2fde38dee1c0): close: 2026/07/24 01:49:46 DEBUG : file1: vfs cache: setting modification time to 2026-07-24 01:49:46.352977327 +0000 UTC m=+31.671994421 2026/07/24 01:49:46 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : file1(0x2fde38dee1c0): >close: err= 2026/07/24 01:49:46 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:46 DEBUG : Looking for writers 2026/07/24 01:49:46 DEBUG : file1: reading active writers 2026/07/24 01:49:46 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/24 01:49:46 DEBUG : Looking for writers 2026/07/24 01:49:46 DEBUG : file1: reading active writers 2026/07/24 01:49:46 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/24 01:49:46 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-kecurin5dijo/dir/file1: no such file or directory 2026/07/24 01:49:46 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-kecurin5dijo/dir/file1: no such file or directory 2026/07/24 01:49:46 DEBUG : Looking for writers 2026/07/24 01:49:46 DEBUG : file1: reading active writers 2026/07/24 01:49:46 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/24 01:49:46 DEBUG : Looking for writers 2026/07/24 01:49:46 DEBUG : file1: reading active writers 2026/07/24 01:49:46 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/24 01:49:46 DEBUG : file1: vfs cache: starting upload 2026/07/24 01:49:46 DEBUG : file1.56afc8f0.partial: size = 5 OK 2026/07/24 01:49:46 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/file1.56afc8f0.partial" 2026/07/24 01:49:46 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:46 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/file1.56afc8f0.partial 2026/07/24 01:49:46 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/file1.56afc8f0.partial" 2026/07/24 01:49:46 DEBUG : Looking for writers 2026/07/24 01:49:46 DEBUG : file1: reading active writers 2026/07/24 01:49:46 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/24 01:49:46 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:46 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-kecurin5dijo/file1.56afc8f0.partial 2026/07/24 01:49:46 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:46 DEBUG : file1.56afc8f0.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/24 01:49:46 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/24 01:49:46 DEBUG : file1.56afc8f0.partial: renamed to: file1 2026/07/24 01:49:46 INFO : file1: Copied (new) 2026/07/24 01:49:46 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/file1" 2026/07/24 01:49:46 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:46 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/file1 2026/07/24 01:49:46 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/file1" 2026/07/24 01:49:46 DEBUG : Looking for writers 2026/07/24 01:49:46 DEBUG : file1: reading active writers 2026/07/24 01:49:46 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:46 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-kecurin5dijo/file1 2026/07/24 01:49:46 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:46 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/24 01:49:46 DEBUG : file1: vfs cache: fingerprint now "5,2026-07-24 01:49:46 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/07/24 01:49:46 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:46 DEBUG : >WaitForWriters: 2026/07/24 01:49:46 INFO : file1: vfs cache: upload succeeded try #1 2026/07/24 01:49:46 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: cleaner exiting 2026/07/24 01:49:46 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-kecurin5dijo/dir/file1: no such file or directory 2026/07/24 01:49:46 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-kecurin5dijo/dir/file1: no such file or directory --- PASS: TestRWFileHandleSizeCreateNew (0.34s) === RUN TestRWFileHandleOpenTests === RUN TestRWFileHandleOpenTests/writes run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:46 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:46 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/24 01:49:46 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:46 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:46 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:46 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/24 01:49:46 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:46 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:46 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/24 01:49:46 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY 2026/07/24 01:49:46 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e50200): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e50200): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e50200): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e50200): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e50200): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.694335948 +0000 UTC m=+32.013353062 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e50200): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e50700): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e50700): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e50700): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e50700): >_readAt: n=2, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e50700): _writeAt: size=3, off=2 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e50700): >_writeAt: n=0, err=Bad file descriptor 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e50700): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.694335948 +0000 UTC m=+32.013353062 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e50700): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e50bc0): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e50bc0): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e50bc0): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e50bc0): >_readAt: n=5, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e50bc0): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.694335948 +0000 UTC m=+32.013353062 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e50bc0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38d9f340 item 1 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e51200): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e51200): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e51200): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e51200): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e51200): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.698229998 +0000 UTC m=+32.017247162 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e51200): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e51700): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e51700): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e51700): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e51700): >_readAt: n=5, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e51700): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.698229998 +0000 UTC m=+32.017247162 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e51700): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38d9fc00 item 2 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e51d80): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e51d80): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e51d80): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e51d80): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e51d80): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.701010717 +0000 UTC m=+32.020027831 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e51d80): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389f8d40): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389f8d40): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389f8d40): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389f8d40): >_readAt: n=2, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389f8d40): _writeAt: size=3, off=2 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389f8d40): >_writeAt: n=0, err=Bad file descriptor 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389f8d40): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.701010717 +0000 UTC m=+32.020027831 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389f8d40): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389f97c0): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389f97c0): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389f97c0): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389f97c0): >_readAt: n=5, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389f97c0): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.701010717 +0000 UTC m=+32.020027831 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389f97c0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38a4eb60 item 3 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c0a280): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c0a280): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c0a280): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c0a280): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c0a280): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.704431654 +0000 UTC m=+32.023448819 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c0a280): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c0a880): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c0a880): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c0a880): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c0a880): >_readAt: n=5, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c0a880): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.704431654 +0000 UTC m=+32.023448819 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c0a880): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38a4f8f0 item 4 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c0bc80): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c0bc80): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c0bc80): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c0bc80): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c0bc80): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.706807449 +0000 UTC m=+32.025824553 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c0bc80): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde386de380): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde386de380): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde386de380): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde386de380): >_readAt: n=2, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde386de380): _writeAt: size=3, off=2 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde386de380): >_writeAt: n=0, err=Bad file descriptor 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde386de380): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.706807449 +0000 UTC m=+32.025824553 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde386de380): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde386dee00): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde386dee00): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde386dee00): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde386dee00): >_readAt: n=5, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde386dee00): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.706807449 +0000 UTC m=+32.025824553 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde386dee00): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38abe070 item 5 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde386dfac0): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde386dfac0): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde386dfac0): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde386dfac0): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde386dfac0): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.71020926 +0000 UTC m=+32.029226364 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde386dfac0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b34300): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b34300): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b34300): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b34300): >_readAt: n=5, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b34300): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.71020926 +0000 UTC m=+32.029226364 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b34300): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38abed20 item 6 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b34a00): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b34a00): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b34a00): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b34a00): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b34a00): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.712508901 +0000 UTC m=+32.031526065 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b34a00): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b34f00): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b34f00): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b34f00): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b34f00): >_readAt: n=2, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b34f00): _writeAt: size=3, off=2 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b34f00): >_writeAt: n=0, err=Bad file descriptor 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b34f00): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.712508901 +0000 UTC m=+32.031526065 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b34f00): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b353c0): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b353c0): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b353c0): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b353c0): >_readAt: n=5, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b353c0): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.712508901 +0000 UTC m=+32.031526065 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b353c0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38abf180 item 7 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b35a40): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b35a40): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b35a40): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b35a40): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b35a40): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.715998889 +0000 UTC m=+32.035016002 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b35a40): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3922c080): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3922c080): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3922c080): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3922c080): >_readAt: n=5, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3922c080): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.715998889 +0000 UTC m=+32.035016002 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3922c080): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38abfab0 item 8 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3922c640): _readAt: size=2, off=0 2026/07/24 01:49:46 ERROR : open-test-file(0x2fde3922c640): Couldn't read size of file 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3922c640): >_readAt: n=0, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3922c640): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3922c640): >_writeAt: n=0, err=Bad file descriptor 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3922c640): close: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3922c640): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3922ca00): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3922ca00): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3922ca00): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3922ca00): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3922ca00): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.718721137 +0000 UTC m=+32.037738251 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3922ca00): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3922ce80): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3922ce80): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3922ce80): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3922ce80): >_readAt: n=2, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3922ce80): _writeAt: size=3, off=2 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3922ce80): >_writeAt: n=0, err=Bad file descriptor 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3922ce80): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.718721137 +0000 UTC m=+32.037738251 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3922ce80): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3922d380): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3922d380): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3922d380): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3922d380): >_readAt: n=5, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3922d380): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.718721137 +0000 UTC m=+32.037738251 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3922d380): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38dc23f0 item 9 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3922da00): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3922da00): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3922da00): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3922da00): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3922da00): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.722441299 +0000 UTC m=+32.041458423 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3922da00): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3923e040): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3923e040): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3923e040): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3923e040): >_readAt: n=5, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3923e040): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.722441299 +0000 UTC m=+32.041458423 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3923e040): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38dc2a10 item 10 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3923e680): _readAt: size=2, off=0 2026/07/24 01:49:46 ERROR : open-test-file(0x2fde3923e680): Couldn't read size of file 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3923e680): >_readAt: n=0, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3923e680): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3923e680): >_writeAt: n=0, err=Bad file descriptor 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3923e680): close: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3923e680): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3923ea40): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3923ea40): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3923ea40): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3923ea40): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3923ea40): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.725151495 +0000 UTC m=+32.044168609 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3923ea40): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3923ef40): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3923ef40): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3923ef40): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3923ef40): >_readAt: n=2, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3923ef40): _writeAt: size=3, off=2 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3923ef40): >_writeAt: n=0, err=Bad file descriptor 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3923ef40): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.725151495 +0000 UTC m=+32.044168609 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3923ef40): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3923f440): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3923f440): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3923f440): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3923f440): >_readAt: n=5, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3923f440): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.725151495 +0000 UTC m=+32.044168609 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3923f440): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38dc35e0 item 11 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3923fac0): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3923fac0): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3923fac0): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3923fac0): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3923fac0): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.729411857 +0000 UTC m=+32.048428981 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3923fac0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39256100): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39256100): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39256100): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39256100): >_readAt: n=5, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39256100): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.729411857 +0000 UTC m=+32.048428981 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39256100): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38ad60e0 item 12 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39256740): _readAt: size=2, off=0 2026/07/24 01:49:46 ERROR : open-test-file(0x2fde39256740): Couldn't read size of file 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39256740): >_readAt: n=0, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39256740): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39256740): >_writeAt: n=0, err=Bad file descriptor 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39256740): close: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39256740): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39256b00): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39256b00): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39256b00): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39256b00): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39256b00): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.733422367 +0000 UTC m=+32.052439491 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39256b00): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392571c0): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392571c0): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392571c0): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392571c0): >_readAt: n=5, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392571c0): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.733422367 +0000 UTC m=+32.052439491 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392571c0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38ad68c0 item 13 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39257840): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39257840): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39257840): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39257840): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39257840): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.736689104 +0000 UTC m=+32.055706268 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39257840): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39257d80): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39257d80): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39257d80): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39257d80): >_readAt: n=5, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39257d80): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.736689104 +0000 UTC m=+32.055706268 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39257d80): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38ad6e00 item 14 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389da4c0): _readAt: size=2, off=0 2026/07/24 01:49:46 ERROR : open-test-file(0x2fde389da4c0): Couldn't read size of file 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389da4c0): >_readAt: n=0, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389da4c0): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389da4c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389da4c0): close: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389da4c0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389da880): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389da880): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389da880): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389da880): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389da880): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.740250987 +0000 UTC m=+32.059268111 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389da880): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389daf40): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389daf40): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389daf40): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389daf40): >_readAt: n=5, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389daf40): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.740250987 +0000 UTC m=+32.059268111 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389daf40): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38ad78f0 item 15 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 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/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389db5c0): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389db5c0): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389db5c0): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389db5c0): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389db5c0): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.742920216 +0000 UTC m=+32.061937320 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389db5c0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389dbb00): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389dbb00): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389dbb00): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389dbb00): >_readAt: n=5, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389dbb00): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.742920216 +0000 UTC m=+32.061937320 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389dbb00): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38ad7d50 item 16 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38af6240): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38af6240): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38af6240): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38af6240): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38af6240): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.74518463 +0000 UTC m=+32.064201734 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38af6240): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38af66c0): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38af66c0): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38af66c0): open at offset 5 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38af66c0): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38af66c0): >_readAt: n=2, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38af66c0): _writeAt: size=3, off=7 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38af66c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38af66c0): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.74518463 +0000 UTC m=+32.064201734 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38af66c0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38af6bc0): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38af6bc0): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38af6bc0): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38af6bc0): >_readAt: n=5, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38af6bc0): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.74518463 +0000 UTC m=+32.064201734 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38af6bc0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde391384d0 item 17 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38af7240): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38af7240): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38af7240): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38af7240): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38af7240): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.748595448 +0000 UTC m=+32.067612572 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38af7240): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38af7780): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38af7780): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38af7780): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38af7780): >_readAt: n=5, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38af7780): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.748595448 +0000 UTC m=+32.067612572 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38af7780): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde39138af0 item 18 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38af7e00): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38af7e00): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38af7e00): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38af7e00): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38af7e00): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.750844614 +0000 UTC m=+32.069861768 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38af7e00): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c2e400): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c2e400): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c2e400): open at offset 5 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c2e400): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c2e400): >_readAt: n=2, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c2e400): _writeAt: size=3, off=7 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c2e400): >_writeAt: n=0, err=Bad file descriptor 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c2e400): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.750844614 +0000 UTC m=+32.069861768 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c2e400): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c2e900): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c2e900): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c2e900): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c2e900): >_readAt: n=5, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c2e900): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.750844614 +0000 UTC m=+32.069861768 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c2e900): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde39138f50 item 19 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c2ef80): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c2ef80): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c2ef80): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c2ef80): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c2ef80): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.753768173 +0000 UTC m=+32.072785276 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c2ef80): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c2f4c0): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c2f4c0): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c2f4c0): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c2f4c0): >_readAt: n=5, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c2f4c0): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.753768173 +0000 UTC m=+32.072785276 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c2f4c0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde39139570 item 20 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c2fb40): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c2fb40): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c2fb40): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c2fb40): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c2fb40): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.75590751 +0000 UTC m=+32.074924614 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c2fb40): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c66140): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c66140): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c66140): open at offset 5 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c66140): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c66140): >_readAt: n=2, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c66140): _writeAt: size=3, off=7 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c66140): >_writeAt: n=0, err=Bad file descriptor 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c66140): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.75590751 +0000 UTC m=+32.074924614 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c66140): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c66640): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c66640): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c66640): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c66640): >_readAt: n=5, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c66640): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.75590751 +0000 UTC m=+32.074924614 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c66640): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde391398f0 item 21 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c66cc0): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c66cc0): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c66cc0): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c66cc0): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c66cc0): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.7590012 +0000 UTC m=+32.078018305 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c66cc0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c67200): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c67200): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c67200): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c67200): >_readAt: n=5, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c67200): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.7590012 +0000 UTC m=+32.078018305 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c67200): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3865c380 item 22 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c67880): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c67880): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c67880): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c67880): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c67880): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.761460773 +0000 UTC m=+32.080477887 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c67880): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c67d80): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c67d80): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c67d80): open at offset 5 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c67d80): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c67d80): >_readAt: n=2, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c67d80): _writeAt: size=3, off=7 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c67d80): >_writeAt: n=0, err=Bad file descriptor 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c67d80): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.761460773 +0000 UTC m=+32.080477887 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c67d80): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e10380): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e10380): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e10380): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e10380): >_readAt: n=5, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e10380): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.761460773 +0000 UTC m=+32.080477887 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e10380): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3865d180 item 23 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 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/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e10a00): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e10a00): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e10a00): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e10a00): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e10a00): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.764339186 +0000 UTC m=+32.083356310 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e10a00): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e10f40): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e10f40): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e10f40): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e10f40): >_readAt: n=5, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e10f40): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.764339186 +0000 UTC m=+32.083356310 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e10f40): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38a3a310 item 24 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e11580): _readAt: size=2, off=0 2026/07/24 01:49:46 ERROR : open-test-file(0x2fde38e11580): Couldn't read size of file 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e11580): >_readAt: n=0, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e11580): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e11580): >_writeAt: n=0, err=Bad file descriptor 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e11580): close: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e11580): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e11940): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e11940): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e11940): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e11940): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e11940): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.766287353 +0000 UTC m=+32.085304458 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e11940): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e11e40): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e11e40): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e11e40): open at offset 5 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e11e40): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e11e40): >_readAt: n=2, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e11e40): _writeAt: size=3, off=7 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e11e40): >_writeAt: n=0, err=Bad file descriptor 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e11e40): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.766287353 +0000 UTC m=+32.085304458 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e11e40): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ec6480): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ec6480): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ec6480): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ec6480): >_readAt: n=5, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ec6480): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.766287353 +0000 UTC m=+32.085304458 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ec6480): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38a3a930 item 25 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ec6b00): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ec6b00): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ec6b00): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ec6b00): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ec6b00): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.768438705 +0000 UTC m=+32.087455799 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ec6b00): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ec7040): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ec7040): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ec7040): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ec7040): >_readAt: n=5, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ec7040): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.768438705 +0000 UTC m=+32.087455799 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ec7040): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38a3b730 item 26 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ec7680): _readAt: size=2, off=0 2026/07/24 01:49:46 ERROR : open-test-file(0x2fde38ec7680): Couldn't read size of file 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ec7680): >_readAt: n=0, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ec7680): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ec7680): >_writeAt: n=0, err=Bad file descriptor 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ec7680): close: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ec7680): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ec7a40): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ec7a40): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ec7a40): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ec7a40): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ec7a40): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.77038607 +0000 UTC m=+32.089403164 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ec7a40): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2c040): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2c040): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2c040): open at offset 5 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2c040): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2c040): >_readAt: n=2, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2c040): _writeAt: size=3, off=7 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2c040): >_writeAt: n=0, err=Bad file descriptor 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2c040): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.77038607 +0000 UTC m=+32.089403164 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2c040): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2c580): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2c580): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2c580): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2c580): >_readAt: n=5, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2c580): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.77038607 +0000 UTC m=+32.089403164 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2c580): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde395280e0 item 27 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 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/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2cc00): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2cc00): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2cc00): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2cc00): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2cc00): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.773395581 +0000 UTC m=+32.092412695 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2cc00): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2d140): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2d140): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2d140): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2d140): >_readAt: n=5, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2d140): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.773395581 +0000 UTC m=+32.092412695 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2d140): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde39528620 item 28 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2d780): _readAt: size=2, off=0 2026/07/24 01:49:46 ERROR : open-test-file(0x2fde38f2d780): Couldn't read size of file 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2d780): >_readAt: n=0, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2d780): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2d780): >_writeAt: n=0, err=Bad file descriptor 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2d780): close: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2d780): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2db40): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2db40): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2db40): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2db40): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2db40): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.775618477 +0000 UTC m=+32.094635571 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2db40): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f70300): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f70300): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f70300): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f70300): >_readAt: n=5, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f70300): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.775618477 +0000 UTC m=+32.094635571 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f70300): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde395289a0 item 29 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 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/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f70980): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f70980): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f70980): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f70980): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f70980): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.777807739 +0000 UTC m=+32.096824844 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f70980): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f70ec0): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f70ec0): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f70ec0): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f70ec0): >_readAt: n=5, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f70ec0): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.777807739 +0000 UTC m=+32.096824844 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f70ec0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde39528d20 item 30 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 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/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f71500): _readAt: size=2, off=0 2026/07/24 01:49:46 ERROR : open-test-file(0x2fde38f71500): Couldn't read size of file 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f71500): >_readAt: n=0, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f71500): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f71500): >_writeAt: n=0, err=Bad file descriptor 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f71500): close: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f71500): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f718c0): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f718c0): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f718c0): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f718c0): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f718c0): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.77996883 +0000 UTC m=+32.098985933 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f718c0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fa4080): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fa4080): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fa4080): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fa4080): >_readAt: n=5, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fa4080): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.77996883 +0000 UTC m=+32.098985933 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fa4080): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde39529180 item 31 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 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/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fa4700): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fa4700): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fa4700): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fa4700): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fa4700): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.782285202 +0000 UTC m=+32.101302296 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fa4700): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fa4c40): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fa4c40): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fa4c40): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fa4c40): >_readAt: n=5, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fa4c40): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.782285202 +0000 UTC m=+32.101302296 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fa4c40): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde39529650 item 32 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fa5280): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fa5280): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fa5280): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fa5280): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fa5280): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.784272112 +0000 UTC m=+32.103289246 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fa5280): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fa5700): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fa5700): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fa5700): _writeAt: size=3, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fa5700): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fa5700): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde395299d0 item 33 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fa5700): >_writeAt: n=3, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fa5700): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.78500722 +0000 UTC m=+32.104024314 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fa5700): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fa5c00): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fa5c00): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fa5c00): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fa5c00): >_readAt: n=5, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fa5c00): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.78500722 +0000 UTC m=+32.104024314 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fa5c00): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde39529c70 item 33 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fce340): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fce340): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fce340): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fce340): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fce340): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.78770946 +0000 UTC m=+32.106726584 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fce340): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fce7c0): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fce7c0): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38e768c0 item 34 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fce7c0): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fce7c0): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fce7c0): _writeAt: size=3, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fce7c0): >_writeAt: n=3, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fce7c0): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.788576006 +0000 UTC m=+32.107593140 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fce7c0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fced00): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fced00): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fced00): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fced00): >_readAt: n=3, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fced00): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.788576006 +0000 UTC m=+32.107593140 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fced00): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38e76af0 item 34 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fcf340): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fcf340): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fcf340): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fcf340): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fcf340): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.790499085 +0000 UTC m=+32.109516180 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fcf340): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fcf7c0): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fcf7c0): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fcf7c0): _writeAt: size=3, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fcf7c0): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fcf7c0): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38e77490 item 35 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fcf7c0): >_writeAt: n=3, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fcf7c0): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.791176213 +0000 UTC m=+32.110193307 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fcf7c0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fcfcc0): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fcfcc0): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fcfcc0): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fcfcc0): >_readAt: n=5, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fcfcc0): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.791176213 +0000 UTC m=+32.110193307 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fcfcc0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38e779d0 item 35 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fee440): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fee440): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fee440): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fee440): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fee440): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.793062865 +0000 UTC m=+32.112079969 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fee440): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fee940): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fee940): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3866a2a0 item 36 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fee940): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fee940): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fee940): _writeAt: size=3, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fee940): >_writeAt: n=3, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fee940): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.793879707 +0000 UTC m=+32.112896841 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fee940): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38feee80): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38feee80): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38feee80): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38feee80): >_readAt: n=3, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38feee80): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.793879707 +0000 UTC m=+32.112896841 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38feee80): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3866a850 item 36 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fef4c0): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fef4c0): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fef4c0): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fef4c0): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fef4c0): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.795718467 +0000 UTC m=+32.114735561 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fef4c0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fef940): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fef940): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fef940): _writeAt: size=3, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fef940): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fef940): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3866afc0 item 37 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fef940): >_writeAt: n=3, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fef940): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.796429841 +0000 UTC m=+32.115446935 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fef940): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fefe40): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fefe40): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fefe40): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fefe40): >_readAt: n=5, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fefe40): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.796429841 +0000 UTC m=+32.115446935 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38fefe40): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3866b2d0 item 37 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390565c0): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390565c0): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390565c0): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390565c0): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390565c0): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.798415659 +0000 UTC m=+32.117432753 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390565c0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39056ac0): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39056ac0): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38c5e2a0 item 38 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39056ac0): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39056ac0): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39056ac0): _writeAt: size=3, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39056ac0): >_writeAt: n=3, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39056ac0): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.799257828 +0000 UTC m=+32.118274922 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39056ac0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39057000): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39057000): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39057000): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39057000): >_readAt: n=3, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39057000): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.799257828 +0000 UTC m=+32.118274922 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39057000): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38c5e5b0 item 38 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39057680): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39057680): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39057680): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39057680): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39057680): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.801127328 +0000 UTC m=+32.120144422 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39057680): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39057b80): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39057b80): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39057b80): _writeAt: size=3, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39057b80): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39057b80): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38c5eaf0 item 39 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39057b80): >_writeAt: n=3, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39057b80): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.801829392 +0000 UTC m=+32.120846507 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39057b80): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39098180): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39098180): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39098180): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39098180): >_readAt: n=5, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39098180): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.801829392 +0000 UTC m=+32.120846507 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39098180): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38c5ecb0 item 39 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39098800): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39098800): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39098800): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39098800): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39098800): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.803787409 +0000 UTC m=+32.122804503 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39098800): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39098d00): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39098d00): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38c5f260 item 40 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39098d00): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39098d00): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39098d00): _writeAt: size=3, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39098d00): >_writeAt: n=3, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39098d00): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.80466199 +0000 UTC m=+32.123679124 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39098d00): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39099240): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39099240): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39099240): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39099240): >_readAt: n=3, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39099240): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.80466199 +0000 UTC m=+32.123679124 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39099240): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38c5f490 item 40 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39099800): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39099800): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39099800): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39099800): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39099800): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39099800): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39099800): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.806610117 +0000 UTC m=+32.125627221 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39099800): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39099d00): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39099d00): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39099d00): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38c5f810 item 41 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39099d00): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39099d00): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.80730536 +0000 UTC m=+32.126322484 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39099d00): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390c02c0): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390c02c0): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390c02c0): _writeAt: size=3, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390c02c0): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390c02c0): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38c5f9d0 item 41 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390c02c0): >_writeAt: n=3, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390c02c0): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.808060044 +0000 UTC m=+32.127077138 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390c02c0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390c0800): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390c0800): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390c0800): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390c0800): >_readAt: n=5, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390c0800): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.808060044 +0000 UTC m=+32.127077138 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390c0800): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38c5fce0 item 41 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390c0e40): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390c0e40): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390c0e40): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390c0e40): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390c0e40): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390c0e40): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390c0e40): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.809936687 +0000 UTC m=+32.128953791 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390c0e40): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390c1340): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390c1340): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390c1340): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38d16690 item 42 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390c1340): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390c1340): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.810618814 +0000 UTC m=+32.129635918 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390c1340): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390c1880): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390c1880): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38d168c0 item 42 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390c1880): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390c1880): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390c1880): _writeAt: size=3, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390c1880): >_writeAt: n=3, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390c1880): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.811366565 +0000 UTC m=+32.130383659 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390c1880): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390c1e00): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390c1e00): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390c1e00): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390c1e00): >_readAt: n=3, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390c1e00): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.811366565 +0000 UTC m=+32.130383659 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390c1e00): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38d16af0 item 42 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390dc540): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390dc540): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390dc540): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390dc540): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390dc540): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390dc540): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390dc540): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.813215425 +0000 UTC m=+32.132232519 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390dc540): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390dca40): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390dca40): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390dca40): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38d17180 item 43 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390dca40): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390dca40): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.814013291 +0000 UTC m=+32.133030386 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390dca40): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390dcf80): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390dcf80): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390dcf80): _writeAt: size=3, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390dcf80): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390dcf80): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38d17420 item 43 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390dcf80): >_writeAt: n=3, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390dcf80): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.814804695 +0000 UTC m=+32.133821800 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390dcf80): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390dd4c0): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390dd4c0): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390dd4c0): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390dd4c0): >_readAt: n=5, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390dd4c0): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.814804695 +0000 UTC m=+32.133821800 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390dd4c0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38d17650 item 43 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390ddb00): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390ddb00): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390ddb00): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390ddb00): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390ddb00): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390ddb00): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390ddb00): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.816440453 +0000 UTC m=+32.135457547 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390ddb00): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3910c100): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3910c100): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3910c100): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38d17c00 item 44 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3910c100): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3910c100): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.817046477 +0000 UTC m=+32.136063571 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3910c100): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3910c640): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3910c640): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38650150 item 44 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3910c640): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3910c640): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3910c640): _writeAt: size=3, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3910c640): >_writeAt: n=3, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3910c640): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.817802614 +0000 UTC m=+32.136819718 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3910c640): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3910cbc0): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3910cbc0): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3910cbc0): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3910cbc0): >_readAt: n=3, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3910cbc0): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.817802614 +0000 UTC m=+32.136819718 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3910cbc0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38650700 item 44 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3910d200): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3910d200): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3910d200): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3910d200): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3910d200): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3910d200): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3910d200): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.819488928 +0000 UTC m=+32.138506022 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3910d200): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3910d700): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3910d700): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3910d700): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38650fc0 item 45 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3910d700): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3910d700): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.820172658 +0000 UTC m=+32.139189752 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3910d700): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3910de00): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3910de00): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3910de00): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3910de00): >_readAt: n=5, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3910de00): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.820172658 +0000 UTC m=+32.139189752 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3910de00): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde386516c0 item 45 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3912a540): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3912a540): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3912a540): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3912a540): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3912a540): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3912a540): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3912a540): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.822402617 +0000 UTC m=+32.141419742 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3912a540): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3912aa40): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3912aa40): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3912aa40): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38651d50 item 46 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3912aa40): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3912aa40): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.823144137 +0000 UTC m=+32.142161241 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3912aa40): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3912b140): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3912b140): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3912b140): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3912b140): >_readAt: n=5, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3912b140): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.823144137 +0000 UTC m=+32.142161241 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3912b140): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38e84230 item 46 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3912b780): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3912b780): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3912b780): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3912b780): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3912b780): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3912b780): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3912b780): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.825405264 +0000 UTC m=+32.144422389 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3912b780): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3912bc80): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3912bc80): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3912bc80): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38e848c0 item 47 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3912bc80): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3912bc80): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.826184547 +0000 UTC m=+32.145201641 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3912bc80): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39170480): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39170480): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39170480): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39170480): >_readAt: n=5, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39170480): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.826184547 +0000 UTC m=+32.145201641 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39170480): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38e84cb0 item 47 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 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/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39170ac0): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39170ac0): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39170ac0): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39170ac0): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39170ac0): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39170ac0): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39170ac0): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.828169012 +0000 UTC m=+32.147186106 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39170ac0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39170fc0): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39170fc0): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39170fc0): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38e851f0 item 48 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39170fc0): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39170fc0): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.828854135 +0000 UTC m=+32.147871249 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39170fc0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391716c0): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391716c0): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391716c0): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391716c0): >_readAt: n=5, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391716c0): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.828854135 +0000 UTC m=+32.147871249 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391716c0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38e85420 item 48 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39171d00): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39171d00): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39171d00): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39171d00): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39171d00): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.83089112 +0000 UTC m=+32.149908224 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39171d00): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3919e280): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3919e280): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3919e280): _writeAt: size=3, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3919e280): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3919e280): open at offset 5 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3919e280): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38e857a0 item 49 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3919e280): >_writeAt: n=3, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3919e280): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.831634955 +0000 UTC m=+32.150652078 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3919e280): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3919e7c0): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3919e7c0): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3919e7c0): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3919e7c0): >_readAt: n=8, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3919e7c0): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.831634955 +0000 UTC m=+32.150652078 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3919e7c0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38e85c70 item 49 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3919ee40): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3919ee40): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3919ee40): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3919ee40): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3919ee40): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.83366722 +0000 UTC m=+32.152684314 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3919ee40): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3919f340): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3919f340): open at offset 5 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3919f340): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38a76a80 item 50 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3919f340): _readAt: size=2, off=5 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3919f340): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3919f340): _writeAt: size=3, off=5 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3919f340): >_writeAt: n=3, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3919f340): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.834550538 +0000 UTC m=+32.153567682 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3919f340): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3919f8c0): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3919f8c0): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3919f8c0): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3919f8c0): >_readAt: n=3, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3919f8c0): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.834550538 +0000 UTC m=+32.153567682 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3919f8c0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38a76c40 item 50 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391de040): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391de040): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391de040): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391de040): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391de040): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.836602371 +0000 UTC m=+32.155619465 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391de040): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391de540): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391de540): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391de540): _writeAt: size=3, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391de540): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391de540): open at offset 5 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391de540): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38a77030 item 51 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391de540): >_writeAt: n=3, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391de540): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.83729085 +0000 UTC m=+32.156307944 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391de540): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391dea80): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391dea80): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391dea80): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391dea80): >_readAt: n=8, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391dea80): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.83729085 +0000 UTC m=+32.156307944 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391dea80): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38a77ab0 item 51 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391df100): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391df100): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391df100): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391df100): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391df100): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.839075489 +0000 UTC m=+32.158092603 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391df100): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391df600): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391df600): open at offset 5 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391df600): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3865e460 item 52 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391df600): _readAt: size=2, off=5 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391df600): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391df600): _writeAt: size=3, off=5 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391df600): >_writeAt: n=3, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391df600): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.839868797 +0000 UTC m=+32.158885901 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391df600): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391dfb80): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391dfb80): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391dfb80): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391dfb80): >_readAt: n=3, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391dfb80): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.839868797 +0000 UTC m=+32.158885901 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391dfb80): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3865e850 item 52 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391fa300): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391fa300): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391fa300): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391fa300): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391fa300): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.841670757 +0000 UTC m=+32.160687851 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391fa300): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391fa800): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391fa800): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391fa800): _writeAt: size=3, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391fa800): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391fa800): open at offset 5 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391fa800): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3865ee00 item 53 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391fa800): >_writeAt: n=3, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391fa800): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.842361081 +0000 UTC m=+32.161378175 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391fa800): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391fad40): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391fad40): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391fad40): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391fad40): >_readAt: n=8, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391fad40): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.842361081 +0000 UTC m=+32.161378175 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391fad40): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3865f0a0 item 53 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391fb3c0): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391fb3c0): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391fb3c0): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391fb3c0): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391fb3c0): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.844187418 +0000 UTC m=+32.163204583 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391fb3c0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391fb8c0): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391fb8c0): open at offset 5 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391fb8c0): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3865f730 item 54 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391fb8c0): _readAt: size=2, off=5 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391fb8c0): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391fb8c0): _writeAt: size=3, off=5 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391fb8c0): >_writeAt: n=3, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391fb8c0): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.844920332 +0000 UTC m=+32.163937426 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391fb8c0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38deed40): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38deed40): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38deed40): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38deed40): >_readAt: n=3, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38deed40): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.844920332 +0000 UTC m=+32.163937426 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38deed40): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3865f960 item 54 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38def400): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38def400): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38def400): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38def400): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38def400): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.847047918 +0000 UTC m=+32.166065023 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38def400): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38def980): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38def980): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38def980): _writeAt: size=3, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38def980): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38def980): open at offset 5 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38def980): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38cd7a40 item 55 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38def980): >_writeAt: n=3, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38def980): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.847777414 +0000 UTC m=+32.166794519 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38def980): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392aa040): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392aa040): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392aa040): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392aa040): >_readAt: n=8, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392aa040): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.847777414 +0000 UTC m=+32.166794519 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392aa040): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38cd7c00 item 55 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 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/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392aa6c0): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392aa6c0): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392aa6c0): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392aa6c0): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392aa6c0): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.849776889 +0000 UTC m=+32.168793993 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392aa6c0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392aabc0): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392aabc0): open at offset 5 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392aabc0): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde386f4690 item 56 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392aabc0): _readAt: size=2, off=5 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392aabc0): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392aabc0): _writeAt: size=3, off=5 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392aabc0): >_writeAt: n=3, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392aabc0): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.850554186 +0000 UTC m=+32.169571290 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392aabc0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392ab140): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392ab140): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392ab140): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392ab140): >_readAt: n=3, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392ab140): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.850554186 +0000 UTC m=+32.169571290 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392ab140): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde386f4d90 item 56 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392ab780): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392ab780): open at offset 0 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392ab780): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392ab780): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392ab780): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392ab780): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392ab780): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392ab780): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.852407183 +0000 UTC m=+32.171424287 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392ab780): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392abcc0): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392abcc0): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392abcc0): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde386f5570 item 57 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392abcc0): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392abcc0): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.853121272 +0000 UTC m=+32.172138376 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392abcc0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392c4300): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392c4300): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392c4300): _writeAt: size=3, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392c4300): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392c4300): open at offset 5 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392c4300): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde386f5730 item 57 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392c4300): >_writeAt: n=3, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392c4300): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.853774134 +0000 UTC m=+32.172791239 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392c4300): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392c4880): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392c4880): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392c4880): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392c4880): >_readAt: n=8, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392c4880): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.853774134 +0000 UTC m=+32.172791239 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392c4880): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde386f58f0 item 57 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392c4ec0): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392c4ec0): open at offset 0 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392c4ec0): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392c4ec0): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392c4ec0): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392c4ec0): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392c4ec0): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392c4ec0): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.855685402 +0000 UTC m=+32.174702506 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392c4ec0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392c5400): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392c5400): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392c5400): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3925c310 item 58 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392c5400): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392c5400): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.856390403 +0000 UTC m=+32.175407507 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392c5400): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392c5940): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392c5940): open at offset 5 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392c5940): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3925c4d0 item 58 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392c5940): _readAt: size=2, off=5 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392c5940): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392c5940): _writeAt: size=3, off=5 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392c5940): >_writeAt: n=3, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392c5940): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.857352859 +0000 UTC m=+32.176370034 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392c5940): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392e2000): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392e2000): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392e2000): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392e2000): >_readAt: n=3, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392e2000): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.857352859 +0000 UTC m=+32.176370034 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392e2000): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3925c690 item 58 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392e2640): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392e2640): open at offset 0 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392e2640): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392e2640): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392e2640): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392e2640): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392e2640): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392e2640): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.859660805 +0000 UTC m=+32.178677910 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392e2640): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392e2b80): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392e2b80): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392e2b80): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3925ca80 item 59 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392e2b80): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392e2b80): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.860452511 +0000 UTC m=+32.179469615 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392e2b80): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392e30c0): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392e30c0): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392e30c0): _writeAt: size=3, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392e30c0): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392e30c0): open at offset 5 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392e30c0): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3925cc40 item 59 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392e30c0): >_writeAt: n=3, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392e30c0): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.861329386 +0000 UTC m=+32.180346500 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392e30c0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392e3640): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392e3640): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392e3640): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392e3640): >_readAt: n=8, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392e3640): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.861329386 +0000 UTC m=+32.180346500 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392e3640): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3925cee0 item 59 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 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/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392e3c80): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392e3c80): open at offset 0 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392e3c80): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392e3c80): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392e3c80): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392e3c80): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392e3c80): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392e3c80): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.863516844 +0000 UTC m=+32.182533949 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde392e3c80): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3930a2c0): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3930a2c0): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3930a2c0): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3925d2d0 item 60 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3930a2c0): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3930a2c0): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.864289061 +0000 UTC m=+32.183306166 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3930a2c0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3930a800): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3930a800): open at offset 5 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3930a800): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3925d490 item 60 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3930a800): _readAt: size=2, off=5 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3930a800): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3930a800): _writeAt: size=3, off=5 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3930a800): >_writeAt: n=3, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3930a800): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.865264804 +0000 UTC m=+32.184281908 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3930a800): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3930adc0): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3930adc0): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3930adc0): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3930adc0): >_readAt: n=3, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3930adc0): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.865264804 +0000 UTC m=+32.184281908 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3930adc0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3925d650 item 60 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3930b400): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3930b400): open at offset 0 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3930b400): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3930b400): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3930b400): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3930b400): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3930b400): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3930b400): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.867634036 +0000 UTC m=+32.186651211 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3930b400): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3930b940): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3930b940): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3930b940): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3925d9d0 item 61 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3930b940): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3930b940): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.86841455 +0000 UTC m=+32.187431654 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3930b940): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39322140): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39322140): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39322140): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39322140): >_readAt: n=5, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39322140): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.86841455 +0000 UTC m=+32.187431654 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39322140): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3925db90 item 61 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 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/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39322780): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39322780): open at offset 0 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39322780): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39322780): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39322780): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39322780): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39322780): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39322780): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.871112131 +0000 UTC m=+32.190129305 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39322780): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39322cc0): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39322cc0): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39322cc0): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde394e20e0 item 62 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39322cc0): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39322cc0): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.871932901 +0000 UTC m=+32.190950005 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39322cc0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde393233c0): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde393233c0): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde393233c0): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde393233c0): >_readAt: n=5, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde393233c0): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.871932901 +0000 UTC m=+32.190950005 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde393233c0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde394e22a0 item 62 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 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/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39323a00): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39323a00): open at offset 0 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39323a00): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39323a00): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39323a00): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39323a00): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39323a00): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39323a00): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.874497571 +0000 UTC m=+32.193514676 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39323a00): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39342040): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39342040): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39342040): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde394e2620 item 63 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39342040): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39342040): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.875298895 +0000 UTC m=+32.194316069 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39342040): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39342740): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39342740): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39342740): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39342740): >_readAt: n=5, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39342740): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.875298895 +0000 UTC m=+32.194316069 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39342740): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde394e27e0 item 63 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 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/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39342d80): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39342d80): open at offset 0 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39342d80): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39342d80): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39342d80): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39342d80): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39342d80): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39342d80): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.877599507 +0000 UTC m=+32.196616612 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39342d80): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde393432c0): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde393432c0): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde393432c0): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde394e2d90 item 64 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde393432c0): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde393432c0): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.878160276 +0000 UTC m=+32.197177380 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde393432c0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde393439c0): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde393439c0): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde393439c0): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde393439c0): >_readAt: n=5, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde393439c0): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.878160276 +0000 UTC m=+32.197177380 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde393439c0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde394e2f50 item 64 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39360100): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39360100): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39360100): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39360100): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39360100): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.880494762 +0000 UTC m=+32.199511877 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39360100): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDWR 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39360580): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39360580): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39360580): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39360580): >_readAt: n=2, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39360580): _writeAt: size=3, off=2 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde394e32d0 item 65 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39360580): >_writeAt: n=3, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39360580): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.881369904 +0000 UTC m=+32.200387009 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39360580): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39360a80): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39360a80): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39360a80): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39360a80): >_readAt: n=5, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39360a80): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.881369904 +0000 UTC m=+32.200387009 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39360a80): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde394e3490 item 65 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde393610c0): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde393610c0): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde393610c0): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde393610c0): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde393610c0): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.883594462 +0000 UTC m=+32.202611567 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde393610c0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39361540): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39361540): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde394e3a40 item 66 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39361540): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39361540): >_readAt: n=0, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39361540): _writeAt: size=3, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39361540): >_writeAt: n=3, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39361540): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.884452273 +0000 UTC m=+32.203469376 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39361540): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39361a80): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39361a80): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39361a80): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39361a80): >_readAt: n=3, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39361a80): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.884452273 +0000 UTC m=+32.203469376 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39361a80): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde394e3c00 item 66 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3937e1c0): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3937e1c0): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3937e1c0): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3937e1c0): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3937e1c0): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.886389148 +0000 UTC m=+32.205406252 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3937e1c0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3937e640): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3937e640): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3937e640): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3937e640): >_readAt: n=2, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3937e640): _writeAt: size=3, off=2 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38e683f0 item 67 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3937e640): >_writeAt: n=3, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3937e640): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.887066536 +0000 UTC m=+32.206083701 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3937e640): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3937eb40): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3937eb40): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3937eb40): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3937eb40): >_readAt: n=5, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3937eb40): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.887066536 +0000 UTC m=+32.206083701 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3937eb40): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38e68690 item 67 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3897f540): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3897f540): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3897f540): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3897f540): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3897f540): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.889740114 +0000 UTC m=+32.208757208 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3897f540): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39116140): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39116140): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38e68af0 item 68 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39116140): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39116140): >_readAt: n=0, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39116140): _writeAt: size=3, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39116140): >_writeAt: n=3, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39116140): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.89110489 +0000 UTC m=+32.210121984 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39116140): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39116680): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39116680): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39116680): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39116680): >_readAt: n=3, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39116680): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.89110489 +0000 UTC m=+32.210121984 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39116680): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3865e2a0 item 68 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39117000): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39117000): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39117000): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39117000): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39117000): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.892774341 +0000 UTC m=+32.211791436 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39117000): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39117480): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39117480): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39117480): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39117480): >_readAt: n=2, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39117480): _writeAt: size=3, off=2 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3865e930 item 69 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39117480): >_writeAt: n=3, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39117480): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.893508277 +0000 UTC m=+32.212525371 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39117480): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39117980): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39117980): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39117980): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39117980): >_readAt: n=5, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39117980): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.893508277 +0000 UTC m=+32.212525371 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39117980): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3865ec40 item 69 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3937e100): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3937e100): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3937e100): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3937e100): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3937e100): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.895075846 +0000 UTC m=+32.214092940 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3937e100): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3937e600): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3937e600): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3865f180 item 70 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3937e600): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3937e600): >_readAt: n=0, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3937e600): _writeAt: size=3, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3937e600): >_writeAt: n=3, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3937e600): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.895764906 +0000 UTC m=+32.214782000 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3937e600): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3937eb80): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3937eb80): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3937eb80): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3937eb80): >_readAt: n=3, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3937eb80): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.895764906 +0000 UTC m=+32.214782000 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3937eb80): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3865f490 item 70 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3937f700): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3937f700): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3937f700): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3937f700): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3937f700): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.897704817 +0000 UTC m=+32.216721911 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3937f700): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3937fc00): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3937fc00): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3937fc00): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3937fc00): >_readAt: n=2, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3937fc00): _writeAt: size=3, off=2 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3865f960 item 71 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3937fc00): >_writeAt: n=3, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3937fc00): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.898340648 +0000 UTC m=+32.217357752 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3937fc00): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3897eb00): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3897eb00): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3897eb00): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3897eb00): >_readAt: n=5, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3897eb00): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.898340648 +0000 UTC m=+32.217357752 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3897eb00): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3865fc70 item 71 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e50140): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e50140): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e50140): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e50140): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e50140): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.899899581 +0000 UTC m=+32.218916675 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e50140): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e506c0): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e506c0): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38e68540 item 72 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e506c0): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e506c0): >_readAt: n=0, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e506c0): _writeAt: size=3, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e506c0): >_writeAt: n=3, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e506c0): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.90056107 +0000 UTC m=+32.219578164 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e506c0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e50c00): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e50c00): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e50c00): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e50c00): >_readAt: n=3, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e50c00): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.90056107 +0000 UTC m=+32.219578164 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e50c00): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38e68cb0 item 72 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e511c0): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e511c0): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e511c0): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e511c0): >_readAt: n=0, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e511c0): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e511c0): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e511c0): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.902129149 +0000 UTC m=+32.221146244 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e511c0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e516c0): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e516c0): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e516c0): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38e69110 item 73 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e516c0): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e516c0): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.902610929 +0000 UTC m=+32.221628023 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e516c0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e51b80): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e51b80): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e51b80): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e51b80): >_readAt: n=2, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e51b80): _writeAt: size=3, off=2 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38e692d0 item 73 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e51b80): >_writeAt: n=3, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e51b80): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.903414176 +0000 UTC m=+32.222431270 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e51b80): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389f8f40): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389f8f40): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389f8f40): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389f8f40): >_readAt: n=5, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389f8f40): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.903414176 +0000 UTC m=+32.222431270 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389f8f40): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38cfc230 item 73 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389f9a80): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389f9a80): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389f9a80): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389f9a80): >_readAt: n=0, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389f9a80): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389f9a80): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389f9a80): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.90527659 +0000 UTC m=+32.224293684 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389f9a80): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c0a300): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c0a300): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c0a300): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38cfc700 item 74 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c0a300): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c0a300): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.905940544 +0000 UTC m=+32.224957638 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c0a300): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c0a900): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c0a900): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38cfccb0 item 74 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c0a900): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c0a900): >_readAt: n=0, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c0a900): _writeAt: size=3, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c0a900): >_writeAt: n=3, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c0a900): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.906856853 +0000 UTC m=+32.225873947 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c0a900): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c0bc40): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c0bc40): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c0bc40): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c0bc40): >_readAt: n=3, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c0bc40): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.906856853 +0000 UTC m=+32.225873947 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c0bc40): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38cfce70 item 74 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde386de540): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde386de540): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde386de540): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde386de540): >_readAt: n=0, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde386de540): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde386de540): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde386de540): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.908689232 +0000 UTC m=+32.227706326 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde386de540): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde386df200): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde386df200): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde386df200): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38cfd650 item 75 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde386df200): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde386df200): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.909331675 +0000 UTC m=+32.228348778 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde386df200): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde386dfc00): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde386dfc00): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde386dfc00): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde386dfc00): >_readAt: n=2, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde386dfc00): _writeAt: size=3, off=2 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38cfdce0 item 75 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde386dfc00): >_writeAt: n=3, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde386dfc00): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.910002812 +0000 UTC m=+32.229019916 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde386dfc00): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b34380): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b34380): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b34380): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b34380): >_readAt: n=5, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b34380): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.910002812 +0000 UTC m=+32.229019916 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b34380): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38a341c0 item 75 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b349c0): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b349c0): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b349c0): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b349c0): >_readAt: n=0, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b349c0): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b349c0): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b349c0): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.911762023 +0000 UTC m=+32.230779117 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b349c0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b34ec0): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b34ec0): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b34ec0): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38a35180 item 76 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b34ec0): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b34ec0): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.912381632 +0000 UTC m=+32.231398736 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b34ec0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b35400): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b35400): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38a35420 item 76 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b35400): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b35400): >_readAt: n=0, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b35400): _writeAt: size=3, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b35400): >_writeAt: n=3, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b35400): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.913310876 +0000 UTC m=+32.232327970 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b35400): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b35980): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b35980): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b35980): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b35980): >_readAt: n=3, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b35980): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.913310876 +0000 UTC m=+32.232327970 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b35980): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38a356c0 item 76 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38dee200): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38dee200): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38dee200): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38dee200): >_readAt: n=0, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38dee200): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38dee200): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38dee200): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.915120763 +0000 UTC m=+32.234137967 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38dee200): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38deeb00): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38deeb00): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38deeb00): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3878cd90 item 77 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38deeb00): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38deeb00): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.915800316 +0000 UTC m=+32.234817410 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38deeb00): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38def200): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38def200): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38def200): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38def200): >_readAt: n=5, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38def200): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.915800316 +0000 UTC m=+32.234817410 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38def200): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3878d110 item 77 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38def8c0): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38def8c0): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38def8c0): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38def8c0): >_readAt: n=0, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38def8c0): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38def8c0): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38def8c0): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.917666678 +0000 UTC m=+32.236683782 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38def8c0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38defdc0): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38defdc0): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38defdc0): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3878d5e0 item 78 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38defdc0): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38defdc0): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.918334208 +0000 UTC m=+32.237351302 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38defdc0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389da5c0): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389da5c0): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389da5c0): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389da5c0): >_readAt: n=5, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389da5c0): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.918334208 +0000 UTC m=+32.237351302 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389da5c0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3878da40 item 78 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389dac00): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389dac00): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389dac00): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389dac00): >_readAt: n=0, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389dac00): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389dac00): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389dac00): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.920222061 +0000 UTC m=+32.239239215 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389dac00): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389db100): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389db100): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389db100): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38680460 item 79 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389db100): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389db100): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.920857641 +0000 UTC m=+32.239874735 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389db100): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389db800): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389db800): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389db800): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389db800): >_readAt: n=5, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389db800): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.920857641 +0000 UTC m=+32.239874735 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389db800): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38680a10 item 79 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 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/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389dbe40): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389dbe40): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389dbe40): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389dbe40): >_readAt: n=0, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389dbe40): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389dbe40): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389dbe40): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.922841506 +0000 UTC m=+32.241858600 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde389dbe40): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ad0440): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ad0440): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ad0440): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38681dc0 item 80 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ad0440): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ad0440): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.9235377 +0000 UTC m=+32.242554794 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ad0440): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ad0b40): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ad0b40): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ad0b40): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ad0b40): >_readAt: n=5, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ad0b40): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.9235377 +0000 UTC m=+32.242554794 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ad0b40): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38d9eb60 item 80 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ad1180): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ad1180): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ad1180): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ad1180): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ad1180): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.925151196 +0000 UTC m=+32.244168290 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ad1180): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ad1600): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ad1600): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ad1600): open at offset 5 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ad1600): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ad1600): >_readAt: n=2, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ad1600): _writeAt: size=3, off=7 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38d9f260 item 81 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ad1600): >_writeAt: n=3, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ad1600): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.92589535 +0000 UTC m=+32.244912455 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ad1600): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ad1b40): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ad1b40): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ad1b40): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ad1b40): >_readAt: n=8, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ad1b40): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.92589535 +0000 UTC m=+32.244912455 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ad1b40): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38d9f420 item 81 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b3a2c0): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b3a2c0): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b3a2c0): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b3a2c0): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b3a2c0): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.92762733 +0000 UTC m=+32.246644424 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b3a2c0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b3a7c0): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b3a7c0): open at offset 5 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b3a7c0): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38d9fb20 item 82 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b3a7c0): _readAt: size=2, off=5 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b3a7c0): >_readAt: n=0, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b3a7c0): _writeAt: size=3, off=5 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b3a7c0): >_writeAt: n=3, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b3a7c0): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.928404698 +0000 UTC m=+32.247421822 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b3a7c0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b3ad40): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b3ad40): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b3ad40): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b3ad40): >_readAt: n=3, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b3ad40): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.928404698 +0000 UTC m=+32.247421822 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b3ad40): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38a4e1c0 item 82 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b3b3c0): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b3b3c0): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b3b3c0): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b3b3c0): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b3b3c0): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.930257635 +0000 UTC m=+32.249274729 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b3b3c0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b3b8c0): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b3b8c0): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b3b8c0): open at offset 5 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b3b8c0): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b3b8c0): >_readAt: n=2, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b3b8c0): _writeAt: size=3, off=7 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38a4ef50 item 83 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b3b8c0): >_writeAt: n=3, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b3b8c0): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.931000627 +0000 UTC m=+32.250017751 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b3b8c0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b3be00): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b3be00): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b3be00): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b3be00): >_readAt: n=8, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b3be00): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.931000627 +0000 UTC m=+32.250017751 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b3be00): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38a4f340 item 83 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b72580): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b72580): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b72580): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b72580): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b72580): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.932889383 +0000 UTC m=+32.251906477 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b72580): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b72a80): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b72a80): open at offset 5 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b72a80): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38a4fab0 item 84 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b72a80): _readAt: size=2, off=5 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b72a80): >_readAt: n=0, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b72a80): _writeAt: size=3, off=5 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b72a80): >_writeAt: n=3, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b72a80): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.9337462 +0000 UTC m=+32.252763324 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b72a80): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b73000): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b73000): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b73000): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b73000): >_readAt: n=3, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b73000): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.9337462 +0000 UTC m=+32.252763324 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b73000): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38a4fe30 item 84 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b73680): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b73680): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b73680): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b73680): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b73680): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.935546328 +0000 UTC m=+32.254563452 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b73680): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b73b80): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b73b80): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b73b80): open at offset 5 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b73b80): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b73b80): >_readAt: n=2, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b73b80): _writeAt: size=3, off=7 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38abe310 item 85 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b73b80): >_writeAt: n=3, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b73b80): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.936314588 +0000 UTC m=+32.255331712 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38b73b80): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c481c0): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c481c0): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c481c0): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c481c0): >_readAt: n=8, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c481c0): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.936314588 +0000 UTC m=+32.255331712 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c481c0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38abebd0 item 85 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c48840): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c48840): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c48840): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c48840): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c48840): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.939190106 +0000 UTC m=+32.258207200 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c48840): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c48d40): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c48d40): open at offset 5 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c48d40): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38abf110 item 86 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c48d40): _readAt: size=2, off=5 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c48d40): >_readAt: n=0, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c48d40): _writeAt: size=3, off=5 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c48d40): >_writeAt: n=3, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c48d40): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.940197968 +0000 UTC m=+32.259215072 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c48d40): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c492c0): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c492c0): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c492c0): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c492c0): >_readAt: n=3, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c492c0): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.940197968 +0000 UTC m=+32.259215072 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c492c0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38abf6c0 item 86 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c49940): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c49940): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c49940): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c49940): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c49940): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.941999298 +0000 UTC m=+32.261016392 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c49940): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c49e40): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c49e40): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c49e40): open at offset 5 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c49e40): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c49e40): >_readAt: n=2, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c49e40): _writeAt: size=3, off=7 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38abfab0 item 87 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c49e40): >_writeAt: n=3, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c49e40): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.942786865 +0000 UTC m=+32.261803959 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c49e40): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c5c480): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c5c480): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c5c480): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c5c480): >_readAt: n=8, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c5c480): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.942786865 +0000 UTC m=+32.261803959 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c5c480): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38dc2070 item 87 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 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/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c5cb00): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c5cb00): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c5cb00): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c5cb00): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c5cb00): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.944651975 +0000 UTC m=+32.263669150 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c5cb00): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c5d000): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c5d000): open at offset 5 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c5d000): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38dc25b0 item 88 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c5d000): _readAt: size=2, off=5 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c5d000): >_readAt: n=0, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c5d000): _writeAt: size=3, off=5 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c5d000): >_writeAt: n=3, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c5d000): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.945507591 +0000 UTC m=+32.264524705 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c5d000): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c5d580): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c5d580): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c5d580): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c5d580): >_readAt: n=3, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c5d580): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.945507591 +0000 UTC m=+32.264524705 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c5d580): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38dc27e0 item 88 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c5dbc0): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c5dbc0): open at offset 0 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c5dbc0): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c5dbc0): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c5dbc0): >_readAt: n=0, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c5dbc0): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c5dbc0): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c5dbc0): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.947406716 +0000 UTC m=+32.266423840 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c5dbc0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c72200): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c72200): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c72200): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38dc3340 item 89 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c72200): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c72200): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.948160188 +0000 UTC m=+32.267177342 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c72200): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c72740): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c72740): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c72740): open at offset 5 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c72740): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c72740): >_readAt: n=2, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c72740): _writeAt: size=3, off=7 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38dc35e0 item 89 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c72740): >_writeAt: n=3, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c72740): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.948891369 +0000 UTC m=+32.267908463 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c72740): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c72cc0): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c72cc0): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c72cc0): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c72cc0): >_readAt: n=8, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c72cc0): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.948891369 +0000 UTC m=+32.267908463 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c72cc0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38dc3880 item 89 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c73300): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c73300): open at offset 0 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c73300): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c73300): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c73300): >_readAt: n=0, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c73300): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c73300): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c73300): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.950763822 +0000 UTC m=+32.269780966 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c73300): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c73840): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c73840): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c73840): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38ad6310 item 90 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c73840): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c73840): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.951410182 +0000 UTC m=+32.270427276 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c73840): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c73d80): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c73d80): open at offset 5 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c73d80): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38ad6770 item 90 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c73d80): _readAt: size=2, off=5 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c73d80): >_readAt: n=0, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c73d80): _writeAt: size=3, off=5 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c73d80): >_writeAt: n=3, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c73d80): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.95229337 +0000 UTC m=+32.271310474 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38c73d80): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38d94440): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38d94440): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38d94440): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38d94440): >_readAt: n=3, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38d94440): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.95229337 +0000 UTC m=+32.271310474 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38d94440): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38ad6930 item 90 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38d94a80): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38d94a80): open at offset 0 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38d94a80): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38d94a80): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38d94a80): >_readAt: n=0, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38d94a80): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38d94a80): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38d94a80): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.954210899 +0000 UTC m=+32.273227993 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38d94a80): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38d94fc0): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38d94fc0): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38d94fc0): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38ad6e70 item 91 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38d94fc0): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38d94fc0): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.955046827 +0000 UTC m=+32.274063981 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38d94fc0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38d95500): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38d95500): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38d95500): open at offset 5 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38d95500): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38d95500): >_readAt: n=2, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38d95500): _writeAt: size=3, off=7 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38ad72d0 item 91 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38d95500): >_writeAt: n=3, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38d95500): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.955860032 +0000 UTC m=+32.274877156 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38d95500): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38d95a80): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38d95a80): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38d95a80): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38d95a80): >_readAt: n=8, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38d95a80): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.955860032 +0000 UTC m=+32.274877156 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38d95a80): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38ad79d0 item 91 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 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/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e101c0): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e101c0): open at offset 0 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e101c0): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e101c0): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e101c0): >_readAt: n=0, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e101c0): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e101c0): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e101c0): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.957877611 +0000 UTC m=+32.276894705 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e101c0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e10700): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e10700): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e10700): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38ad7dc0 item 92 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e10700): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e10700): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.958485859 +0000 UTC m=+32.277502962 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e10700): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e10c40): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e10c40): open at offset 5 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e10c40): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde391380e0 item 92 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e10c40): _readAt: size=2, off=5 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e10c40): >_readAt: n=0, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e10c40): _writeAt: size=3, off=5 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e10c40): >_writeAt: n=3, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e10c40): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.959311688 +0000 UTC m=+32.278328812 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e10c40): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e11200): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e11200): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e11200): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e11200): >_readAt: n=3, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e11200): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.959311688 +0000 UTC m=+32.278328812 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e11200): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde39138620 item 92 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e11840): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e11840): open at offset 0 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e11840): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e11840): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e11840): >_readAt: n=0, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e11840): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e11840): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e11840): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.961152081 +0000 UTC m=+32.280169175 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e11840): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e11d80): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e11d80): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e11d80): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde39138a10 item 93 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e11d80): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e11d80): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.961816665 +0000 UTC m=+32.280833769 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38e11d80): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ec6580): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ec6580): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ec6580): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ec6580): >_readAt: n=5, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ec6580): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.961816665 +0000 UTC m=+32.280833769 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ec6580): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde39138cb0 item 93 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 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/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ec6bc0): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ec6bc0): open at offset 0 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ec6bc0): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ec6bc0): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ec6bc0): >_readAt: n=0, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ec6bc0): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ec6bc0): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ec6bc0): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.963878037 +0000 UTC m=+32.282895131 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ec6bc0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ec7100): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ec7100): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ec7100): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde39139030 item 94 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ec7100): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ec7100): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.964678949 +0000 UTC m=+32.283696043 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ec7100): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ec7800): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ec7800): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ec7800): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ec7800): >_readAt: n=5, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ec7800): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.964678949 +0000 UTC m=+32.283696043 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ec7800): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde39139340 item 94 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 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/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ec7e40): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ec7e40): open at offset 0 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ec7e40): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ec7e40): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ec7e40): >_readAt: n=0, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ec7e40): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ec7e40): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ec7e40): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.966733407 +0000 UTC m=+32.285750531 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38ec7e40): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2c480): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2c480): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2c480): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde391396c0 item 95 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2c480): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2c480): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.967376501 +0000 UTC m=+32.286393615 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2c480): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2cb80): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2cb80): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2cb80): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2cb80): >_readAt: n=5, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2cb80): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.967376501 +0000 UTC m=+32.286393615 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2cb80): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde39139880 item 95 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 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/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2d1c0): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2d1c0): open at offset 0 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2d1c0): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2d1c0): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2d1c0): >_readAt: n=0, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2d1c0): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2d1c0): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2d1c0): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.969714083 +0000 UTC m=+32.288731207 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2d1c0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2d700): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2d700): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2d700): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde39139dc0 item 96 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2d700): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2d700): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.970316179 +0000 UTC m=+32.289333273 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2d700): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2de00): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2de00): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2de00): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2de00): >_readAt: n=5, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2de00): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.970316179 +0000 UTC m=+32.289333273 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde38f2de00): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3865c380 item 96 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= 2026/07/24 01:49:46 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:46 DEBUG : Looking for writers 2026/07/24 01:49:46 DEBUG : >WaitForWriters: 2026/07/24 01:49:46 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: cleaner exiting === RUN TestRWFileHandleOpenTests/full run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:46 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:46 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/24 01:49:46 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:46 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:46 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:46 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/24 01:49:46 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:46 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:46 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/24 01:49:46 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY 2026/07/24 01:49:46 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3902e580): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3902e580): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3902e580): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3902e580): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3902e580): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.977788074 +0000 UTC m=+32.296805178 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3902e580): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3902ea80): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3902ea80): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3902ea80): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3902ea80): >_readAt: n=2, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3902ea80): _writeAt: size=3, off=2 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3902ea80): >_writeAt: n=0, err=Bad file descriptor 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3902ea80): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.977788074 +0000 UTC m=+32.296805178 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3902ea80): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3902ef40): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3902ef40): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3902ef40): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3902ef40): >_readAt: n=5, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3902ef40): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.977788074 +0000 UTC m=+32.296805178 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3902ef40): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde39528fc0 item 1 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3902f580): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3902f580): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3902f580): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3902f580): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3902f580): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.980419831 +0000 UTC m=+32.299436925 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3902f580): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3902fa80): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3902fa80): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3902fa80): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3902fa80): >_readAt: n=5, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3902fa80): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.980419831 +0000 UTC m=+32.299436925 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3902fa80): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde395296c0 item 2 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3906e1c0): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3906e1c0): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3906e1c0): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3906e1c0): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3906e1c0): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.982396683 +0000 UTC m=+32.301413788 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3906e1c0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3906e640): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3906e640): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3906e640): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3906e640): >_readAt: n=2, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3906e640): _writeAt: size=3, off=2 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3906e640): >_writeAt: n=0, err=Bad file descriptor 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3906e640): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.982396683 +0000 UTC m=+32.301413788 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3906e640): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3906eb00): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3906eb00): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3906eb00): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3906eb00): >_readAt: n=5, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3906eb00): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.982396683 +0000 UTC m=+32.301413788 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3906eb00): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde39529a40 item 3 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3906f180): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3906f180): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3906f180): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3906f180): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3906f180): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.984491507 +0000 UTC m=+32.303508601 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3906f180): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3906f6c0): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3906f6c0): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3906f6c0): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3906f6c0): >_readAt: n=5, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3906f6c0): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.984491507 +0000 UTC m=+32.303508601 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3906f6c0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3866a770 item 4 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3906fd00): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3906fd00): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3906fd00): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3906fd00): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3906fd00): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.985946824 +0000 UTC m=+32.304963918 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde3906fd00): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390a6280): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390a6280): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390a6280): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390a6280): >_readAt: n=2, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390a6280): _writeAt: size=3, off=2 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390a6280): >_writeAt: n=0, err=Bad file descriptor 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390a6280): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.985946824 +0000 UTC m=+32.304963918 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390a6280): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390a6740): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390a6740): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390a6740): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390a6740): >_readAt: n=5, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390a6740): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.985946824 +0000 UTC m=+32.304963918 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390a6740): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3866ad20 item 5 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390a6dc0): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390a6dc0): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390a6dc0): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390a6dc0): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390a6dc0): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.988608989 +0000 UTC m=+32.307626083 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390a6dc0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390a7300): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390a7300): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390a7300): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390a7300): >_readAt: n=5, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390a7300): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.988608989 +0000 UTC m=+32.307626083 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390a7300): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3866ba40 item 6 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390a7980): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390a7980): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390a7980): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390a7980): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390a7980): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.990232574 +0000 UTC m=+32.309249668 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390a7980): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390a7e80): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390a7e80): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390a7e80): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390a7e80): >_readAt: n=2, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390a7e80): _writeAt: size=3, off=2 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390a7e80): >_writeAt: n=0, err=Bad file descriptor 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390a7e80): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.990232574 +0000 UTC m=+32.309249668 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390a7e80): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390d0440): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390d0440): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390d0440): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390d0440): >_readAt: n=5, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390d0440): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.990232574 +0000 UTC m=+32.309249668 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390d0440): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38c5e5b0 item 7 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390d0ac0): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390d0ac0): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390d0ac0): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390d0ac0): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390d0ac0): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.992334862 +0000 UTC m=+32.311351956 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390d0ac0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390d1000): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390d1000): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390d1000): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390d1000): >_readAt: n=5, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390d1000): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.992334862 +0000 UTC m=+32.311351956 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390d1000): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38c5ec40 item 8 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390d15c0): _readAt: size=2, off=0 2026/07/24 01:49:46 ERROR : open-test-file(0x2fde390d15c0): Couldn't read size of file 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390d15c0): >_readAt: n=0, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390d15c0): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390d15c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390d15c0): close: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390d15c0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390d1980): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390d1980): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390d1980): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390d1980): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390d1980): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.994040171 +0000 UTC m=+32.313057265 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390d1980): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390d1e00): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390d1e00): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390d1e00): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390d1e00): >_readAt: n=2, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390d1e00): _writeAt: size=3, off=2 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390d1e00): >_writeAt: n=0, err=Bad file descriptor 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390d1e00): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.994040171 +0000 UTC m=+32.313057265 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390d1e00): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390fe400): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390fe400): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390fe400): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390fe400): >_readAt: n=5, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390fe400): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.994040171 +0000 UTC m=+32.313057265 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390fe400): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38c5f110 item 9 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390fea80): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390fea80): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390fea80): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390fea80): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390fea80): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.996011242 +0000 UTC m=+32.315028336 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390fea80): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390fefc0): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390fefc0): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390fefc0): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390fefc0): >_readAt: n=5, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390fefc0): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.996011242 +0000 UTC m=+32.315028336 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390fefc0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38c5f730 item 10 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390ff600): _readAt: size=2, off=0 2026/07/24 01:49:46 ERROR : open-test-file(0x2fde390ff600): Couldn't read size of file 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390ff600): >_readAt: n=0, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390ff600): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390ff600): >_writeAt: n=0, err=Bad file descriptor 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390ff600): close: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390ff600): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390ff9c0): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 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-kecurin5dijo/dir/file1: no such file or directory 2026/07/24 01:49:46 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-kecurin5dijo/dir/file1: no such file or directory 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390ff9c0): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390ff9c0): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390ff9c0): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390ff9c0): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.997612644 +0000 UTC m=+32.316629738 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390ff9c0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390ffec0): _readAt: size=2, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390ffec0): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390ffec0): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390ffec0): >_readAt: n=2, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390ffec0): _writeAt: size=3, off=2 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390ffec0): >_writeAt: n=0, err=Bad file descriptor 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390ffec0): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.997612644 +0000 UTC m=+32.316629738 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde390ffec0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391284c0): _readAt: size=512, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391284c0): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391284c0): >openPending: err= 2026/07/24 01:49:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391284c0): >_readAt: n=5, err=EOF 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391284c0): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.997612644 +0000 UTC m=+32.316629738 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde391284c0): >close: err= 2026/07/24 01:49:46 DEBUG : open-test-file: Remove: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38c5fb90 item 11 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/24 01:49:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39128b40): openPending: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39128b40): >openPending: err= 2026/07/24 01:49:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39128b40): _writeAt: size=5, off=0 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39128b40): >_writeAt: n=5, err= 2026/07/24 01:49:46 DEBUG : open-test-file(0x2fde39128b40): close: 2026/07/24 01:49:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.999710084 +0000 UTC m=+32.318727178 2026/07/24 01:49:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39128b40): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39129080): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39129080): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39129080): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39129080): >_readAt: n=5, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39129080): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:46.999710084 +0000 UTC m=+32.318727178 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39129080): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38d16700 item 12 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391296c0): _readAt: size=2, off=0 2026/07/24 01:49:47 ERROR : open-test-file(0x2fde391296c0): Couldn't read size of file 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391296c0): >_readAt: n=0, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391296c0): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391296c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391296c0): close: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391296c0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39129a80): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39129a80): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39129a80): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39129a80): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39129a80): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.001463544 +0000 UTC m=+32.320480638 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39129a80): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39154240): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39154240): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39154240): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39154240): >_readAt: n=5, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39154240): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.001463544 +0000 UTC m=+32.320480638 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39154240): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38d16b60 item 13 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391548c0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391548c0): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391548c0): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391548c0): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391548c0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.002934921 +0000 UTC m=+32.321952015 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391548c0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39154e00): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39154e00): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39154e00): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39154e00): >_readAt: n=5, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39154e00): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.002934921 +0000 UTC m=+32.321952015 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39154e00): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38d17260 item 14 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39155440): _readAt: size=2, off=0 2026/07/24 01:49:47 ERROR : open-test-file(0x2fde39155440): Couldn't read size of file 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39155440): >_readAt: n=0, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39155440): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39155440): >_writeAt: n=0, err=Bad file descriptor 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39155440): close: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39155440): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39155800): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39155800): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39155800): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39155800): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39155800): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.004554498 +0000 UTC m=+32.323571592 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39155800): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39155ec0): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39155ec0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39155ec0): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39155ec0): >_readAt: n=5, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39155ec0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.004554498 +0000 UTC m=+32.323571592 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39155ec0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38d17730 item 15 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 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/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39176640): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39176640): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39176640): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39176640): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39176640): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.006216885 +0000 UTC m=+32.325233979 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39176640): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39176b80): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39176b80): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39176b80): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39176b80): >_readAt: n=5, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39176b80): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.006216885 +0000 UTC m=+32.325233979 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39176b80): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38d17c00 item 16 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391771c0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391771c0): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391771c0): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391771c0): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391771c0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.007766962 +0000 UTC m=+32.326784056 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391771c0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39177640): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39177640): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39177640): open at offset 5 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39177640): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39177640): >_readAt: n=2, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39177640): _writeAt: size=3, off=7 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39177640): >_writeAt: n=0, err=Bad file descriptor 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39177640): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.007766962 +0000 UTC m=+32.326784056 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39177640): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39177b40): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39177b40): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39177b40): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39177b40): >_readAt: n=5, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39177b40): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.007766962 +0000 UTC m=+32.326784056 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39177b40): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38650690 item 17 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391a02c0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391a02c0): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391a02c0): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391a02c0): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391a02c0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.009820558 +0000 UTC m=+32.328837652 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391a02c0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391a0800): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391a0800): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391a0800): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391a0800): >_readAt: n=5, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391a0800): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.009820558 +0000 UTC m=+32.328837652 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391a0800): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38650fc0 item 18 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391a0e80): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391a0e80): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391a0e80): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391a0e80): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391a0e80): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.011362018 +0000 UTC m=+32.330379112 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391a0e80): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391a1380): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391a1380): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391a1380): open at offset 5 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391a1380): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391a1380): >_readAt: n=2, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391a1380): _writeAt: size=3, off=7 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391a1380): >_writeAt: n=0, err=Bad file descriptor 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391a1380): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.011362018 +0000 UTC m=+32.330379112 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391a1380): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391a1880): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391a1880): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391a1880): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391a1880): >_readAt: n=5, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391a1880): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.011362018 +0000 UTC m=+32.330379112 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391a1880): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38651b20 item 19 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391cc000): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391cc000): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391cc000): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391cc000): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391cc000): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.013722613 +0000 UTC m=+32.332739707 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391cc000): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391cc540): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391cc540): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391cc540): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391cc540): >_readAt: n=5, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391cc540): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.013722613 +0000 UTC m=+32.332739707 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391cc540): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38e84540 item 20 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391ccbc0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391ccbc0): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391ccbc0): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391ccbc0): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391ccbc0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.015375674 +0000 UTC m=+32.334392768 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391ccbc0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391cd0c0): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391cd0c0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391cd0c0): open at offset 5 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391cd0c0): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391cd0c0): >_readAt: n=2, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391cd0c0): _writeAt: size=3, off=7 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391cd0c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391cd0c0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.015375674 +0000 UTC m=+32.334392768 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391cd0c0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391cd5c0): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391cd5c0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391cd5c0): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391cd5c0): >_readAt: n=5, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391cd5c0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.015375674 +0000 UTC m=+32.334392768 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391cd5c0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38e84bd0 item 21 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391cdc40): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391cdc40): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391cdc40): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391cdc40): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391cdc40): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.017665376 +0000 UTC m=+32.336682470 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391cdc40): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391f0280): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391f0280): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391f0280): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391f0280): >_readAt: n=5, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391f0280): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.017665376 +0000 UTC m=+32.336682470 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391f0280): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38e852d0 item 22 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391f0900): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391f0900): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391f0900): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391f0900): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391f0900): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.019475002 +0000 UTC m=+32.338492106 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391f0900): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391f0e00): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391f0e00): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391f0e00): open at offset 5 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391f0e00): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391f0e00): >_readAt: n=2, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391f0e00): _writeAt: size=3, off=7 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391f0e00): >_writeAt: n=0, err=Bad file descriptor 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391f0e00): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.019475002 +0000 UTC m=+32.338492106 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391f0e00): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391f1300): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391f1300): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391f1300): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391f1300): >_readAt: n=5, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391f1300): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.019475002 +0000 UTC m=+32.338492106 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391f1300): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38e856c0 item 23 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 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/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391f1980): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391f1980): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391f1980): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391f1980): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391f1980): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.021937771 +0000 UTC m=+32.340954875 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391f1980): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391f1ec0): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391f1ec0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391f1ec0): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391f1ec0): >_readAt: n=5, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391f1ec0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.021937771 +0000 UTC m=+32.340954875 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391f1ec0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38e85dc0 item 24 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39214600): _readAt: size=2, off=0 2026/07/24 01:49:47 ERROR : open-test-file(0x2fde39214600): Couldn't read size of file 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39214600): >_readAt: n=0, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39214600): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39214600): >_writeAt: n=0, err=Bad file descriptor 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39214600): close: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39214600): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392149c0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392149c0): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392149c0): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392149c0): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392149c0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.023681903 +0000 UTC m=+32.342698997 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392149c0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39214ec0): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39214ec0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39214ec0): open at offset 5 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39214ec0): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39214ec0): >_readAt: n=2, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39214ec0): _writeAt: size=3, off=7 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39214ec0): >_writeAt: n=0, err=Bad file descriptor 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39214ec0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.023681903 +0000 UTC m=+32.342698997 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39214ec0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39215400): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39215400): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39215400): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39215400): >_readAt: n=5, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39215400): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.023681903 +0000 UTC m=+32.342698997 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39215400): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38a76bd0 item 25 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39215a80): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39215a80): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39215a80): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39215a80): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39215a80): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.026030206 +0000 UTC m=+32.345047311 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39215a80): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392360c0): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392360c0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392360c0): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392360c0): >_readAt: n=5, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392360c0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.026030206 +0000 UTC m=+32.345047311 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392360c0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38a771f0 item 26 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39236700): _readAt: size=2, off=0 2026/07/24 01:49:47 ERROR : open-test-file(0x2fde39236700): Couldn't read size of file 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39236700): >_readAt: n=0, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39236700): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39236700): >_writeAt: n=0, err=Bad file descriptor 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39236700): close: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39236700): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39236ac0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39236ac0): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39236ac0): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39236ac0): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39236ac0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.027811268 +0000 UTC m=+32.346828362 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39236ac0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39236fc0): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39236fc0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39236fc0): open at offset 5 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39236fc0): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39236fc0): >_readAt: n=2, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39236fc0): _writeAt: size=3, off=7 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39236fc0): >_writeAt: n=0, err=Bad file descriptor 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39236fc0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.027811268 +0000 UTC m=+32.346828362 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39236fc0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39237500): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39237500): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39237500): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39237500): >_readAt: n=5, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39237500): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.027811268 +0000 UTC m=+32.346828362 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39237500): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38cd6380 item 27 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 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/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39237b80): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39237b80): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39237b80): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39237b80): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39237b80): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.0298951 +0000 UTC m=+32.348912195 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39237b80): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3925e1c0): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3925e1c0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3925e1c0): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3925e1c0): >_readAt: n=5, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3925e1c0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.0298951 +0000 UTC m=+32.348912195 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3925e1c0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38cd69a0 item 28 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3925e800): _readAt: size=2, off=0 2026/07/24 01:49:47 ERROR : open-test-file(0x2fde3925e800): Couldn't read size of file 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3925e800): >_readAt: n=0, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3925e800): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3925e800): >_writeAt: n=0, err=Bad file descriptor 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3925e800): close: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3925e800): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3925ebc0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3925ebc0): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3925ebc0): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3925ebc0): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3925ebc0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.031984776 +0000 UTC m=+32.351001890 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3925ebc0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3925f280): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3925f280): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3925f280): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3925f280): >_readAt: n=5, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3925f280): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.031984776 +0000 UTC m=+32.351001890 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3925f280): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38cd6f50 item 29 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 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/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3925f900): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3925f900): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3925f900): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3925f900): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3925f900): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.034036559 +0000 UTC m=+32.353053673 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3925f900): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3925fe40): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3925fe40): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3925fe40): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3925fe40): >_readAt: n=5, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3925fe40): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.034036559 +0000 UTC m=+32.353053673 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3925fe40): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38cd75e0 item 30 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 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/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3928c580): _readAt: size=2, off=0 2026/07/24 01:49:47 ERROR : open-test-file(0x2fde3928c580): Couldn't read size of file 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3928c580): >_readAt: n=0, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3928c580): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3928c580): >_writeAt: n=0, err=Bad file descriptor 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3928c580): close: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3928c580): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3928c940): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3928c940): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3928c940): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3928c940): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3928c940): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.035963767 +0000 UTC m=+32.354980871 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3928c940): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3928d000): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3928d000): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3928d000): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3928d000): >_readAt: n=5, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3928d000): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.035963767 +0000 UTC m=+32.354980871 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3928d000): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38cd7b20 item 31 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 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/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3928d680): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3928d680): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3928d680): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3928d680): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3928d680): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.038008948 +0000 UTC m=+32.357026051 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3928d680): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3928dbc0): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3928dbc0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3928dbc0): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3928dbc0): >_readAt: n=5, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3928dbc0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.038008948 +0000 UTC m=+32.357026051 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3928dbc0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde386f4150 item 32 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392b4300): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392b4300): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392b4300): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392b4300): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392b4300): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.039518406 +0000 UTC m=+32.358535500 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392b4300): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392b4780): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392b4780): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392b4780): _writeAt: size=3, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392b4780): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392b4780): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde386f4f50 item 33 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392b4780): >_writeAt: n=3, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392b4780): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.040105915 +0000 UTC m=+32.359123009 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392b4780): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392b4c80): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392b4c80): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392b4c80): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392b4c80): >_readAt: n=5, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392b4c80): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.040105915 +0000 UTC m=+32.359123009 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392b4c80): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde386f52d0 item 33 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392b52c0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392b52c0): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392b52c0): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392b52c0): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392b52c0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.041619102 +0000 UTC m=+32.360636196 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392b52c0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392b5740): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392b5740): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde386f5730 item 34 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392b5740): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392b5740): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392b5740): _writeAt: size=3, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392b5740): >_writeAt: n=3, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392b5740): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.042255663 +0000 UTC m=+32.361272757 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392b5740): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392b5c80): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392b5c80): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392b5c80): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392b5c80): >_readAt: n=3, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392b5c80): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.042255663 +0000 UTC m=+32.361272757 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392b5c80): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde386f58f0 item 34 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392d43c0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392d43c0): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392d43c0): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392d43c0): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392d43c0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.043588098 +0000 UTC m=+32.362605192 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392d43c0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392d4840): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392d4840): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392d4840): _writeAt: size=3, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392d4840): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392d4840): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3925c310 item 35 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392d4840): >_writeAt: n=3, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392d4840): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.044162752 +0000 UTC m=+32.363179846 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392d4840): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392d4d40): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392d4d40): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392d4d40): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392d4d40): >_readAt: n=5, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392d4d40): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.044162752 +0000 UTC m=+32.363179846 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392d4d40): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3925c4d0 item 35 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392d53c0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392d53c0): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392d53c0): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392d53c0): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392d53c0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.045728528 +0000 UTC m=+32.364745622 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392d53c0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392d58c0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392d58c0): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3925c8c0 item 36 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392d58c0): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392d58c0): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392d58c0): _writeAt: size=3, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392d58c0): >_writeAt: n=3, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392d58c0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.046350814 +0000 UTC m=+32.365367908 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392d58c0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392d5e00): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392d5e00): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392d5e00): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392d5e00): >_readAt: n=3, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392d5e00): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.046350814 +0000 UTC m=+32.365367908 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392d5e00): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3925ca80 item 36 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392fe540): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392fe540): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392fe540): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392fe540): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392fe540): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.048172342 +0000 UTC m=+32.367189446 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392fe540): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39410080): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39410080): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39410080): _writeAt: size=3, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39410080): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39410080): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38e69500 item 37 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39410080): >_writeAt: n=3, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39410080): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.049367948 +0000 UTC m=+32.368385052 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39410080): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39410580): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39410580): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39410580): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39410580): >_readAt: n=5, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39410580): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.049367948 +0000 UTC m=+32.368385052 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39410580): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38e69730 item 37 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39410bc0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39410bc0): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39410bc0): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39410bc0): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39410bc0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.051506925 +0000 UTC m=+32.370524019 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39410bc0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde394110c0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde394110c0): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38e68540 item 38 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde394110c0): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde394110c0): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde394110c0): _writeAt: size=3, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde394110c0): >_writeAt: n=3, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde394110c0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.052188042 +0000 UTC m=+32.371205146 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde394110c0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39411600): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39411600): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39411600): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39411600): >_readAt: n=3, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39411600): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.052188042 +0000 UTC m=+32.371205146 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39411600): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38e68770 item 38 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39411c80): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39411c80): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39411c80): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39411c80): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39411c80): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.053725634 +0000 UTC m=+32.372742728 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39411c80): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f66280): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f66280): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f66280): _writeAt: size=3, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f66280): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f66280): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38e68d20 item 39 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f66280): >_writeAt: n=3, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f66280): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.054355132 +0000 UTC m=+32.373372226 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f66280): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f667c0): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f667c0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f667c0): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f667c0): >_readAt: n=5, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f667c0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.054355132 +0000 UTC m=+32.373372226 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f667c0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38e68f50 item 39 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f66e40): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f66e40): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f66e40): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f66e40): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f66e40): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.055968337 +0000 UTC m=+32.374985431 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f66e40): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f67340): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f67340): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38e692d0 item 40 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f67340): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f67340): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f67340): _writeAt: size=3, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f67340): >_writeAt: n=3, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f67340): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.056709706 +0000 UTC m=+32.375726800 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f67340): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f67880): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f67880): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f67880): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f67880): >_readAt: n=3, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f67880): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.056709706 +0000 UTC m=+32.375726800 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f67880): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38e69880 item 40 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f67e40): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f67e40): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f67e40): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f67e40): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f67e40): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f67e40): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f67e40): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.058189921 +0000 UTC m=+32.377207015 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f67e40): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392fe440): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392fe440): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392fe440): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38a3a070 item 41 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392fe440): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392fe440): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.058816203 +0000 UTC m=+32.377833297 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392fe440): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392feb80): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392feb80): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392feb80): _writeAt: size=3, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392feb80): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392feb80): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38a3a3f0 item 41 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392feb80): >_writeAt: n=3, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392feb80): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.059405986 +0000 UTC m=+32.378423080 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392feb80): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392ff0c0): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392ff0c0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392ff0c0): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392ff0c0): >_readAt: n=5, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392ff0c0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.059405986 +0000 UTC m=+32.378423080 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392ff0c0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38a3a7e0 item 41 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392ff700): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392ff700): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392ff700): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392ff700): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392ff700): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392ff700): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392ff700): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.060951043 +0000 UTC m=+32.379968137 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392ff700): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392ffc00): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392ffc00): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392ffc00): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38a3b500 item 42 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392ffc00): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392ffc00): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.061524977 +0000 UTC m=+32.380542071 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde392ffc00): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39116240): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39116240): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38a3b6c0 item 42 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39116240): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39116240): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39116240): _writeAt: size=3, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39116240): >_writeAt: n=3, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39116240): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.06227951 +0000 UTC m=+32.381296604 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39116240): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391167c0): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391167c0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391167c0): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391167c0): >_readAt: n=3, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391167c0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.06227951 +0000 UTC m=+32.381296604 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391167c0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38a3bb90 item 42 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39116e80): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39116e80): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39116e80): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39116e80): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39116e80): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39116e80): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39116e80): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.064104806 +0000 UTC m=+32.383121900 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39116e80): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39117380): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39117380): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39117380): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38e768c0 item 43 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39117380): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39117380): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.064676635 +0000 UTC m=+32.383693729 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39117380): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391178c0): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391178c0): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391178c0): _writeAt: size=3, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391178c0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391178c0): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38e76af0 item 43 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391178c0): >_writeAt: n=3, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391178c0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.065339817 +0000 UTC m=+32.384356921 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391178c0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39117e00): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39117e00): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39117e00): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39117e00): >_readAt: n=5, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39117e00): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.065339817 +0000 UTC m=+32.384356921 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39117e00): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38e76cb0 item 43 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3897f440): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3897f440): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3897f440): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3897f440): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3897f440): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3897f440): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3897f440): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.066814451 +0000 UTC m=+32.385831545 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3897f440): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde389f84c0): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde389f84c0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde389f84c0): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38e77500 item 44 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde389f84c0): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde389f84c0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.067393864 +0000 UTC m=+32.386410958 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde389f84c0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde389f9600): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde389f9600): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38e77810 item 44 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde389f9600): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde389f9600): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde389f9600): _writeAt: size=3, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde389f9600): >_writeAt: n=3, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde389f9600): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.068251393 +0000 UTC m=+32.387268497 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde389f9600): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde389f9e40): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde389f9e40): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde389f9e40): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde389f9e40): >_readAt: n=3, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde389f9e40): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.068251393 +0000 UTC m=+32.387268497 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde389f9e40): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38e77d50 item 44 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38c0a6c0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38c0a6c0): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38c0a6c0): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38c0a6c0): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38c0a6c0): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38c0a6c0): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38c0a6c0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.070139246 +0000 UTC m=+32.389156350 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38c0a6c0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38c0b640): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38c0b640): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38c0b640): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3925c230 item 45 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38c0b640): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38c0b640): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.070901475 +0000 UTC m=+32.389918579 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38c0b640): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde386de340): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde386de340): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde386de340): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde386de340): >_readAt: n=5, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde386de340): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.070901475 +0000 UTC m=+32.389918579 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde386de340): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3925c3f0 item 45 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde386df100): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde386df100): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde386df100): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde386df100): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde386df100): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde386df100): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde386df100): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.072729777 +0000 UTC m=+32.391746871 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde386df100): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde386dfa40): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde386dfa40): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde386dfa40): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3925c7e0 item 46 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde386dfa40): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde386dfa40): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.073533804 +0000 UTC m=+32.392550908 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde386dfa40): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38b34480): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38b34480): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38b34480): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38b34480): >_readAt: n=5, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38b34480): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.073533804 +0000 UTC m=+32.392550908 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38b34480): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3925c9a0 item 46 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38b34ac0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38b34ac0): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38b34ac0): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38b34ac0): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38b34ac0): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38b34ac0): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38b34ac0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.07565593 +0000 UTC m=+32.394673034 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38b34ac0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38b34fc0): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38b34fc0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38b34fc0): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3925cf50 item 47 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38b34fc0): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38b34fc0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.076444208 +0000 UTC m=+32.395461312 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38b34fc0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38b356c0): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38b356c0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38b356c0): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38b356c0): >_readAt: n=5, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38b356c0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.076444208 +0000 UTC m=+32.395461312 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38b356c0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3925d180 item 47 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 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/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38b35d00): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38b35d00): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38b35d00): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38b35d00): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38b35d00): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38b35d00): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38b35d00): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.07881892 +0000 UTC m=+32.397836034 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38b35d00): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38dee6c0): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38dee6c0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38dee6c0): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3925d500 item 48 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38dee6c0): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38dee6c0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.07955568 +0000 UTC m=+32.398572785 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38dee6c0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38deef00): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38deef00): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38deef00): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38deef00): >_readAt: n=5, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38deef00): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.07955568 +0000 UTC m=+32.398572785 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38deef00): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3925d6c0 item 48 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38def540): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38def540): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38def540): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38def540): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38def540): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.081698435 +0000 UTC m=+32.400715539 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38def540): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38defa40): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38defa40): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38defa40): _writeAt: size=3, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38defa40): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38defa40): open at offset 5 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38defa40): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3925da40 item 49 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38defa40): >_writeAt: n=3, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38defa40): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.082337692 +0000 UTC m=+32.401354806 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38defa40): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3902e080): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3902e080): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3902e080): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3902e080): >_readAt: n=8, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3902e080): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.082337692 +0000 UTC m=+32.401354806 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3902e080): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3925dc00 item 49 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3902e7c0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3902e7c0): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3902e7c0): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3902e7c0): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3902e7c0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.084068249 +0000 UTC m=+32.403085363 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3902e7c0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3902ecc0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3902ecc0): open at offset 5 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3902ecc0): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3865e3f0 item 50 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3902ecc0): _readAt: size=2, off=5 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3902ecc0): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3902ecc0): _writeAt: size=3, off=5 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3902ecc0): >_writeAt: n=3, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3902ecc0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.084806663 +0000 UTC m=+32.403823767 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3902ecc0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3902f240): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3902f240): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3902f240): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3902f240): >_readAt: n=3, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3902f240): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.084806663 +0000 UTC m=+32.403823767 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3902f240): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3865e770 item 50 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3902f8c0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3902f8c0): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3902f8c0): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3902f8c0): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3902f8c0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.086450726 +0000 UTC m=+32.405467830 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3902f8c0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3902fdc0): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3902fdc0): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3902fdc0): _writeAt: size=3, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3902fdc0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3902fdc0): open at offset 5 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3902fdc0): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3865ecb0 item 51 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3902fdc0): >_writeAt: n=3, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3902fdc0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.087121993 +0000 UTC m=+32.406139097 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3902fdc0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38e50480): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38e50480): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38e50480): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38e50480): >_readAt: n=8, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38e50480): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.087121993 +0000 UTC m=+32.406139097 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38e50480): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3865f030 item 51 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38e50b00): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38e50b00): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38e50b00): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38e50b00): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38e50b00): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.089070111 +0000 UTC m=+32.408087215 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38e50b00): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38e51000): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38e51000): open at offset 5 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38e51000): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3865f570 item 52 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38e51000): _readAt: size=2, off=5 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38e51000): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38e51000): _writeAt: size=3, off=5 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38e51000): >_writeAt: n=3, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38e51000): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.089784689 +0000 UTC m=+32.408801793 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38e51000): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38e51580): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38e51580): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38e51580): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38e51580): >_readAt: n=3, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38e51580): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.089784689 +0000 UTC m=+32.408801793 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38e51580): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3865f7a0 item 52 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38e51c00): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38e51c00): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38e51c00): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38e51c00): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38e51c00): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.091549611 +0000 UTC m=+32.410566715 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38e51c00): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38c1a3c0): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38c1a3c0): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38c1a3c0): _writeAt: size=3, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38c1a3c0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38c1a3c0): open at offset 5 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38c1a3c0): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3865fc70 item 53 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38c1a3c0): >_writeAt: n=3, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38c1a3c0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.092266994 +0000 UTC m=+32.411284109 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38c1a3c0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38c1a900): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38c1a900): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38c1a900): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38c1a900): >_readAt: n=8, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38c1a900): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.092266994 +0000 UTC m=+32.411284109 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38c1a900): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38cfc1c0 item 53 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39418500): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39418500): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39418500): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39418500): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39418500): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.094289433 +0000 UTC m=+32.413306537 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39418500): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39418a00): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39418a00): open at offset 5 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39418a00): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38a34850 item 54 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39418a00): _readAt: size=2, off=5 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39418a00): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39418a00): _writeAt: size=3, off=5 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39418a00): >_writeAt: n=3, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39418a00): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.095248181 +0000 UTC m=+32.414265286 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39418a00): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39418f80): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39418f80): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39418f80): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39418f80): >_readAt: n=3, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39418f80): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.095248181 +0000 UTC m=+32.414265286 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39418f80): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38a35180 item 54 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39419600): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39419600): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39419600): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39419600): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39419600): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.097220985 +0000 UTC m=+32.416238090 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39419600): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39419b00): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39419b00): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39419b00): _writeAt: size=3, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39419b00): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39419b00): open at offset 5 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39419b00): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38a356c0 item 55 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39419b00): >_writeAt: n=3, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39419b00): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.097899518 +0000 UTC m=+32.416916621 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39419b00): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39428140): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39428140): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39428140): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39428140): >_readAt: n=8, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39428140): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.097899518 +0000 UTC m=+32.416916621 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39428140): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3878c2a0 item 55 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 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/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde394287c0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde394287c0): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde394287c0): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde394287c0): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde394287c0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.09988731 +0000 UTC m=+32.418904414 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde394287c0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39428cc0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39428cc0): open at offset 5 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39428cc0): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3878d030 item 56 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39428cc0): _readAt: size=2, off=5 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39428cc0): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39428cc0): _writeAt: size=3, off=5 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39428cc0): >_writeAt: n=3, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39428cc0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.100651862 +0000 UTC m=+32.419668967 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39428cc0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39429240): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39429240): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39429240): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39429240): >_readAt: n=3, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39429240): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.100651862 +0000 UTC m=+32.419668967 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39429240): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3878d3b0 item 56 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39429880): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39429880): open at offset 0 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39429880): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39429880): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39429880): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39429880): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39429880): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39429880): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.102355709 +0000 UTC m=+32.421372823 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39429880): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39429dc0): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39429dc0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39429dc0): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3878d810 item 57 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39429dc0): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39429dc0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.102985827 +0000 UTC m=+32.422002932 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39429dc0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39434400): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39434400): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39434400): _writeAt: size=3, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39434400): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39434400): open at offset 5 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39434400): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3878dce0 item 57 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39434400): >_writeAt: n=3, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39434400): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.103575901 +0000 UTC m=+32.422592995 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39434400): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39434980): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39434980): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39434980): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39434980): >_readAt: n=8, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39434980): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.103575901 +0000 UTC m=+32.422592995 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39434980): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38680230 item 57 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39434fc0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39434fc0): open at offset 0 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39434fc0): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39434fc0): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39434fc0): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39434fc0): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39434fc0): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39434fc0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.105067947 +0000 UTC m=+32.424085042 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39434fc0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39435500): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39435500): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39435500): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38680cb0 item 58 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39435500): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39435500): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.10566216 +0000 UTC m=+32.424679254 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39435500): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39435a40): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39435a40): open at offset 5 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39435a40): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38681ab0 item 58 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39435a40): _readAt: size=2, off=5 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39435a40): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39435a40): _writeAt: size=3, off=5 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39435a40): >_writeAt: n=3, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39435a40): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.106431011 +0000 UTC m=+32.425448105 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39435a40): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39440100): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39440100): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39440100): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39440100): >_readAt: n=3, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39440100): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.106431011 +0000 UTC m=+32.425448105 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39440100): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38d9e2a0 item 58 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39440740): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39440740): open at offset 0 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39440740): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39440740): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39440740): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39440740): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39440740): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39440740): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.107849499 +0000 UTC m=+32.426866593 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39440740): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39440c80): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39440c80): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39440c80): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38d9ecb0 item 59 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39440c80): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39440c80): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.108625794 +0000 UTC m=+32.427642899 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39440c80): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde394411c0): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde394411c0): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde394411c0): _writeAt: size=3, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde394411c0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde394411c0): open at offset 5 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde394411c0): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38d9f030 item 59 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde394411c0): >_writeAt: n=3, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde394411c0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.109883608 +0000 UTC m=+32.428900713 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde394411c0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39441740): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39441740): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39441740): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39441740): >_readAt: n=8, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39441740): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.109883608 +0000 UTC m=+32.428900713 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39441740): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38d9f2d0 item 59 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 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/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39441d80): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39441d80): open at offset 0 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39441d80): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39441d80): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39441d80): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39441d80): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39441d80): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39441d80): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.111718101 +0000 UTC m=+32.430735205 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39441d80): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3944c3c0): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3944c3c0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3944c3c0): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38d9f8f0 item 60 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3944c3c0): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3944c3c0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.112307413 +0000 UTC m=+32.431324517 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3944c3c0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3944c900): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3944c900): open at offset 5 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3944c900): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38d9fc00 item 60 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3944c900): _readAt: size=2, off=5 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3944c900): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3944c900): _writeAt: size=3, off=5 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3944c900): >_writeAt: n=3, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3944c900): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.112940839 +0000 UTC m=+32.431957933 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3944c900): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3944cec0): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3944cec0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3944cec0): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3944cec0): >_readAt: n=3, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3944cec0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.112940839 +0000 UTC m=+32.431957933 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3944cec0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38a4e150 item 60 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3944d500): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3944d500): open at offset 0 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3944d500): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3944d500): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3944d500): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3944d500): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3944d500): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3944d500): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.114460578 +0000 UTC m=+32.433477672 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3944d500): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3944da40): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3944da40): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3944da40): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38a4e9a0 item 61 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3944da40): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3944da40): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.115136363 +0000 UTC m=+32.434153468 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3944da40): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39464240): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39464240): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39464240): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39464240): >_readAt: n=5, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39464240): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.115136363 +0000 UTC m=+32.434153468 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39464240): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38a4ed20 item 61 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 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/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39464880): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39464880): open at offset 0 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39464880): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39464880): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39464880): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39464880): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39464880): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39464880): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.116774154 +0000 UTC m=+32.435791249 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39464880): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39464dc0): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39464dc0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39464dc0): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38a4f3b0 item 62 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39464dc0): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39464dc0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.117328601 +0000 UTC m=+32.436345695 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39464dc0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde394654c0): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde394654c0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde394654c0): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde394654c0): >_readAt: n=5, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde394654c0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.117328601 +0000 UTC m=+32.436345695 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde394654c0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38a4f6c0 item 62 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 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/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39465b00): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39465b00): open at offset 0 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39465b00): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39465b00): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39465b00): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39465b00): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39465b00): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39465b00): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.11889622 +0000 UTC m=+32.437913314 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39465b00): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39474140): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39474140): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39474140): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38abe000 item 63 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39474140): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39474140): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.119469843 +0000 UTC m=+32.438486937 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39474140): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39474840): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39474840): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39474840): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39474840): >_readAt: n=5, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39474840): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.119469843 +0000 UTC m=+32.438486937 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39474840): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38abe1c0 item 63 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 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/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39474e80): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39474e80): open at offset 0 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39474e80): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39474e80): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39474e80): >_readAt: n=0, err=Bad file descriptor 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39474e80): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39474e80): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39474e80): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.120931302 +0000 UTC m=+32.439948396 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39474e80): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde394753c0): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde394753c0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde394753c0): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38abeb60 item 64 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde394753c0): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde394753c0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.121508591 +0000 UTC m=+32.440525686 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde394753c0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39475ac0): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39475ac0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39475ac0): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39475ac0): >_readAt: n=5, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39475ac0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.121508591 +0000 UTC m=+32.440525686 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39475ac0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38abee00 item 64 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38cfa200): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38cfa200): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38cfa200): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38cfa200): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38cfa200): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.122953409 +0000 UTC m=+32.441970503 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38cfa200): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDWR 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38cfa680): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38cfa680): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38cfa680): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38cfa680): >_readAt: n=2, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38cfa680): _writeAt: size=3, off=2 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38abf2d0 item 65 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38cfa680): >_writeAt: n=3, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38cfa680): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.123559243 +0000 UTC m=+32.442576347 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38cfa680): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38cfab80): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38cfab80): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38cfab80): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38cfab80): >_readAt: n=5, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38cfab80): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.123559243 +0000 UTC m=+32.442576347 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38cfab80): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38abf6c0 item 65 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38cfb1c0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38cfb1c0): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38cfb1c0): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38cfb1c0): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38cfb1c0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.125013597 +0000 UTC m=+32.444030691 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38cfb1c0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38cfb640): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38cfb640): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38abfab0 item 66 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38cfb640): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38cfb640): >_readAt: n=0, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38cfb640): _writeAt: size=3, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38cfb640): >_writeAt: n=3, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38cfb640): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.125804832 +0000 UTC m=+32.444821976 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38cfb640): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38cfbb80): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38cfbb80): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38cfbb80): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38cfbb80): >_readAt: n=3, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38cfbb80): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.125804832 +0000 UTC m=+32.444821976 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38cfbb80): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38dc2070 item 66 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38dd22c0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38dd22c0): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38dd22c0): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38dd22c0): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38dd22c0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.127504549 +0000 UTC m=+32.446521653 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38dd22c0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38dd2740): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38dd2740): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38dd2740): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38dd2740): >_readAt: n=2, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38dd2740): _writeAt: size=3, off=2 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38dc25b0 item 67 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38dd2740): >_writeAt: n=3, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38dd2740): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.128317283 +0000 UTC m=+32.447334388 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38dd2740): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38dd2c40): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38dd2c40): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38dd2c40): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38dd2c40): >_readAt: n=5, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38dd2c40): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.128317283 +0000 UTC m=+32.447334388 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38dd2c40): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38dc27e0 item 67 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38dd32c0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38dd32c0): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38dd32c0): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38dd32c0): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38dd32c0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.129925339 +0000 UTC m=+32.448942453 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38dd32c0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38dd37c0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38dd37c0): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38dc2d90 item 68 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38dd37c0): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38dd37c0): >_readAt: n=0, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38dd37c0): _writeAt: size=3, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38dd37c0): >_writeAt: n=3, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38dd37c0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.130604992 +0000 UTC m=+32.449622106 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38dd37c0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38dd3d00): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38dd3d00): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38dd3d00): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38dd3d00): >_readAt: n=3, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38dd3d00): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.130604992 +0000 UTC m=+32.449622106 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38dd3d00): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38dc3420 item 68 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38eaa440): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38eaa440): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38eaa440): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38eaa440): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38eaa440): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.132207958 +0000 UTC m=+32.451225061 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38eaa440): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38eaa8c0): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38eaa8c0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38eaa8c0): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38eaa8c0): >_readAt: n=2, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38eaa8c0): _writeAt: size=3, off=2 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38dc39d0 item 69 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38eaa8c0): >_writeAt: n=3, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38eaa8c0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.132899212 +0000 UTC m=+32.451916317 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38eaa8c0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38eaadc0): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38eaadc0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38eaadc0): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38eaadc0): >_readAt: n=5, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38eaadc0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.132899212 +0000 UTC m=+32.451916317 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38eaadc0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38ad6000 item 69 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38eab440): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38eab440): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38eab440): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38eab440): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38eab440): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.138124986 +0000 UTC m=+32.457142090 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38eab440): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38eab940): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38eab940): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38ad67e0 item 70 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38eab940): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38eab940): >_readAt: n=0, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38eab940): _writeAt: size=3, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38eab940): >_writeAt: n=3, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38eab940): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.138803797 +0000 UTC m=+32.457820902 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38eab940): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38eabe80): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38eabe80): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38eabe80): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38eabe80): >_readAt: n=3, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38eabe80): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.138803797 +0000 UTC m=+32.457820902 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38eabe80): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38ad69a0 item 70 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f22600): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f22600): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f22600): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f22600): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f22600): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.140453582 +0000 UTC m=+32.459470686 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f22600): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f22b00): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f22b00): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f22b00): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f22b00): >_readAt: n=2, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f22b00): _writeAt: size=3, off=2 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38ad6ee0 item 71 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f22b00): >_writeAt: n=3, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f22b00): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.141333162 +0000 UTC m=+32.460350266 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f22b00): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f23000): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f23000): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f23000): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f23000): >_readAt: n=5, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f23000): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.141333162 +0000 UTC m=+32.460350266 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f23000): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38ad7180 item 71 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f23680): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f23680): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f23680): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f23680): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f23680): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.143026619 +0000 UTC m=+32.462043723 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f23680): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f23b80): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f23b80): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38ad79d0 item 72 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f23b80): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f23b80): >_readAt: n=0, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f23b80): _writeAt: size=3, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f23b80): >_writeAt: n=3, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f23b80): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.143909706 +0000 UTC m=+32.462926810 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f23b80): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f3c1c0): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f3c1c0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f3c1c0): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f3c1c0): >_readAt: n=3, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f3c1c0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.143909706 +0000 UTC m=+32.462926810 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f3c1c0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38ad7c00 item 72 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f3c780): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f3c780): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f3c780): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f3c780): >_readAt: n=0, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f3c780): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f3c780): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f3c780): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.145667845 +0000 UTC m=+32.464684949 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f3c780): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f3cc80): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f3cc80): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f3cc80): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde391380e0 item 73 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f3cc80): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f3cc80): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.146763022 +0000 UTC m=+32.465780136 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f3cc80): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f3d140): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f3d140): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f3d140): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f3d140): >_readAt: n=2, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f3d140): _writeAt: size=3, off=2 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde39138620 item 73 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f3d140): >_writeAt: n=3, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f3d140): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.147490756 +0000 UTC m=+32.466507860 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f3d140): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f3d680): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f3d680): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f3d680): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f3d680): >_readAt: n=5, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f3d680): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.147490756 +0000 UTC m=+32.466507860 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f3d680): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde39138850 item 73 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f3dcc0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f3dcc0): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f3dcc0): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f3dcc0): >_readAt: n=0, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f3dcc0): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f3dcc0): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f3dcc0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.149159896 +0000 UTC m=+32.468177000 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38f3dcc0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fa62c0): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fa62c0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fa62c0): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde39138cb0 item 74 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fa62c0): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fa62c0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.149743247 +0000 UTC m=+32.468760352 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fa62c0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fa6800): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fa6800): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde39138e70 item 74 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fa6800): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fa6800): >_readAt: n=0, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fa6800): _writeAt: size=3, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fa6800): >_writeAt: n=3, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fa6800): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.150517619 +0000 UTC m=+32.469534723 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fa6800): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fa6d80): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fa6d80): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fa6d80): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fa6d80): >_readAt: n=3, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fa6d80): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.150517619 +0000 UTC m=+32.469534723 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fa6d80): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde39139030 item 74 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fa73c0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fa73c0): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fa73c0): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fa73c0): >_readAt: n=0, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fa73c0): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fa73c0): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fa73c0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.152287089 +0000 UTC m=+32.471304194 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fa73c0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fa78c0): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fa78c0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fa78c0): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde39139500 item 75 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fa78c0): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fa78c0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.152843429 +0000 UTC m=+32.471860533 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fa78c0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fa7e00): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fa7e00): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fa7e00): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fa7e00): >_readAt: n=2, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fa7e00): _writeAt: size=3, off=2 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde391396c0 item 75 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fa7e00): >_writeAt: n=3, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fa7e00): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.153616188 +0000 UTC m=+32.472633292 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fa7e00): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fce440): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fce440): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fce440): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fce440): >_readAt: n=5, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fce440): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.153616188 +0000 UTC m=+32.472633292 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fce440): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde39139880 item 75 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fcea80): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fcea80): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fcea80): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fcea80): >_readAt: n=0, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fcea80): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fcea80): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fcea80): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.155394394 +0000 UTC m=+32.474411499 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fcea80): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fcef80): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fcef80): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fcef80): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde39139dc0 item 76 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fcef80): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fcef80): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.156045995 +0000 UTC m=+32.475063098 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fcef80): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fcf4c0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fcf4c0): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3865c380 item 76 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fcf4c0): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fcf4c0): >_readAt: n=0, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fcf4c0): _writeAt: size=3, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fcf4c0): >_writeAt: n=3, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fcf4c0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.156786292 +0000 UTC m=+32.475803395 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fcf4c0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fcfa40): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fcfa40): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fcfa40): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fcfa40): >_readAt: n=3, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fcfa40): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.156786292 +0000 UTC m=+32.475803395 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fcfa40): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3865cbd0 item 76 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38ffe180): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38ffe180): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38ffe180): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38ffe180): >_readAt: n=0, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38ffe180): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38ffe180): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38ffe180): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.158447427 +0000 UTC m=+32.477464531 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38ffe180): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38ffe680): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38ffe680): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38ffe680): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3865d3b0 item 77 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38ffe680): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38ffe680): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.159059042 +0000 UTC m=+32.478076146 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38ffe680): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38ffed80): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38ffed80): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38ffed80): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38ffed80): >_readAt: n=5, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38ffed80): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.159059042 +0000 UTC m=+32.478076146 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38ffed80): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde39528000 item 77 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fff3c0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fff3c0): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fff3c0): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fff3c0): >_readAt: n=0, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fff3c0): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fff3c0): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fff3c0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.161054128 +0000 UTC m=+32.480071232 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fff3c0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fff8c0): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fff8c0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fff8c0): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde395285b0 item 78 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fff8c0): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fff8c0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.161730164 +0000 UTC m=+32.480747268 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde38fff8c0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390700c0): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390700c0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390700c0): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390700c0): >_readAt: n=5, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390700c0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.161730164 +0000 UTC m=+32.480747268 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390700c0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde39528770 item 78 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39070700): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39070700): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39070700): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39070700): >_readAt: n=0, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39070700): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39070700): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39070700): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.163787648 +0000 UTC m=+32.482804752 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39070700): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39070c00): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39070c00): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39070c00): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde39528af0 item 79 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39070c00): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39070c00): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.164550668 +0000 UTC m=+32.483567762 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39070c00): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39071300): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39071300): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39071300): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39071300): >_readAt: n=5, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39071300): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.164550668 +0000 UTC m=+32.483567762 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39071300): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde39528cb0 item 79 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 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/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39071940): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39071940): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39071940): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39071940): >_readAt: n=0, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39071940): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39071940): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39071940): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.166677051 +0000 UTC m=+32.485694156 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39071940): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39071e40): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39071e40): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39071e40): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde395291f0 item 80 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39071e40): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39071e40): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.167350833 +0000 UTC m=+32.486367937 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39071e40): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390ac640): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390ac640): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390ac640): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390ac640): >_readAt: n=5, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390ac640): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.167350833 +0000 UTC m=+32.486367937 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390ac640): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde39529500 item 80 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390acc80): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390acc80): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390acc80): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390acc80): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390acc80): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.169760542 +0000 UTC m=+32.488777645 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390acc80): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390ad100): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390ad100): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390ad100): open at offset 5 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390ad100): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390ad100): >_readAt: n=2, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390ad100): _writeAt: size=3, off=7 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde39529880 item 81 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390ad100): >_writeAt: n=3, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390ad100): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.170742776 +0000 UTC m=+32.489759890 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390ad100): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390ad640): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390ad640): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390ad640): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390ad640): >_readAt: n=8, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390ad640): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.170742776 +0000 UTC m=+32.489759890 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390ad640): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde39529a40 item 81 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390adcc0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390adcc0): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390adcc0): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390adcc0): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390adcc0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.172540339 +0000 UTC m=+32.491557443 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390adcc0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390e02c0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390e02c0): open at offset 5 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390e02c0): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3866a0e0 item 82 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390e02c0): _readAt: size=2, off=5 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390e02c0): >_readAt: n=0, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390e02c0): _writeAt: size=3, off=5 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390e02c0): >_writeAt: n=3, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390e02c0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.173245811 +0000 UTC m=+32.492262905 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390e02c0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390e0840): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390e0840): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390e0840): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390e0840): >_readAt: n=3, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390e0840): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.173245811 +0000 UTC m=+32.492262905 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390e0840): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3866a7e0 item 82 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390e0ec0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390e0ec0): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390e0ec0): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390e0ec0): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390e0ec0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.174723671 +0000 UTC m=+32.493740775 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390e0ec0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390e13c0): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390e13c0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390e13c0): open at offset 5 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390e13c0): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390e13c0): >_readAt: n=2, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390e13c0): _writeAt: size=3, off=7 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3866ae70 item 83 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390e13c0): >_writeAt: n=3, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390e13c0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.175337669 +0000 UTC m=+32.494354763 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390e13c0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390e1900): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390e1900): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390e1900): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390e1900): >_readAt: n=8, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390e1900): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.175337669 +0000 UTC m=+32.494354763 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390e1900): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3866b110 item 83 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390fe080): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390fe080): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390fe080): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390fe080): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390fe080): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.17681085 +0000 UTC m=+32.495827944 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390fe080): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390fe580): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390fe580): open at offset 5 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390fe580): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde3866be30 item 84 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390fe580): _readAt: size=2, off=5 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390fe580): >_readAt: n=0, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390fe580): _writeAt: size=3, off=5 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390fe580): >_writeAt: n=3, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390fe580): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.177485574 +0000 UTC m=+32.496502668 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390fe580): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390feb00): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390feb00): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390feb00): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390feb00): >_readAt: n=3, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390feb00): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.177485574 +0000 UTC m=+32.496502668 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390feb00): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38c5e2a0 item 84 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390ff180): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390ff180): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390ff180): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390ff180): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390ff180): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.178927977 +0000 UTC m=+32.497945071 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390ff180): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390ff680): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390ff680): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390ff680): open at offset 5 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390ff680): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390ff680): >_readAt: n=2, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390ff680): _writeAt: size=3, off=7 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38c5e770 item 85 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390ff680): >_writeAt: n=3, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390ff680): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.179594425 +0000 UTC m=+32.498611529 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390ff680): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390ffbc0): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390ffbc0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390ffbc0): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390ffbc0): >_readAt: n=8, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390ffbc0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.179594425 +0000 UTC m=+32.498611529 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde390ffbc0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38c5ea10 item 85 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39126340): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39126340): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39126340): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39126340): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39126340): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.180911261 +0000 UTC m=+32.499928355 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39126340): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39126840): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39126840): open at offset 5 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39126840): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38c5ee70 item 86 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39126840): _readAt: size=2, off=5 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39126840): >_readAt: n=0, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39126840): _writeAt: size=3, off=5 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39126840): >_writeAt: n=3, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39126840): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.181611632 +0000 UTC m=+32.500628726 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39126840): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39126dc0): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39126dc0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39126dc0): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39126dc0): >_readAt: n=3, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39126dc0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.181611632 +0000 UTC m=+32.500628726 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39126dc0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38c5f0a0 item 86 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39127440): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39127440): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39127440): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39127440): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39127440): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.183233734 +0000 UTC m=+32.502250838 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39127440): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39127940): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39127940): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39127940): open at offset 5 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39127940): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39127940): >_readAt: n=2, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39127940): _writeAt: size=3, off=7 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38c5f570 item 87 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39127940): >_writeAt: n=3, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39127940): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.183879163 +0000 UTC m=+32.502896277 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39127940): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39127e80): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39127e80): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39127e80): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39127e80): >_readAt: n=8, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39127e80): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.183879163 +0000 UTC m=+32.502896277 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39127e80): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38c5f730 item 87 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 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/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3914e600): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3914e600): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3914e600): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3914e600): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3914e600): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.185507175 +0000 UTC m=+32.504524279 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3914e600): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3914eb00): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3914eb00): open at offset 5 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3914eb00): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38c5fb90 item 88 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3914eb00): _readAt: size=2, off=5 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3914eb00): >_readAt: n=0, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3914eb00): _writeAt: size=3, off=5 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3914eb00): >_writeAt: n=3, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3914eb00): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.187154575 +0000 UTC m=+32.506171679 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3914eb00): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3914f080): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3914f080): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3914f080): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3914f080): >_readAt: n=3, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3914f080): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.187154575 +0000 UTC m=+32.506171679 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3914f080): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38c5fdc0 item 88 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3914f6c0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3914f6c0): open at offset 0 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3914f6c0): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3914f6c0): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3914f6c0): >_readAt: n=0, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3914f6c0): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3914f6c0): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3914f6c0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.189150854 +0000 UTC m=+32.508167958 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3914f6c0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3914fc00): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3914fc00): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3914fc00): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38d16690 item 89 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3914fc00): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3914fc00): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.189777727 +0000 UTC m=+32.508794830 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde3914fc00): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39176240): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39176240): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39176240): open at offset 5 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39176240): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39176240): >_readAt: n=2, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39176240): _writeAt: size=3, off=7 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38d168c0 item 89 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39176240): >_writeAt: n=3, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39176240): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.190587024 +0000 UTC m=+32.509604129 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39176240): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391767c0): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391767c0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391767c0): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391767c0): >_readAt: n=8, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391767c0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.190587024 +0000 UTC m=+32.509604129 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391767c0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38d16af0 item 89 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39176e00): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39176e00): open at offset 0 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39176e00): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39176e00): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39176e00): >_readAt: n=0, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39176e00): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39176e00): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39176e00): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.192148171 +0000 UTC m=+32.511165276 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39176e00): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39177340): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39177340): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39177340): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38d17180 item 90 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39177340): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39177340): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.192761559 +0000 UTC m=+32.511778663 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39177340): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39177880): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39177880): open at offset 5 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39177880): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38d17420 item 90 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39177880): _readAt: size=2, off=5 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39177880): >_readAt: n=0, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39177880): _writeAt: size=3, off=5 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39177880): >_writeAt: n=3, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39177880): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.19350409 +0000 UTC m=+32.512521195 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39177880): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39177e40): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39177e40): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39177e40): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39177e40): >_readAt: n=3, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39177e40): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.19350409 +0000 UTC m=+32.512521195 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39177e40): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38d17650 item 90 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39192580): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39192580): open at offset 0 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39192580): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39192580): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39192580): >_readAt: n=0, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39192580): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39192580): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39192580): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.195278951 +0000 UTC m=+32.514296055 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39192580): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39192ac0): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39192ac0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39192ac0): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38d17b20 item 91 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39192ac0): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39192ac0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.195994631 +0000 UTC m=+32.515011725 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39192ac0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39193000): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39193000): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39193000): open at offset 5 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39193000): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39193000): >_readAt: n=2, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39193000): _writeAt: size=3, off=7 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38d17ce0 item 91 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39193000): >_writeAt: n=3, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39193000): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.196860506 +0000 UTC m=+32.515877611 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39193000): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39193580): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39193580): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39193580): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39193580): >_readAt: n=8, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39193580): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.196860506 +0000 UTC m=+32.515877611 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39193580): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38650150 item 91 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 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/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39193bc0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39193bc0): open at offset 0 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39193bc0): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39193bc0): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39193bc0): >_readAt: n=0, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39193bc0): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39193bc0): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39193bc0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.198660775 +0000 UTC m=+32.517677878 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39193bc0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391c2200): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391c2200): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391c2200): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38650af0 item 92 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391c2200): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391c2200): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.199360515 +0000 UTC m=+32.518377619 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391c2200): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391c2740): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391c2740): open at offset 5 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391c2740): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38650e70 item 92 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391c2740): _readAt: size=2, off=5 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391c2740): >_readAt: n=0, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391c2740): _writeAt: size=3, off=5 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391c2740): >_writeAt: n=3, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391c2740): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.200297384 +0000 UTC m=+32.519314518 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391c2740): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391c2d00): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391c2d00): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391c2d00): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391c2d00): >_readAt: n=3, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391c2d00): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.200297384 +0000 UTC m=+32.519314518 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391c2d00): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38651420 item 92 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391c3340): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391c3340): open at offset 0 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391c3340): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391c3340): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391c3340): >_readAt: n=0, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391c3340): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391c3340): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391c3340): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.202053679 +0000 UTC m=+32.521070773 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391c3340): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391c3880): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391c3880): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391c3880): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38651c00 item 93 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391c3880): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391c3880): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.202728262 +0000 UTC m=+32.521745356 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391c3880): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391e4080): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391e4080): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391e4080): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391e4080): >_readAt: n=5, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391e4080): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.202728262 +0000 UTC m=+32.521745356 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391e4080): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38e840e0 item 93 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 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/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391e46c0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391e46c0): open at offset 0 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391e46c0): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391e46c0): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391e46c0): >_readAt: n=0, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391e46c0): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391e46c0): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391e46c0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.204753435 +0000 UTC m=+32.523770569 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391e46c0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391e4c00): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391e4c00): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391e4c00): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38e84690 item 94 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391e4c00): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391e4c00): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.205352236 +0000 UTC m=+32.524369330 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391e4c00): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391e5300): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391e5300): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391e5300): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391e5300): >_readAt: n=5, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391e5300): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.205352236 +0000 UTC m=+32.524369330 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391e5300): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38e848c0 item 94 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 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/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391e5940): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391e5940): open at offset 0 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391e5940): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391e5940): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391e5940): >_readAt: n=0, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391e5940): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391e5940): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391e5940): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.207247533 +0000 UTC m=+32.526264627 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391e5940): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391e5e80): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391e5e80): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391e5e80): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38e84fc0 item 95 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391e5e80): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391e5e80): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.207880978 +0000 UTC m=+32.526898072 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde391e5e80): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39204680): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39204680): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39204680): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39204680): >_readAt: n=5, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39204680): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.207880978 +0000 UTC m=+32.526898072 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39204680): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38e85180 item 95 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 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/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39204cc0): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39204cc0): open at offset 0 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39204cc0): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39204cc0): _readAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39204cc0): >_readAt: n=0, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39204cc0): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39204cc0): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39204cc0): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.209906632 +0000 UTC m=+32.528923726 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39204cc0): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39205200): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39205200): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39205200): >openPending: err= 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38e85570 item 96 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39205200): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39205200): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.210538776 +0000 UTC m=+32.529555880 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39205200): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/24 01:49:47 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:47 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/24 01:49:47 DEBUG : open-test-file: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39205900): _readAt: size=512, off=0 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39205900): openPending: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39205900): >openPending: err= 2026/07/24 01:49:47 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39205900): >_readAt: n=5, err=EOF 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39205900): close: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-24 01:49:47.210538776 +0000 UTC m=+32.529555880 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : open-test-file(0x2fde39205900): >close: err= 2026/07/24 01:49:47 DEBUG : open-test-file: Remove: 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2fde38e85730 item 96 2026/07/24 01:49:47 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/24 01:49:47 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/24 01:49:47 DEBUG : open-test-file: >Remove: err= 2026/07/24 01:49:47 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:47 DEBUG : Looking for writers 2026/07/24 01:49:47 DEBUG : >WaitForWriters: 2026/07/24 01:49:47 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: cleaner exiting --- PASS: TestRWFileHandleOpenTests (0.53s) --- PASS: TestRWFileHandleOpenTests/writes (0.29s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY (0.01s) --- 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.24s) --- 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.01s) --- 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-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:47 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:47 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/24 01:49:47 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:47 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:47 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:47 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/24 01:49:47 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:47 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:47 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/24 01:49:47 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:47 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/24 01:49:47 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : file1: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : file1(0x2fde39228140): openPending: 2026/07/24 01:49:47 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:47 DEBUG : file1(0x2fde39228140): >openPending: err= 2026/07/24 01:49:47 DEBUG : file1: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:47 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/24 01:49:47 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/24 01:49:47 DEBUG : file1(0x2fde39228140): _writeAt: size=2, off=0 2026/07/24 01:49:47 DEBUG : file1(0x2fde39228140): >_writeAt: n=2, err= 2026/07/24 01:49:47 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/07/24 01:49:47 DEBUG : file1(0x2fde39228140): RWFileHandle.Flush 2026/07/24 01:49:47 DEBUG : file1(0x2fde39228140): RWFileHandle.Release 2026/07/24 01:49:47 DEBUG : file1(0x2fde39228140): close: 2026/07/24 01:49:47 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/07/24 01:49:47 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : file1(0x2fde39228140): >close: err= 2026/07/24 01:49:47 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:47 DEBUG : Looking for writers 2026/07/24 01:49:47 DEBUG : file1: reading active writers 2026/07/24 01:49:47 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/24 01:49:47 DEBUG : Looking for writers 2026/07/24 01:49:47 DEBUG : file1: reading active writers 2026/07/24 01:49:47 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/24 01:49:47 DEBUG : Looking for writers 2026/07/24 01:49:47 DEBUG : file1: reading active writers 2026/07/24 01:49:47 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/24 01:49:47 DEBUG : Looking for writers 2026/07/24 01:49:47 DEBUG : file1: reading active writers 2026/07/24 01:49:47 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/24 01:49:47 DEBUG : file1: vfs cache: starting upload 2026/07/24 01:49:47 DEBUG : file1.a0a9169e.partial: size = 2 OK 2026/07/24 01:49:47 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/file1.a0a9169e.partial" 2026/07/24 01:49:47 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:47 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/file1.a0a9169e.partial 2026/07/24 01:49:47 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/file1.a0a9169e.partial" 2026/07/24 01:49:47 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-kecurin5dijo/dir/file1: no such file or directory 2026/07/24 01:49:47 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-kecurin5dijo/dir/file1: no such file or directory 2026/07/24 01:49:47 DEBUG : Looking for writers 2026/07/24 01:49:47 DEBUG : file1: reading active writers 2026/07/24 01:49:47 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/24 01:49:47 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:47 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-kecurin5dijo/file1.a0a9169e.partial 2026/07/24 01:49:47 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:47 DEBUG : file1.a0a9169e.partial: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/07/24 01:49:47 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/07/24 01:49:47 DEBUG : file1.a0a9169e.partial: renamed to: file1 2026/07/24 01:49:47 INFO : file1: Copied (new) 2026/07/24 01:49:47 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/file1" 2026/07/24 01:49:47 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:47 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/file1 2026/07/24 01:49:47 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/file1" 2026/07/24 01:49:47 DEBUG : Looking for writers 2026/07/24 01:49:47 DEBUG : file1: reading active writers 2026/07/24 01:49:47 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:47 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-kecurin5dijo/file1 2026/07/24 01:49:47 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:47 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/07/24 01:49:47 DEBUG : file1: vfs cache: fingerprint now "2,2012-11-18 17:32:31 +0000 UTC,49f68a5c8493ec2c0bf489821c21fc3b" 2026/07/24 01:49:47 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/24 01:49:47 DEBUG : file1: Not setting pending mod time 2012-11-18 17:32:31 +0000 UTC as it is already set 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:47 DEBUG : >WaitForWriters: 2026/07/24 01:49:47 INFO : file1: vfs cache: upload succeeded try #1 2026/07/24 01:49:47 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/file1" 2026/07/24 01:49:47 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:47 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/file1 2026/07/24 01:49:47 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/file1" 2026/07/24 01:49:47 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-kecurin5dijo/dir/file1: no such file or directory 2026/07/24 01:49:47 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-kecurin5dijo/dir/file1: no such file or directory 2026/07/24 01:49:47 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:47 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-kecurin5dijo/file1 2026/07/24 01:49:47 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:47 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/07/24 01:49:47 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/file1" 2026/07/24 01:49:47 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:47 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/file1 2026/07/24 01:49:47 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/file1" 2026/07/24 01:49:47 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:47 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: c22b5f9178342609428d6f51b2c5af4c0bde6a42 /rclone-test-kecurin5dijo/file1 2026/07/24 01:49:47 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:47 DEBUG : file1: Parsed hash: c22b5f9178342609428d6f51b2c5af4c0bde6a42 2026/07/24 01:49:47 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:47 DEBUG : Looking for writers 2026/07/24 01:49:47 DEBUG : file1: reading active writers 2026/07/24 01:49:47 DEBUG : >WaitForWriters: 2026/07/24 01:49:47 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: cleaner exiting --- PASS: TestRWFileModTimeWithOpenWriters (0.54s) === RUN TestRWCacheRename run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:47 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:47 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/24 01:49:47 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:47 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:47 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:47 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/24 01:49:47 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:47 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:47 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/24 01:49:47 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:47 DEBUG : rename_me: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:47 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/24 01:49:47 DEBUG : rename_me: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:47 DEBUG : rename_me: newRWFileHandle: 2026/07/24 01:49:47 DEBUG : rename_me(0x2fde39229600): openPending: 2026/07/24 01:49:47 DEBUG : rename_me: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/07/24 01:49:47 DEBUG : rename_me(0x2fde39229600): >openPending: err= 2026/07/24 01:49:47 DEBUG : rename_me: >newRWFileHandle: err= 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/07/24 01:49:47 DEBUG : rename_me: >Open: fd=rename_me (rw), err= 2026/07/24 01:49:47 DEBUG : rename_me: >OpenFile: fd=rename_me (rw), err= 2026/07/24 01:49:47 DEBUG : rename_me(0x2fde39229600): _writeAt: size=5, off=0 2026/07/24 01:49:47 DEBUG : rename_me(0x2fde39229600): >_writeAt: n=5, err= 2026/07/24 01:49:47 DEBUG : rename_me(0x2fde39229600): close: 2026/07/24 01:49:47 DEBUG : rename_me: vfs cache: setting modification time to 2026-07-24 01:49:47.759374311 +0000 UTC m=+33.078391455 2026/07/24 01:49:47 INFO : rename_me: vfs cache: queuing for upload in 100ms 2026/07/24 01:49:47 DEBUG : rename_me(0x2fde39229600): >close: err= 2026/07/24 01:49:47 INFO : rename_me: vfs cache: renamed in cache to "i_was_renamed" 2026/07/24 01:49:47 DEBUG : i_was_renamed: Updating file with 0x2fde38d73c70 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vDel: "rename_me" 2026/07/24 01:49:47 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/07/24 01:49:47 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:47 DEBUG : Looking for writers 2026/07/24 01:49:47 DEBUG : i_was_renamed: reading active writers 2026/07/24 01:49:47 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/24 01:49:47 DEBUG : Looking for writers 2026/07/24 01:49:47 DEBUG : i_was_renamed: reading active writers 2026/07/24 01:49:47 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/24 01:49:47 DEBUG : Looking for writers 2026/07/24 01:49:47 DEBUG : i_was_renamed: reading active writers 2026/07/24 01:49:47 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/24 01:49:47 DEBUG : Looking for writers 2026/07/24 01:49:47 DEBUG : i_was_renamed: reading active writers 2026/07/24 01:49:47 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/24 01:49:47 DEBUG : i_was_renamed: vfs cache: starting upload 2026/07/24 01:49:47 DEBUG : i_was_renamed.e5807102.partial: size = 5 OK 2026/07/24 01:49:47 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/i_was_renamed.e5807102.partial" 2026/07/24 01:49:47 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:47 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/i_was_renamed.e5807102.partial 2026/07/24 01:49:47 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/i_was_renamed.e5807102.partial" 2026/07/24 01:49:47 DEBUG : Looking for writers 2026/07/24 01:49:47 DEBUG : i_was_renamed: reading active writers 2026/07/24 01:49:47 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/24 01:49:47 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:47 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-kecurin5dijo/i_was_renamed.e5807102.partial 2026/07/24 01:49:47 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:47 DEBUG : i_was_renamed.e5807102.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/24 01:49:47 DEBUG : i_was_renamed: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/24 01:49:47 DEBUG : i_was_renamed.e5807102.partial: renamed to: i_was_renamed 2026/07/24 01:49:47 INFO : i_was_renamed: Copied (new) 2026/07/24 01:49:47 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/i_was_renamed" 2026/07/24 01:49:47 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:47 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/i_was_renamed 2026/07/24 01:49:47 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/i_was_renamed" 2026/07/24 01:49:48 DEBUG : Looking for writers 2026/07/24 01:49:48 DEBUG : i_was_renamed: reading active writers 2026/07/24 01:49:48 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:48 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-kecurin5dijo/i_was_renamed 2026/07/24 01:49:48 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:48 DEBUG : i_was_renamed: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/24 01:49:48 DEBUG : i_was_renamed: vfs cache: fingerprint now "5,2026-07-24 01:49:47 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/07/24 01:49:48 DEBUG : i_was_renamed: vfs cache: writeback object to VFS layer 2026/07/24 01:49:48 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/07/24 01:49:48 DEBUG : >WaitForWriters: 2026/07/24 01:49:48 INFO : i_was_renamed: vfs cache: upload succeeded try #1 2026/07/24 01:49:48 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: cleaner exiting --- PASS: TestRWCacheRename (0.34s) === RUN TestRWCacheUpdate run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:48 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:48 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/24 01:49:48 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:48 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:48 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:48 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/24 01:49:48 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:48 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:48 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/24 01:49:48 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-kecurin5dijo" 2026/07/24 01:49:48 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/24 01:49:48 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/TestRWCacheUpdate" 2026/07/24 01:49:48 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:48 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/TestRWCacheUpdate 2026/07/24 01:49:48 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/TestRWCacheUpdate" 2026/07/24 01:49:48 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:48 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-kecurin5dijo/TestRWCacheUpdate 2026/07/24 01:49:48 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:48 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/07/24 01:49:48 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/TestRWCacheUpdate" 2026/07/24 01:49:48 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:48 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/TestRWCacheUpdate 2026/07/24 01:49:48 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/TestRWCacheUpdate" 2026/07/24 01:49:48 DEBUG : forgetting directory cache 2026/07/24 01:49:48 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:48 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 288158e561053f03b91b9361f5d0328ac9e349fc /rclone-test-kecurin5dijo/TestRWCacheUpdate 2026/07/24 01:49:48 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:48 DEBUG : TestRWCacheUpdate: Parsed hash: 288158e561053f03b91b9361f5d0328ac9e349fc 2026/07/24 01:49:48 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:48 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/24 01:49:48 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/24 01:49:48 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/24 01:49:48 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/24 01:49:48 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/24 01:49:48 DEBUG : TestRWCacheUpdate(0x2fde391165c0): _readAt: size=512, off=0 2026/07/24 01:49:48 DEBUG : TestRWCacheUpdate(0x2fde391165c0): openPending: 2026/07/24 01:49:48 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/TestRWCacheUpdate" 2026/07/24 01:49:48 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:48 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/TestRWCacheUpdate 2026/07/24 01:49:48 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/TestRWCacheUpdate" 2026/07/24 01:49:48 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:48 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-kecurin5dijo/TestRWCacheUpdate 2026/07/24 01:49:48 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:48 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/07/24 01:49:48 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-07-24 00:50:48 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" against cached fingerprint "" 2026/07/24 01:49:48 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/07/24 01:49:48 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/24 01:49:48 DEBUG : TestRWCacheUpdate(0x2fde391165c0): >openPending: err= 2026/07/24 01:49:48 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/07/24 01:49:48 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/24 01:49:48 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/24 01:49:48 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/24 01:49:48 DEBUG : TestRWCacheUpdate(0x2fde391165c0): >_readAt: n=20, err=EOF 2026/07/24 01:49:48 DEBUG : TestRWCacheUpdate(0x2fde391165c0): close: 2026/07/24 01:49:48 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-24 00:50:48 +0000 UTC 2026/07/24 01:49:48 DEBUG : TestRWCacheUpdate(0x2fde391165c0): >close: err= 2026/07/24 01:49:48 DEBUG : Re-reading directory (111.714313ms old) 2026/07/24 01:49:48 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/24 01:49:48 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/24 01:49:48 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/TestRWCacheUpdate" 2026/07/24 01:49:48 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:48 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/TestRWCacheUpdate 2026/07/24 01:49:48 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/TestRWCacheUpdate" 2026/07/24 01:49:48 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:48 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-kecurin5dijo/TestRWCacheUpdate 2026/07/24 01:49:48 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:48 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/07/24 01:49:48 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/TestRWCacheUpdate" 2026/07/24 01:49:48 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:48 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/TestRWCacheUpdate 2026/07/24 01:49:48 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/TestRWCacheUpdate" 2026/07/24 01:49:48 DEBUG : forgetting directory cache 2026/07/24 01:49:48 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:48 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 /rclone-test-kecurin5dijo/TestRWCacheUpdate 2026/07/24 01:49:48 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:48 DEBUG : TestRWCacheUpdate: Parsed hash: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 2026/07/24 01:49:49 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:49 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/24 01:49:49 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/24 01:49:49 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/24 01:49:49 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/24 01:49:49 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/24 01:49:49 DEBUG : TestRWCacheUpdate(0x2fde389f9e80): _readAt: size=512, off=0 2026/07/24 01:49:49 DEBUG : TestRWCacheUpdate(0x2fde389f9e80): openPending: 2026/07/24 01:49:49 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/TestRWCacheUpdate" 2026/07/24 01:49:49 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:49 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/TestRWCacheUpdate 2026/07/24 01:49:49 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/TestRWCacheUpdate" 2026/07/24 01:49:49 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:49 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-kecurin5dijo/TestRWCacheUpdate 2026/07/24 01:49:49 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:49 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/07/24 01:49:49 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-07-24 00:51:48 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" against cached fingerprint "20,2026-07-24 00:50:48 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" 2026/07/24 01:49:49 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-07-24 00:51:48 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" != cached fingerprint "20,2026-07-24 00:50:48 +0000 UTC,8558f20bbf1a5777c862752b37ad49be") 2026/07/24 01:49:49 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/24 01:49:49 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/24 01:49:49 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/07/24 01:49:49 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/24 01:49:49 DEBUG : TestRWCacheUpdate(0x2fde389f9e80): >openPending: err= 2026/07/24 01:49:49 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/07/24 01:49:49 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/24 01:49:49 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/24 01:49:49 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/24 01:49:49 DEBUG : TestRWCacheUpdate(0x2fde389f9e80): >_readAt: n=20, err=EOF 2026/07/24 01:49:49 DEBUG : TestRWCacheUpdate(0x2fde389f9e80): close: 2026/07/24 01:49:49 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-24 00:51:48 +0000 UTC 2026/07/24 01:49:49 DEBUG : TestRWCacheUpdate(0x2fde389f9e80): >close: err= 2026/07/24 01:49:49 DEBUG : Re-reading directory (107.979833ms old) 2026/07/24 01:49:49 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/24 01:49:49 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/24 01:49:49 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/TestRWCacheUpdate" 2026/07/24 01:49:49 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:49 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/TestRWCacheUpdate 2026/07/24 01:49:49 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/TestRWCacheUpdate" 2026/07/24 01:49:49 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:49 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-kecurin5dijo/TestRWCacheUpdate 2026/07/24 01:49:49 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:49 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/07/24 01:49:49 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/TestRWCacheUpdate" 2026/07/24 01:49:49 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:49 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/TestRWCacheUpdate 2026/07/24 01:49:49 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/TestRWCacheUpdate" 2026/07/24 01:49:49 DEBUG : forgetting directory cache 2026/07/24 01:49:49 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:49 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: cdbdc94ef0e50810466d21c31d02b8365e9616d2 /rclone-test-kecurin5dijo/TestRWCacheUpdate 2026/07/24 01:49:49 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:49 DEBUG : TestRWCacheUpdate: Parsed hash: cdbdc94ef0e50810466d21c31d02b8365e9616d2 2026/07/24 01:49:49 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:49 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/24 01:49:49 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/24 01:49:49 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/24 01:49:49 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/24 01:49:49 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/24 01:49:49 DEBUG : TestRWCacheUpdate(0x2fde38b34ac0): _readAt: size=512, off=0 2026/07/24 01:49:49 DEBUG : TestRWCacheUpdate(0x2fde38b34ac0): openPending: 2026/07/24 01:49:49 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/TestRWCacheUpdate" 2026/07/24 01:49:49 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:49 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/TestRWCacheUpdate 2026/07/24 01:49:49 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/TestRWCacheUpdate" 2026/07/24 01:49:49 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:49 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-kecurin5dijo/TestRWCacheUpdate 2026/07/24 01:49:49 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:49 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/07/24 01:49:49 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-07-24 00:52:48 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" against cached fingerprint "20,2026-07-24 00:51:48 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" 2026/07/24 01:49:49 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-07-24 00:52:48 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" != cached fingerprint "20,2026-07-24 00:51:48 +0000 UTC,944a242d910e2bbacae0d0db8c64490a") 2026/07/24 01:49:49 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/24 01:49:49 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/24 01:49:49 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/07/24 01:49:49 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/24 01:49:49 DEBUG : TestRWCacheUpdate(0x2fde38b34ac0): >openPending: err= 2026/07/24 01:49:49 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/07/24 01:49:49 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/24 01:49:49 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/24 01:49:49 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/24 01:49:49 DEBUG : TestRWCacheUpdate(0x2fde38b34ac0): >_readAt: n=20, err=EOF 2026/07/24 01:49:49 DEBUG : TestRWCacheUpdate(0x2fde38b34ac0): close: 2026/07/24 01:49:49 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-24 00:52:48 +0000 UTC 2026/07/24 01:49:49 DEBUG : TestRWCacheUpdate(0x2fde38b34ac0): >close: err= 2026/07/24 01:49:49 DEBUG : Re-reading directory (118.101258ms old) 2026/07/24 01:49:49 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/24 01:49:49 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/24 01:49:49 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/TestRWCacheUpdate" 2026/07/24 01:49:49 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:49 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/TestRWCacheUpdate 2026/07/24 01:49:49 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/TestRWCacheUpdate" 2026/07/24 01:49:49 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:49 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-kecurin5dijo/TestRWCacheUpdate 2026/07/24 01:49:49 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:49 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/07/24 01:49:49 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/TestRWCacheUpdate" 2026/07/24 01:49:49 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:49 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/TestRWCacheUpdate 2026/07/24 01:49:49 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/TestRWCacheUpdate" 2026/07/24 01:49:49 DEBUG : forgetting directory cache 2026/07/24 01:49:49 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:49 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 /rclone-test-kecurin5dijo/TestRWCacheUpdate 2026/07/24 01:49:49 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:49 DEBUG : TestRWCacheUpdate: Parsed hash: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 2026/07/24 01:49:50 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:50 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/24 01:49:50 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/24 01:49:50 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/24 01:49:50 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/24 01:49:50 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/24 01:49:50 DEBUG : TestRWCacheUpdate(0x2fde386df200): _readAt: size=512, off=0 2026/07/24 01:49:50 DEBUG : TestRWCacheUpdate(0x2fde386df200): openPending: 2026/07/24 01:49:50 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/TestRWCacheUpdate" 2026/07/24 01:49:50 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:50 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/TestRWCacheUpdate 2026/07/24 01:49:50 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/TestRWCacheUpdate" 2026/07/24 01:49:50 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:50 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-kecurin5dijo/TestRWCacheUpdate 2026/07/24 01:49:50 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:50 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/07/24 01:49:50 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-07-24 00:53:48 +0000 UTC,a8c7956852282e88c22a986150cb5a68" against cached fingerprint "20,2026-07-24 00:52:48 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" 2026/07/24 01:49:50 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-07-24 00:53:48 +0000 UTC,a8c7956852282e88c22a986150cb5a68" != cached fingerprint "20,2026-07-24 00:52:48 +0000 UTC,4e063366550d230fc1fb85c19dbb494d") 2026/07/24 01:49:50 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/24 01:49:50 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/24 01:49:50 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/07/24 01:49:50 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/24 01:49:50 DEBUG : TestRWCacheUpdate(0x2fde386df200): >openPending: err= 2026/07/24 01:49:50 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/07/24 01:49:50 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/24 01:49:50 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/24 01:49:50 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/24 01:49:50 DEBUG : TestRWCacheUpdate(0x2fde386df200): >_readAt: n=20, err=EOF 2026/07/24 01:49:50 DEBUG : TestRWCacheUpdate(0x2fde386df200): close: 2026/07/24 01:49:50 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-24 00:53:48 +0000 UTC 2026/07/24 01:49:50 DEBUG : TestRWCacheUpdate(0x2fde386df200): >close: err= 2026/07/24 01:49:50 DEBUG : Re-reading directory (107.382956ms old) 2026/07/24 01:49:50 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/24 01:49:50 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/24 01:49:50 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/TestRWCacheUpdate" 2026/07/24 01:49:50 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:50 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/TestRWCacheUpdate 2026/07/24 01:49:50 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/TestRWCacheUpdate" 2026/07/24 01:49:50 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:50 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-kecurin5dijo/TestRWCacheUpdate 2026/07/24 01:49:50 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:50 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/07/24 01:49:50 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/TestRWCacheUpdate" 2026/07/24 01:49:50 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:50 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/TestRWCacheUpdate 2026/07/24 01:49:50 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/TestRWCacheUpdate" 2026/07/24 01:49:50 DEBUG : forgetting directory cache 2026/07/24 01:49:50 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:50 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: ceb5d9ade326cb4f1198af16dc24366d3d9c950f /rclone-test-kecurin5dijo/TestRWCacheUpdate 2026/07/24 01:49:50 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:50 DEBUG : TestRWCacheUpdate: Parsed hash: ceb5d9ade326cb4f1198af16dc24366d3d9c950f 2026/07/24 01:49:50 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:50 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/24 01:49:50 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/24 01:49:50 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/24 01:49:50 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/24 01:49:50 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/24 01:49:50 DEBUG : TestRWCacheUpdate(0x2fde39117b80): _readAt: size=512, off=0 2026/07/24 01:49:50 DEBUG : TestRWCacheUpdate(0x2fde39117b80): openPending: 2026/07/24 01:49:50 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/TestRWCacheUpdate" 2026/07/24 01:49:50 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:50 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/TestRWCacheUpdate 2026/07/24 01:49:50 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/TestRWCacheUpdate" 2026/07/24 01:49:50 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:50 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-kecurin5dijo/TestRWCacheUpdate 2026/07/24 01:49:50 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:50 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/07/24 01:49:50 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-07-24 00:54:48 +0000 UTC,25074c7237d5f7774d304950950b2d66" against cached fingerprint "20,2026-07-24 00:53:48 +0000 UTC,a8c7956852282e88c22a986150cb5a68" 2026/07/24 01:49:50 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-07-24 00:54:48 +0000 UTC,25074c7237d5f7774d304950950b2d66" != cached fingerprint "20,2026-07-24 00:53:48 +0000 UTC,a8c7956852282e88c22a986150cb5a68") 2026/07/24 01:49:50 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/24 01:49:50 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/24 01:49:50 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/07/24 01:49:50 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/24 01:49:50 DEBUG : TestRWCacheUpdate(0x2fde39117b80): >openPending: err= 2026/07/24 01:49:50 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/07/24 01:49:50 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/24 01:49:50 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/24 01:49:50 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/24 01:49:50 DEBUG : TestRWCacheUpdate(0x2fde39117b80): >_readAt: n=20, err=EOF 2026/07/24 01:49:50 DEBUG : TestRWCacheUpdate(0x2fde39117b80): close: 2026/07/24 01:49:50 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-24 00:54:48 +0000 UTC 2026/07/24 01:49:50 DEBUG : TestRWCacheUpdate(0x2fde39117b80): >close: err= 2026/07/24 01:49:50 DEBUG : Re-reading directory (103.136692ms old) 2026/07/24 01:49:50 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/24 01:49:50 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/24 01:49:50 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/TestRWCacheUpdate" 2026/07/24 01:49:50 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:50 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/TestRWCacheUpdate 2026/07/24 01:49:50 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/TestRWCacheUpdate" 2026/07/24 01:49:50 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:50 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-kecurin5dijo/TestRWCacheUpdate 2026/07/24 01:49:50 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:50 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/07/24 01:49:50 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/TestRWCacheUpdate" 2026/07/24 01:49:50 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:50 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/TestRWCacheUpdate 2026/07/24 01:49:50 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/TestRWCacheUpdate" 2026/07/24 01:49:50 DEBUG : forgetting directory cache 2026/07/24 01:49:50 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:50 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 5f11b0143ac8866346332777b557a7153a9d90b8 /rclone-test-kecurin5dijo/TestRWCacheUpdate 2026/07/24 01:49:50 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:50 DEBUG : TestRWCacheUpdate: Parsed hash: 5f11b0143ac8866346332777b557a7153a9d90b8 2026/07/24 01:49:51 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:51 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/24 01:49:51 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/24 01:49:51 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/24 01:49:51 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/24 01:49:51 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/24 01:49:51 DEBUG : TestRWCacheUpdate(0x2fde38c0bd80): _readAt: size=512, off=0 2026/07/24 01:49:51 DEBUG : TestRWCacheUpdate(0x2fde38c0bd80): openPending: 2026/07/24 01:49:51 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/TestRWCacheUpdate" 2026/07/24 01:49:51 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:51 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/TestRWCacheUpdate 2026/07/24 01:49:51 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/TestRWCacheUpdate" 2026/07/24 01:49:51 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:51 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-kecurin5dijo/TestRWCacheUpdate 2026/07/24 01:49:51 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:51 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/07/24 01:49:51 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-07-24 00:55:48 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" against cached fingerprint "20,2026-07-24 00:54:48 +0000 UTC,25074c7237d5f7774d304950950b2d66" 2026/07/24 01:49:51 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-07-24 00:55:48 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" != cached fingerprint "20,2026-07-24 00:54:48 +0000 UTC,25074c7237d5f7774d304950950b2d66") 2026/07/24 01:49:51 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/24 01:49:51 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/24 01:49:51 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/07/24 01:49:51 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/24 01:49:51 DEBUG : TestRWCacheUpdate(0x2fde38c0bd80): >openPending: err= 2026/07/24 01:49:51 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/07/24 01:49:51 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/24 01:49:51 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/24 01:49:51 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/24 01:49:51 DEBUG : TestRWCacheUpdate(0x2fde38c0bd80): >_readAt: n=20, err=EOF 2026/07/24 01:49:51 DEBUG : TestRWCacheUpdate(0x2fde38c0bd80): close: 2026/07/24 01:49:51 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-24 00:55:48 +0000 UTC 2026/07/24 01:49:51 DEBUG : TestRWCacheUpdate(0x2fde38c0bd80): >close: err= 2026/07/24 01:49:51 DEBUG : Re-reading directory (108.18992ms old) 2026/07/24 01:49:51 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/24 01:49:51 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/24 01:49:51 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/TestRWCacheUpdate" 2026/07/24 01:49:51 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:51 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/TestRWCacheUpdate 2026/07/24 01:49:51 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/TestRWCacheUpdate" 2026/07/24 01:49:51 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:51 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-kecurin5dijo/TestRWCacheUpdate 2026/07/24 01:49:51 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:51 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/07/24 01:49:51 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/TestRWCacheUpdate" 2026/07/24 01:49:51 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:51 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/TestRWCacheUpdate 2026/07/24 01:49:51 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/TestRWCacheUpdate" 2026/07/24 01:49:51 DEBUG : forgetting directory cache 2026/07/24 01:49:51 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:51 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 /rclone-test-kecurin5dijo/TestRWCacheUpdate 2026/07/24 01:49:51 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:51 DEBUG : TestRWCacheUpdate: Parsed hash: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 2026/07/24 01:49:51 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:51 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/24 01:49:51 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/24 01:49:51 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/24 01:49:51 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/24 01:49:51 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/24 01:49:51 DEBUG : TestRWCacheUpdate(0x2fde38e50940): _readAt: size=512, off=0 2026/07/24 01:49:51 DEBUG : TestRWCacheUpdate(0x2fde38e50940): openPending: 2026/07/24 01:49:51 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/TestRWCacheUpdate" 2026/07/24 01:49:51 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:51 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/TestRWCacheUpdate 2026/07/24 01:49:51 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/TestRWCacheUpdate" 2026/07/24 01:49:51 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:51 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-kecurin5dijo/TestRWCacheUpdate 2026/07/24 01:49:51 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:51 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/07/24 01:49:51 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "21,2026-07-24 00:56:48 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" against cached fingerprint "20,2026-07-24 00:55:48 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" 2026/07/24 01:49:51 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "21,2026-07-24 00:56:48 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" != cached fingerprint "20,2026-07-24 00:55:48 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00") 2026/07/24 01:49:51 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/24 01:49:51 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/24 01:49:51 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=21 2026/07/24 01:49:51 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/24 01:49:51 DEBUG : TestRWCacheUpdate(0x2fde38e50940): >openPending: err= 2026/07/24 01:49:51 DEBUG : vfs cache: looking for range={Pos:0 Size:21} in [] - present false 2026/07/24 01:49:51 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/24 01:49:51 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/24 01:49:51 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/24 01:49:51 DEBUG : TestRWCacheUpdate(0x2fde38e50940): >_readAt: n=21, err=EOF 2026/07/24 01:49:51 DEBUG : TestRWCacheUpdate(0x2fde38e50940): close: 2026/07/24 01:49:51 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-24 00:56:48 +0000 UTC 2026/07/24 01:49:51 DEBUG : TestRWCacheUpdate(0x2fde38e50940): >close: err= 2026/07/24 01:49:51 DEBUG : Re-reading directory (101.867978ms old) 2026/07/24 01:49:51 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/24 01:49:51 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/24 01:49:51 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/TestRWCacheUpdate" 2026/07/24 01:49:51 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:51 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/TestRWCacheUpdate 2026/07/24 01:49:51 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/TestRWCacheUpdate" 2026/07/24 01:49:51 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:51 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-kecurin5dijo/TestRWCacheUpdate 2026/07/24 01:49:51 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:51 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/07/24 01:49:51 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/TestRWCacheUpdate" 2026/07/24 01:49:51 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:51 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/TestRWCacheUpdate 2026/07/24 01:49:51 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/TestRWCacheUpdate" 2026/07/24 01:49:51 DEBUG : forgetting directory cache 2026/07/24 01:49:52 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:52 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 /rclone-test-kecurin5dijo/TestRWCacheUpdate 2026/07/24 01:49:52 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:52 DEBUG : TestRWCacheUpdate: Parsed hash: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 2026/07/24 01:49:52 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:52 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/24 01:49:52 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/24 01:49:52 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/24 01:49:52 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/24 01:49:52 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/24 01:49:52 DEBUG : TestRWCacheUpdate(0x2fde38b35d80): _readAt: size=512, off=0 2026/07/24 01:49:52 DEBUG : TestRWCacheUpdate(0x2fde38b35d80): openPending: 2026/07/24 01:49:52 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/TestRWCacheUpdate" 2026/07/24 01:49:52 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:52 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/TestRWCacheUpdate 2026/07/24 01:49:52 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/TestRWCacheUpdate" 2026/07/24 01:49:52 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:52 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-kecurin5dijo/TestRWCacheUpdate 2026/07/24 01:49:52 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:52 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/07/24 01:49:52 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "22,2026-07-24 00:57:48 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" against cached fingerprint "21,2026-07-24 00:56:48 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" 2026/07/24 01:49:52 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "22,2026-07-24 00:57:48 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" != cached fingerprint "21,2026-07-24 00:56:48 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7") 2026/07/24 01:49:52 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/24 01:49:52 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/24 01:49:52 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=22 2026/07/24 01:49:52 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/24 01:49:52 DEBUG : TestRWCacheUpdate(0x2fde38b35d80): >openPending: err= 2026/07/24 01:49:52 DEBUG : vfs cache: looking for range={Pos:0 Size:22} in [] - present false 2026/07/24 01:49:52 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/24 01:49:52 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/24 01:49:52 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/24 01:49:52 DEBUG : TestRWCacheUpdate(0x2fde38b35d80): >_readAt: n=22, err=EOF 2026/07/24 01:49:52 DEBUG : TestRWCacheUpdate(0x2fde38b35d80): close: 2026/07/24 01:49:52 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-24 00:57:48 +0000 UTC 2026/07/24 01:49:52 DEBUG : TestRWCacheUpdate(0x2fde38b35d80): >close: err= 2026/07/24 01:49:52 DEBUG : Re-reading directory (106.663239ms old) 2026/07/24 01:49:52 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/24 01:49:52 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/24 01:49:52 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/TestRWCacheUpdate" 2026/07/24 01:49:52 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:52 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/TestRWCacheUpdate 2026/07/24 01:49:52 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/TestRWCacheUpdate" 2026/07/24 01:49:52 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:52 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-kecurin5dijo/TestRWCacheUpdate 2026/07/24 01:49:52 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:52 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/07/24 01:49:52 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/TestRWCacheUpdate" 2026/07/24 01:49:52 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:52 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/TestRWCacheUpdate 2026/07/24 01:49:52 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/TestRWCacheUpdate" 2026/07/24 01:49:52 DEBUG : forgetting directory cache 2026/07/24 01:49:52 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:52 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 /rclone-test-kecurin5dijo/TestRWCacheUpdate 2026/07/24 01:49:52 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:52 DEBUG : TestRWCacheUpdate: Parsed hash: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 2026/07/24 01:49:52 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:52 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/24 01:49:52 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/24 01:49:52 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/24 01:49:52 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/24 01:49:52 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/24 01:49:52 DEBUG : TestRWCacheUpdate(0x2fde3902f540): _readAt: size=512, off=0 2026/07/24 01:49:52 DEBUG : TestRWCacheUpdate(0x2fde3902f540): openPending: 2026/07/24 01:49:52 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/TestRWCacheUpdate" 2026/07/24 01:49:52 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:52 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/TestRWCacheUpdate 2026/07/24 01:49:52 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/TestRWCacheUpdate" 2026/07/24 01:49:52 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:52 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-kecurin5dijo/TestRWCacheUpdate 2026/07/24 01:49:52 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:52 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/07/24 01:49:52 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "23,2026-07-24 00:58:48 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" against cached fingerprint "22,2026-07-24 00:57:48 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" 2026/07/24 01:49:52 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "23,2026-07-24 00:58:48 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" != cached fingerprint "22,2026-07-24 00:57:48 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca") 2026/07/24 01:49:52 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/24 01:49:52 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/24 01:49:52 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=23 2026/07/24 01:49:52 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/24 01:49:52 DEBUG : TestRWCacheUpdate(0x2fde3902f540): >openPending: err= 2026/07/24 01:49:52 DEBUG : vfs cache: looking for range={Pos:0 Size:23} in [] - present false 2026/07/24 01:49:52 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/24 01:49:52 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/24 01:49:52 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/24 01:49:52 DEBUG : TestRWCacheUpdate(0x2fde3902f540): >_readAt: n=23, err=EOF 2026/07/24 01:49:52 DEBUG : TestRWCacheUpdate(0x2fde3902f540): close: 2026/07/24 01:49:52 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-24 00:58:48 +0000 UTC 2026/07/24 01:49:52 DEBUG : TestRWCacheUpdate(0x2fde3902f540): >close: err= 2026/07/24 01:49:52 DEBUG : Re-reading directory (110.059861ms old) 2026/07/24 01:49:52 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/24 01:49:52 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/24 01:49:52 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/TestRWCacheUpdate" 2026/07/24 01:49:52 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:52 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/TestRWCacheUpdate 2026/07/24 01:49:52 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/TestRWCacheUpdate" 2026/07/24 01:49:52 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:52 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-kecurin5dijo/TestRWCacheUpdate 2026/07/24 01:49:52 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:52 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/07/24 01:49:52 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/TestRWCacheUpdate" 2026/07/24 01:49:52 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:52 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/TestRWCacheUpdate 2026/07/24 01:49:52 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/TestRWCacheUpdate" 2026/07/24 01:49:53 DEBUG : forgetting directory cache 2026/07/24 01:49:53 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:53 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 62773e350f2f87e22c3d3c0d445c7a429aae8efa /rclone-test-kecurin5dijo/TestRWCacheUpdate 2026/07/24 01:49:53 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:53 DEBUG : TestRWCacheUpdate: Parsed hash: 62773e350f2f87e22c3d3c0d445c7a429aae8efa 2026/07/24 01:49:53 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:49:53 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/24 01:49:53 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/24 01:49:53 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/24 01:49:53 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/24 01:49:53 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/24 01:49:53 DEBUG : TestRWCacheUpdate(0x2fde38dee640): _readAt: size=512, off=0 2026/07/24 01:49:53 DEBUG : TestRWCacheUpdate(0x2fde38dee640): openPending: 2026/07/24 01:49:53 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/TestRWCacheUpdate" 2026/07/24 01:49:53 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:53 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/TestRWCacheUpdate 2026/07/24 01:49:53 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/TestRWCacheUpdate" 2026/07/24 01:49:53 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:53 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-kecurin5dijo/TestRWCacheUpdate 2026/07/24 01:49:53 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:53 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/07/24 01:49:53 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "24,2026-07-24 00:59:48 +0000 UTC,074978d6705e58530a3c8d378a08fa37" against cached fingerprint "23,2026-07-24 00:58:48 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" 2026/07/24 01:49:53 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "24,2026-07-24 00:59:48 +0000 UTC,074978d6705e58530a3c8d378a08fa37" != cached fingerprint "23,2026-07-24 00:58:48 +0000 UTC,a04b60cad5c51870e80f668df3d720c0") 2026/07/24 01:49:53 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/24 01:49:53 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/24 01:49:53 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=24 2026/07/24 01:49:53 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/24 01:49:53 DEBUG : TestRWCacheUpdate(0x2fde38dee640): >openPending: err= 2026/07/24 01:49:53 DEBUG : vfs cache: looking for range={Pos:0 Size:24} in [] - present false 2026/07/24 01:49:53 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/24 01:49:53 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/24 01:49:53 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/24 01:49:53 DEBUG : TestRWCacheUpdate(0x2fde38dee640): >_readAt: n=24, err=EOF 2026/07/24 01:49:53 DEBUG : TestRWCacheUpdate(0x2fde38dee640): close: 2026/07/24 01:49:53 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-24 00:59:48 +0000 UTC 2026/07/24 01:49:53 DEBUG : TestRWCacheUpdate(0x2fde38dee640): >close: err= 2026/07/24 01:49:53 DEBUG : Re-reading directory (103.196002ms old) 2026/07/24 01:49:53 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/24 01:49:53 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/24 01:49:53 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:53 DEBUG : Looking for writers 2026/07/24 01:49:53 DEBUG : TestRWCacheUpdate: reading active writers 2026/07/24 01:49:53 DEBUG : >WaitForWriters: 2026/07/24 01:49:53 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: vfs cache: cleaner exiting --- PASS: TestRWCacheUpdate (5.26s) === RUN TestCaseSensitivity run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:53 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/FiLeA" 2026/07/24 01:49:53 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:53 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/FiLeA 2026/07/24 01:49:53 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/FiLeA" 2026/07/24 01:49:53 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:53 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-kecurin5dijo/FiLeA 2026/07/24 01:49:53 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:53 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/07/24 01:49:53 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/FiLeA" 2026/07/24 01:49:53 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:53 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/FiLeA 2026/07/24 01:49:53 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/FiLeA" 2026/07/24 01:49:53 DEBUG : forgetting directory cache 2026/07/24 01:49:53 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:53 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-kecurin5dijo/FiLeA 2026/07/24 01:49:53 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:53 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/07/24 01:49:53 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/FiLeB" 2026/07/24 01:49:53 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:53 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/FiLeB 2026/07/24 01:49:53 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/FiLeB" 2026/07/24 01:49:53 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:53 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-kecurin5dijo/FiLeB 2026/07/24 01:49:53 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:53 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/07/24 01:49:53 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/FiLeB" 2026/07/24 01:49:53 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:53 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/FiLeB 2026/07/24 01:49:53 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/FiLeB" 2026/07/24 01:49:53 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:53 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-kecurin5dijo/FiLeB 2026/07/24 01:49:53 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:53 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/07/24 01:49:53 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:53 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:53 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/24 01:49:53 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/24 01:49:53 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/24 01:49:53 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/07/24 01:49:53 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/24 01:49:53 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/24 01:49:53 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/FiLeA" 2026/07/24 01:49:53 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:53 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/FiLeA 2026/07/24 01:49:53 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/FiLeA" 2026/07/24 01:49:53 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:53 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-kecurin5dijo/FiLeA 2026/07/24 01:49:53 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:53 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/07/24 01:49:53 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/24 01:49:53 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/24 01:49:53 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/24 01:49:53 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/07/24 01:49:53 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/24 01:49:53 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/24 01:49:53 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/FiLeA" 2026/07/24 01:49:53 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:53 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/FiLeA 2026/07/24 01:49:53 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/FiLeA" 2026/07/24 01:49:53 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:53 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-kecurin5dijo/FiLeA 2026/07/24 01:49:53 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:53 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/07/24 01:49:53 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/24 01:49:53 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/24 01:49:53 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/24 01:49:53 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/07/24 01:49:53 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/24 01:49:53 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/24 01:49:53 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/24 01:49:53 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/07/24 01:49:53 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/07/24 01:49:53 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/07/24 01:49:53 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/07/24 01:49:53 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/24 01:49:53 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/FiLeB" 2026/07/24 01:49:53 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:53 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/FiLeB 2026/07/24 01:49:53 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/FiLeB" 2026/07/24 01:49:54 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:54 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-kecurin5dijo/FiLeB 2026/07/24 01:49:54 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:54 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/07/24 01:49:54 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/24 01:49:54 DEBUG : FilEb: Open: flags=O_RDONLY 2026/07/24 01:49:54 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/07/24 01:49:54 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/07/24 01:49:54 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/07/24 01:49:54 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/24 01:49:54 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/FilEb" 2026/07/24 01:49:54 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:54 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/FilEb 2026/07/24 01:49:54 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/FilEb" 2026/07/24 01:49:54 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:54 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-kecurin5dijo/FilEb 2026/07/24 01:49:54 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:54 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/07/24 01:49:54 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/FiLeA" 2026/07/24 01:49:54 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:54 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/FiLeA 2026/07/24 01:49:54 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/FiLeA" 2026/07/24 01:49:54 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:54 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-kecurin5dijo/FiLeA 2026/07/24 01:49:54 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:54 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/07/24 01:49:54 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/FiLeA" 2026/07/24 01:49:54 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:54 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/FiLeA 2026/07/24 01:49:54 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/FiLeA" 2026/07/24 01:49:54 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:54 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-kecurin5dijo/FiLeA 2026/07/24 01:49:54 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:54 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/07/24 01:49:54 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/FiLeB" 2026/07/24 01:49:54 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:54 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/FiLeB 2026/07/24 01:49:54 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/FiLeB" 2026/07/24 01:49:54 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:54 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-kecurin5dijo/FiLeB 2026/07/24 01:49:54 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:54 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/07/24 01:49:54 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/FiLeB" 2026/07/24 01:49:54 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:54 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/FiLeB 2026/07/24 01:49:54 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/FiLeB" 2026/07/24 01:49:54 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:54 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-kecurin5dijo/FiLeB 2026/07/24 01:49:54 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:54 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/07/24 01:49:54 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/FilEb" 2026/07/24 01:49:54 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:54 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/FilEb 2026/07/24 01:49:54 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/FilEb" 2026/07/24 01:49:54 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:54 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-kecurin5dijo/FilEb 2026/07/24 01:49:54 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:54 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/07/24 01:49:54 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/FilEb" 2026/07/24 01:49:54 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:54 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/FilEb 2026/07/24 01:49:54 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/FilEb" 2026/07/24 01:49:54 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:54 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 7a5211eef71caf0a250ea202616030c063bd4f75 /rclone-test-kecurin5dijo/FilEb 2026/07/24 01:49:54 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:54 DEBUG : FilEb: Parsed hash: 7a5211eef71caf0a250ea202616030c063bd4f75 2026/07/24 01:49:54 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/24 01:49:54 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/24 01:49:54 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/24 01:49:54 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/07/24 01:49:54 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/24 01:49:54 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/24 01:49:54 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/24 01:49:54 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/24 01:49:54 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/24 01:49:54 DEBUG : fileA: >OpenFile: fd=FiLeA (r), err= 2026/07/24 01:49:54 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/24 01:49:54 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/24 01:49:54 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/24 01:49:54 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/24 01:49:54 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/24 01:49:54 DEBUG : filea: >OpenFile: fd=FiLeA (r), err= 2026/07/24 01:49:54 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/24 01:49:54 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/24 01:49:54 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/24 01:49:54 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/24 01:49:54 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/24 01:49:54 DEBUG : FILEA: >OpenFile: fd=FiLeA (r), err= 2026/07/24 01:49:54 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/24 01:49:54 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/24 01:49:54 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/24 01:49:54 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/07/24 01:49:54 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/07/24 01:49:54 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/07/24 01:49:54 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/07/24 01:49:54 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/24 01:49:54 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/FiLeB" 2026/07/24 01:49:54 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:54 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/FiLeB 2026/07/24 01:49:54 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/FiLeB" 2026/07/24 01:49:54 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:54 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-kecurin5dijo/FiLeB 2026/07/24 01:49:54 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:54 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/07/24 01:49:54 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/24 01:49:54 DEBUG : FilEb: Open: flags=O_RDONLY 2026/07/24 01:49:54 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/07/24 01:49:54 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/07/24 01:49:54 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/07/24 01:49:54 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/24 01:49:54 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/FilEb" 2026/07/24 01:49:54 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:54 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/FilEb 2026/07/24 01:49:54 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/FilEb" 2026/07/24 01:49:54 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:54 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-kecurin5dijo/FilEb 2026/07/24 01:49:54 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:54 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/07/24 01:49:54 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/24 01:49:54 ERROR : /: Dir.Stat error: duplicate filename "fileb" detected with case/unicode normalization settings 2026/07/24 01:49:54 DEBUG : fileb: >OpenFile: fd=, err=duplicate filename "fileb" detected with case/unicode normalization settings 2026/07/24 01:49:54 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/24 01:49:54 ERROR : /: Dir.Stat error: duplicate filename "FILEB" detected with case/unicode normalization settings 2026/07/24 01:49:54 DEBUG : FILEB: >OpenFile: fd=, err=duplicate filename "FILEB" detected with case/unicode normalization settings 2026/07/24 01:49:54 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/24 01:49:54 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/24 01:49:54 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/24 01:49:54 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/07/24 01:49:54 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/24 01:49:54 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/24 01:49:54 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/24 01:49:54 DEBUG : fileA: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:54 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/24 01:49:54 DEBUG : filea: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:54 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/24 01:49:54 DEBUG : FILEA: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:54 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/24 01:49:54 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/07/24 01:49:54 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/07/24 01:49:54 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/07/24 01:49:54 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/07/24 01:49:54 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/24 01:49:54 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/24 01:49:54 DEBUG : FilEb: Open: flags=O_RDONLY 2026/07/24 01:49:54 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/07/24 01:49:54 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/07/24 01:49:54 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/07/24 01:49:54 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/24 01:49:54 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/24 01:49:54 DEBUG : fileb: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:54 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/24 01:49:54 DEBUG : FILEB: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:54 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:54 DEBUG : Looking for writers 2026/07/24 01:49:54 DEBUG : FiLeA: reading active writers 2026/07/24 01:49:54 DEBUG : FiLeB: reading active writers 2026/07/24 01:49:54 DEBUG : FilEb: reading active writers 2026/07/24 01:49:54 DEBUG : >WaitForWriters: 2026/07/24 01:49:54 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:54 DEBUG : Looking for writers 2026/07/24 01:49:54 DEBUG : FiLeA: reading active writers 2026/07/24 01:49:54 DEBUG : FiLeB: reading active writers 2026/07/24 01:49:54 DEBUG : FilEb: reading active writers 2026/07/24 01:49:54 DEBUG : >WaitForWriters: --- PASS: TestCaseSensitivity (1.65s) === RUN TestUnicodeNormalization run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:55 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/normal name with no special characters.txt" 2026/07/24 01:49:55 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:55 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/normal\ name\ with\ no\ special\ characters.txt 2026/07/24 01:49:55 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/normal\ name\ with\ no\ special\ characters.txt" 2026/07/24 01:49:55 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:55 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-kecurin5dijo/normal name with no special characters.txt 2026/07/24 01:49:55 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:55 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/07/24 01:49:55 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/normal name with no special characters.txt" 2026/07/24 01:49:55 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:55 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/normal\ name\ with\ no\ special\ characters.txt 2026/07/24 01:49:55 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/normal\ name\ with\ no\ special\ characters.txt" 2026/07/24 01:49:55 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:55 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-kecurin5dijo/normal name with no special characters.txt 2026/07/24 01:49:55 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:55 DEBUG : normal name with no special characters.txt: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/07/24 01:49:55 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/測試_Русский___ě_áñ" 2026/07/24 01:49:55 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:55 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/測試_Русский___ě_áñ 2026/07/24 01:49:55 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/測試_Русский___ě_áñ" 2026/07/24 01:49:55 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:55 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-kecurin5dijo/測試_Русский___ě_áñ 2026/07/24 01:49:55 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:55 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/07/24 01:49:55 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/測試_Русский___ě_áñ" 2026/07/24 01:49:55 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:55 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/測試_Русский___ě_áñ 2026/07/24 01:49:55 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/測試_Русский___ě_áñ" 2026/07/24 01:49:55 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:55 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-kecurin5dijo/測試_Русский___ě_áñ 2026/07/24 01:49:55 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:55 DEBUG : 測試_Русский___ě_áñ: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/07/24 01:49:55 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:55 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/24 01:49:55 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/07/24 01:49:55 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/07/24 01:49:55 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/07/24 01:49:55 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/24 01:49:55 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/24 01:49:55 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/normal name with no special characters.txt" 2026/07/24 01:49:55 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:55 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/normal\ name\ with\ no\ special\ characters.txt 2026/07/24 01:49:55 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/normal\ name\ with\ no\ special\ characters.txt" 2026/07/24 01:49:55 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:55 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-kecurin5dijo/normal name with no special characters.txt 2026/07/24 01:49:55 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:55 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/07/24 01:49:55 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/24 01:49:55 DEBUG : 測試_Русский___ě_áñ: Open: flags=O_RDONLY 2026/07/24 01:49:55 DEBUG : 測試_Русский___ě_áñ: >Open: fd=測試_Русский___ě_áñ (r), err= 2026/07/24 01:49:55 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=測試_Русский___ě_áñ (r), err= 2026/07/24 01:49:55 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.openRange at 0 length 134217728 2026/07/24 01:49:55 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/24 01:49:55 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/測試_Русский___ě_áñ" 2026/07/24 01:49:55 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:55 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/測試_Русский___ě_áñ 2026/07/24 01:49:55 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/測試_Русский___ě_áñ" 2026/07/24 01:49:55 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:55 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-kecurin5dijo/測試_Русский___ě_áñ 2026/07/24 01:49:55 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:55 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/07/24 01:49:55 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/24 01:49:55 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/07/24 01:49:55 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/07/24 01:49:55 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/07/24 01:49:55 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/24 01:49:55 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/24 01:49:55 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/24 01:49:55 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:55 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:55 DEBUG : Looking for writers 2026/07/24 01:49:55 DEBUG : normal name with no special characters.txt: reading active writers 2026/07/24 01:49:55 DEBUG : 測試_Русский___ě_áñ: reading active writers 2026/07/24 01:49:55 DEBUG : >WaitForWriters: --- PASS: TestUnicodeNormalization (0.63s) === RUN TestVFSbaseHandle --- PASS: TestVFSbaseHandle (0.00s) === RUN TestVFSNew run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:55 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:55 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Reusing VFS from active cache 2026/07/24 01:49:55 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:55 DEBUG : Looking for writers 2026/07/24 01:49:55 DEBUG : >WaitForWriters: 2026/07/24 01:49:55 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:55 DEBUG : Looking for writers 2026/07/24 01:49:55 DEBUG : >WaitForWriters: --- PASS: TestVFSNew (0.00s) === RUN TestVFSNewWithOpts run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:55 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:55 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:55 DEBUG : Looking for writers 2026/07/24 01:49:55 DEBUG : >WaitForWriters: --- PASS: TestVFSNewWithOpts (0.00s) === RUN TestVFSRoot run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:55 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:55 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:55 DEBUG : Looking for writers 2026/07/24 01:49:55 DEBUG : >WaitForWriters: --- PASS: TestVFSRoot (0.00s) === RUN TestVFSStat run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:55 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:55 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/file1" 2026/07/24 01:49:55 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:55 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/file1 2026/07/24 01:49:55 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/file1" 2026/07/24 01:49:55 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:55 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/file1 2026/07/24 01:49:55 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:55 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:55 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/file1" 2026/07/24 01:49:55 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:55 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/file1 2026/07/24 01:49:55 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/file1" 2026/07/24 01:49:55 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:55 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kecurin5dijo/file1 2026/07/24 01:49:55 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:55 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/24 01:49:55 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file2" 2026/07/24 01:49:55 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:55 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file2 2026/07/24 01:49:55 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file2" 2026/07/24 01:49:55 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:55 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-kecurin5dijo/dir/file2 2026/07/24 01:49:55 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:55 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/07/24 01:49:55 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file2" 2026/07/24 01:49:55 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:55 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file2 2026/07/24 01:49:55 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file2" 2026/07/24 01:49:56 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:56 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-kecurin5dijo/dir/file2 2026/07/24 01:49:56 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:56 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/07/24 01:49:56 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:56 DEBUG : dir: Looking for writers 2026/07/24 01:49:56 DEBUG : file2: reading active writers 2026/07/24 01:49:56 DEBUG : Looking for writers 2026/07/24 01:49:56 DEBUG : dir: reading active writers 2026/07/24 01:49:56 DEBUG : file1: reading active writers 2026/07/24 01:49:56 DEBUG : >WaitForWriters: --- PASS: TestVFSStat (0.42s) === RUN TestVFSStatParent run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:56 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:56 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/file1" 2026/07/24 01:49:56 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:56 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/file1 2026/07/24 01:49:56 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/file1" 2026/07/24 01:49:56 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:56 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/file1 2026/07/24 01:49:56 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:56 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:56 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/file1" 2026/07/24 01:49:56 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:56 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/file1 2026/07/24 01:49:56 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/file1" 2026/07/24 01:49:56 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:56 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kecurin5dijo/file1 2026/07/24 01:49:56 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:56 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/24 01:49:56 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file2" 2026/07/24 01:49:56 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:56 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file2 2026/07/24 01:49:56 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file2" 2026/07/24 01:49:56 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:56 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-kecurin5dijo/dir/file2 2026/07/24 01:49:56 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:56 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/07/24 01:49:56 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file2" 2026/07/24 01:49:56 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:56 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file2 2026/07/24 01:49:56 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file2" 2026/07/24 01:49:56 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:56 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-kecurin5dijo/dir/file2 2026/07/24 01:49:56 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:56 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/07/24 01:49:56 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:56 DEBUG : dir: Looking for writers 2026/07/24 01:49:56 DEBUG : Looking for writers 2026/07/24 01:49:56 DEBUG : dir: reading active writers 2026/07/24 01:49:56 DEBUG : file1: reading active writers 2026/07/24 01:49:56 DEBUG : >WaitForWriters: --- PASS: TestVFSStatParent (0.42s) === RUN TestVFSOpenFile run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:56 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:56 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/file1" 2026/07/24 01:49:56 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:56 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/file1 2026/07/24 01:49:56 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/file1" 2026/07/24 01:49:56 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:56 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-kecurin5dijo/file1 2026/07/24 01:49:56 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:56 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/24 01:49:56 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/file1" 2026/07/24 01:49:56 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:56 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/file1 2026/07/24 01:49:56 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/file1" 2026/07/24 01:49:56 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:56 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-kecurin5dijo/file1 2026/07/24 01:49:56 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:56 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/24 01:49:56 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file2" 2026/07/24 01:49:56 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:56 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file2 2026/07/24 01:49:56 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file2" 2026/07/24 01:49:56 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:56 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-kecurin5dijo/dir/file2 2026/07/24 01:49:56 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:56 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/07/24 01:49:56 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file2" 2026/07/24 01:49:56 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:56 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file2 2026/07/24 01:49:56 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file2" 2026/07/24 01:49:56 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:56 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-kecurin5dijo/dir/file2 2026/07/24 01:49:56 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:56 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/07/24 01:49:56 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/24 01:49:56 DEBUG : file1: Open: flags=O_RDONLY 2026/07/24 01:49:56 DEBUG : file1: >Open: fd=file1 (r), err= 2026/07/24 01:49:56 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/07/24 01:49:56 DEBUG : dir: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/24 01:49:56 DEBUG : dir: >OpenFile: fd=dir/ (r), err= 2026/07/24 01:49:56 DEBUG : dir/new_file.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/24 01:49:56 DEBUG : dir/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:56 DEBUG : dir/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:56 DEBUG : dir/new_file.txt: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:56 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/07/24 01:49:56 DEBUG : dir/new_file.txt: >Open: fd=dir/new_file.txt (w), err= 2026/07/24 01:49:56 DEBUG : dir/new_file.txt: >OpenFile: fd=dir/new_file.txt (w), err= 2026/07/24 01:49:56 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/07/24 01:49:56 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: File to upload is small (0 bytes), uploading instead of streaming 2026/07/24 01:49:56 DEBUG : dir/new_file.txt: size = 0 OK 2026/07/24 01:49:56 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/new_file.txt" 2026/07/24 01:49:56 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:56 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/new_file.txt 2026/07/24 01:49:56 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/new_file.txt" 2026/07/24 01:49:56 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:56 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-kecurin5dijo/dir/new_file.txt 2026/07/24 01:49:56 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:56 DEBUG : dir/new_file.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/24 01:49:56 DEBUG : dir/new_file.txt: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/24 01:49:56 DEBUG : dir/new_file.txt: Size and md5 of src and dst objects identical 2026/07/24 01:49:56 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/07/24 01:49:56 DEBUG : not found/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:56 DEBUG : not found/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/07/24 01:49:56 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:56 DEBUG : dir: Looking for writers 2026/07/24 01:49:56 DEBUG : file2: reading active writers 2026/07/24 01:49:56 DEBUG : new_file.txt: reading active writers 2026/07/24 01:49:56 DEBUG : Looking for writers 2026/07/24 01:49:56 DEBUG : dir: reading active writers 2026/07/24 01:49:56 DEBUG : file1: reading active writers 2026/07/24 01:49:56 DEBUG : >WaitForWriters: --- PASS: TestVFSOpenFile (0.48s) === RUN TestVFSRename run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:56 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:56 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file2" 2026/07/24 01:49:56 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:56 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file2 2026/07/24 01:49:56 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file2" 2026/07/24 01:49:57 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:57 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-kecurin5dijo/dir/file2 2026/07/24 01:49:57 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:57 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/07/24 01:49:57 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file2" 2026/07/24 01:49:57 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:57 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file2 2026/07/24 01:49:57 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file2" 2026/07/24 01:49:57 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:57 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-kecurin5dijo/dir/file2 2026/07/24 01:49:57 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:57 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/07/24 01:49:57 INFO : dir/file2: Moved (server-side) to: dir/file1 2026/07/24 01:49:57 DEBUG : dir/file1: Updating file with dir/file1 0x2fde38fe0dd0 2026/07/24 01:49:57 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/07/24 01:49:57 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:57 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:57 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:57 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:57 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:57 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:57 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:57 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:57 DEBUG : dir/file1: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/07/24 01:49:57 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:57 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:57 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:57 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/dir/file1" 2026/07/24 01:49:57 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:57 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-kecurin5dijo/dir/file1 2026/07/24 01:49:57 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:57 DEBUG : dir/file1: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/07/24 01:49:57 INFO : dir/file1: Moved (server-side) to: file0 2026/07/24 01:49:57 DEBUG : file0: Updating file with file0 0x2fde38fe0dd0 2026/07/24 01:49:57 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/24 01:49:57 DEBUG : Added virtual directory entry vAddFile: "file0" 2026/07/24 01:49:57 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/file0" 2026/07/24 01:49:57 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:57 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/file0 2026/07/24 01:49:57 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/file0" 2026/07/24 01:49:57 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:57 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-kecurin5dijo/file0 2026/07/24 01:49:57 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:57 DEBUG : file0: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/07/24 01:49:57 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/file0" 2026/07/24 01:49:57 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:57 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/file0 2026/07/24 01:49:57 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/file0" 2026/07/24 01:49:57 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:57 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-kecurin5dijo/file0 2026/07/24 01:49:57 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:57 DEBUG : file0: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/07/24 01:49:57 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:57 DEBUG : dir: Looking for writers 2026/07/24 01:49:57 DEBUG : Looking for writers 2026/07/24 01:49:57 DEBUG : dir: reading active writers 2026/07/24 01:49:57 DEBUG : file0: reading active writers 2026/07/24 01:49:57 DEBUG : >WaitForWriters: --- PASS: TestVFSRename (0.64s) === RUN TestVFSStatfs run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:57 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:57 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Server has VFS statistics extension 2026/07/24 01:49:57 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: About path "/rclone-test-kecurin5dijo" 2026/07/24 01:49:57 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:57 DEBUG : Looking for writers 2026/07/24 01:49:57 DEBUG : >WaitForWriters: --- PASS: TestVFSStatfs (0.00s) === RUN TestVFSMkdir run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:57 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:57 DEBUG : Added virtual directory entry vAddDir: "/" 2026/07/24 01:49:57 DEBUG : Added virtual directory entry vAddDir: "a" 2026/07/24 01:49:57 DEBUG : Added virtual directory entry vAddDir: "b" 2026/07/24 01:49:57 DEBUG : Added virtual directory entry vAddDir: "c" 2026/07/24 01:49:57 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/07/24 01:49:57 DEBUG : Added virtual directory entry vAddDir: "d" 2026/07/24 01:49:57 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/07/24 01:49:57 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:57 DEBUG : Looking for writers 2026/07/24 01:49:57 DEBUG : a: Looking for writers 2026/07/24 01:49:57 DEBUG : b: Looking for writers 2026/07/24 01:49:57 DEBUG : c: Looking for writers 2026/07/24 01:49:57 DEBUG : d: Looking for writers 2026/07/24 01:49:57 DEBUG : Looking for writers 2026/07/24 01:49:57 DEBUG : /: reading active writers 2026/07/24 01:49:57 DEBUG : a: reading active writers 2026/07/24 01:49:57 DEBUG : b: reading active writers 2026/07/24 01:49:57 DEBUG : c: reading active writers 2026/07/24 01:49:57 DEBUG : d: reading active writers 2026/07/24 01:49:57 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdir (0.24s) === RUN TestVFSMkdirAll run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:57 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:57 DEBUG : Added virtual directory entry vAddDir: "a" 2026/07/24 01:49:57 DEBUG : a: Added virtual directory entry vAddDir: "b" 2026/07/24 01:49:57 DEBUG : a/b: Added virtual directory entry vAddDir: "c" 2026/07/24 01:49:57 DEBUG : a/b/c: Added virtual directory entry vAddDir: "d" 2026/07/24 01:49:57 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:57 DEBUG : a/b/c/d: Looking for writers 2026/07/24 01:49:57 DEBUG : a/b/c: Looking for writers 2026/07/24 01:49:57 DEBUG : d: reading active writers 2026/07/24 01:49:57 DEBUG : a/b: Looking for writers 2026/07/24 01:49:57 DEBUG : c: reading active writers 2026/07/24 01:49:57 DEBUG : a: Looking for writers 2026/07/24 01:49:57 DEBUG : b: reading active writers 2026/07/24 01:49:57 DEBUG : Looking for writers 2026/07/24 01:49:57 DEBUG : a: reading active writers 2026/07/24 01:49:57 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdirAll (0.05s) === RUN TestFillInMissingSizes === RUN TestFillInMissingSizes/total=20,free=5,used=15 === RUN TestFillInMissingSizes/total=20,free=5,used=-1 === RUN TestFillInMissingSizes/total=20,free=-1,used=15 === RUN TestFillInMissingSizes/total=20,free=-1,used=-1 === RUN TestFillInMissingSizes/total=-1,free=5,used=15 === RUN TestFillInMissingSizes/total=-1,free=15,used=-1 === RUN TestFillInMissingSizes/total=-1,free=-1,used=15 === RUN TestFillInMissingSizes/total=-1,free=-1,used=-1 --- PASS: TestFillInMissingSizes (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=5,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=5,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=-1,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=-1,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=5,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=15,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=-1,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=-1,used=-1 (0.00s) === RUN TestVFSIsMetadataFile run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:57 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:57 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:57 DEBUG : Looking for writers 2026/07/24 01:49:57 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-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:57 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:57 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:57 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:57 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:57 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/24 01:49:57 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/24 01:49:57 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:57 ERROR : file1: WriteFileHandle: Read: Can't read and write to file without --vfs-cache-mode >= minimal 2026/07/24 01:49:57 ERROR : file1: WriteFileHandle: ReadAt: Can't read and write to file without --vfs-cache-mode >= minimal 2026/07/24 01:49:57 ERROR : file1: WriteFileHandle: Truncate: Can't change size without --vfs-cache-mode >= writes 2026/07/24 01:49:57 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: File to upload is small (5 bytes), uploading instead of streaming 2026/07/24 01:49:57 DEBUG : file1: size = 5 OK 2026/07/24 01:49:57 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/file1" 2026/07/24 01:49:57 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:57 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/file1 2026/07/24 01:49:57 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/file1" 2026/07/24 01:49:57 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:57 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-kecurin5dijo/file1 2026/07/24 01:49:57 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:57 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/24 01:49:57 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/24 01:49:57 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/24 01:49:57 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:57 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/file1" 2026/07/24 01:49:57 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:57 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/file1 2026/07/24 01:49:57 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/file1" 2026/07/24 01:49:58 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:58 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-kecurin5dijo/file1 2026/07/24 01:49:58 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:58 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/24 01:49:58 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/file1" 2026/07/24 01:49:58 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:58 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/file1 2026/07/24 01:49:58 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/file1" 2026/07/24 01:49:58 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:58 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-kecurin5dijo/file1 2026/07/24 01:49:58 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:58 DEBUG : file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/07/24 01:49:58 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:58 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:58 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:58 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/24 01:49:58 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/24 01:49:58 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:58 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:58 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:58 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/24 01:49:58 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/24 01:49:58 ERROR : file1: WriteFileHandle: Can't open for write without O_TRUNC on existing file without --vfs-cache-mode >= writes 2026/07/24 01:49:58 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/07/24 01:49:58 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/24 01:49:58 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:58 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/24 01:49:58 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/24 01:49:58 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:58 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: File to upload is small (0 bytes), uploading instead of streaming 2026/07/24 01:49:58 DEBUG : file1: size = 0 OK 2026/07/24 01:49:58 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/file1" 2026/07/24 01:49:58 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:58 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/file1 2026/07/24 01:49:58 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/file1" 2026/07/24 01:49:58 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:58 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-kecurin5dijo/file1 2026/07/24 01:49:58 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:58 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/24 01:49:58 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/24 01:49:58 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/24 01:49:58 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:58 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/07/24 01:49:58 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/24 01:49:58 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:58 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/24 01:49:58 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/24 01:49:58 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:58 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: File to upload is small (7 bytes), uploading instead of streaming 2026/07/24 01:49:58 DEBUG : file1: size = 7 OK 2026/07/24 01:49:58 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/file1" 2026/07/24 01:49:58 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:58 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/file1 2026/07/24 01:49:58 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/file1" 2026/07/24 01:49:58 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:58 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 9141de76717e095d4dd05f1e686ad6a8 /rclone-test-kecurin5dijo/file1 2026/07/24 01:49:58 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:58 DEBUG : file1: Parsed hash: 9141de76717e095d4dd05f1e686ad6a8 2026/07/24 01:49:58 DEBUG : file1: md5 = 9141de76717e095d4dd05f1e686ad6a8 OK 2026/07/24 01:49:58 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/24 01:49:58 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:58 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:58 DEBUG : Looking for writers 2026/07/24 01:49:58 DEBUG : file1: reading active writers 2026/07/24 01:49:58 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleMethods (0.54s) === RUN TestWriteFileHandleWriteAt run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:58 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:58 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:58 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:58 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:58 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/24 01:49:58 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/24 01:49:58 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:58 DEBUG : file1: waiting for in-sequence write to 100 for 1s 2026/07/24 01:49:59 DEBUG : file1: aborting in-sequence write wait, off=100 2026/07/24 01:49:59 DEBUG : file1: failed to wait for in-sequence write to 100 2026/07/24 01:49:59 ERROR : file1: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes 2026/07/24 01:49:59 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: File to upload is small (11 bytes), uploading instead of streaming 2026/07/24 01:49:59 DEBUG : file1: size = 11 OK 2026/07/24 01:49:59 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/file1" 2026/07/24 01:49:59 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:59 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/file1 2026/07/24 01:49:59 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/file1" 2026/07/24 01:49:59 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:59 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-kecurin5dijo/file1 2026/07/24 01:49:59 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:59 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/24 01:49:59 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/07/24 01:49:59 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/24 01:49:59 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:59 ERROR : file1: WriteFileHandle.Write: error: Bad file descriptor 2026/07/24 01:49:59 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/file1" 2026/07/24 01:49:59 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:59 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/file1 2026/07/24 01:49:59 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/file1" 2026/07/24 01:49:59 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:59 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-kecurin5dijo/file1 2026/07/24 01:49:59 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:59 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/24 01:49:59 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/file1" 2026/07/24 01:49:59 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:59 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/file1 2026/07/24 01:49:59 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/file1" 2026/07/24 01:49:59 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:59 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-kecurin5dijo/file1 2026/07/24 01:49:59 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:59 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/07/24 01:49:59 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:59 DEBUG : Looking for writers 2026/07/24 01:49:59 DEBUG : file1: reading active writers 2026/07/24 01:49:59 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleWriteAt (1.33s) === RUN TestWriteFileHandleFlush run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:59 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:59 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:59 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:59 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:59 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/24 01:49:59 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/24 01:49:59 DEBUG : file1: WriteFileHandle.Flush unwritten handle, writing 0 bytes to avoid race conditions 2026/07/24 01:49:59 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:59 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: File to upload is small (5 bytes), uploading instead of streaming 2026/07/24 01:49:59 DEBUG : file1: size = 5 OK 2026/07/24 01:49:59 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/file1" 2026/07/24 01:49:59 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:59 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/file1 2026/07/24 01:49:59 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/file1" 2026/07/24 01:49:59 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:59 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-kecurin5dijo/file1 2026/07/24 01:49:59 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:59 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/24 01:49:59 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/24 01:49:59 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/24 01:49:59 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:59 DEBUG : file1: WriteFileHandle.Flush nothing to do 2026/07/24 01:49:59 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:59 DEBUG : Looking for writers 2026/07/24 01:49:59 DEBUG : file1: reading active writers 2026/07/24 01:49:59 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleFlush (0.11s) === RUN TestWriteFileHandleRelease run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:59 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:59 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:59 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:59 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:59 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/24 01:49:59 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/24 01:49:59 DEBUG : file1: WriteFileHandle.Release closing 2026/07/24 01:49:59 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:59 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: File to upload is small (0 bytes), uploading instead of streaming 2026/07/24 01:49:59 DEBUG : file1: size = 0 OK 2026/07/24 01:49:59 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/file1" 2026/07/24 01:49:59 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:59 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/file1 2026/07/24 01:49:59 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/file1" 2026/07/24 01:49:59 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:49:59 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-kecurin5dijo/file1 2026/07/24 01:49:59 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:49:59 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/24 01:49:59 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/24 01:49:59 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/24 01:49:59 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:59 DEBUG : file1: WriteFileHandle.Release nothing to do 2026/07/24 01:49:59 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:49:59 DEBUG : Looking for writers 2026/07/24 01:49:59 DEBUG : file1: reading active writers 2026/07/24 01:49:59 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleRelease (0.11s) === RUN TestWriteFileModTimeWithOpenWriters run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:49:59 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:49:59 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:49:59 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:49:59 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:59 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/24 01:49:59 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/24 01:49:59 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/24 01:49:59 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: File to upload is small (2 bytes), uploading instead of streaming 2026/07/24 01:49:59 DEBUG : file1: size = 2 OK 2026/07/24 01:49:59 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/file1" 2026/07/24 01:49:59 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:49:59 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/file1 2026/07/24 01:49:59 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/file1" 2026/07/24 01:50:00 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:50:00 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-kecurin5dijo/file1 2026/07/24 01:50:00 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:50:00 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/07/24 01:50:00 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/07/24 01:50:00 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/24 01:50:00 DEBUG : file1: Applied pending mod time 2012-11-18 17:32:31 +0000 UTC OK 2026/07/24 01:50:00 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/24 01:50:00 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:50:00 DEBUG : Looking for writers 2026/07/24 01:50:00 DEBUG : file1: reading active writers 2026/07/24 01:50:00 DEBUG : >WaitForWriters: --- PASS: TestWriteFileModTimeWithOpenWriters (0.11s) === RUN TestFileReadAtZeroLength run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:50:00 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:50:00 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:50:00 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:50:00 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/24 01:50:00 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/24 01:50:00 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/24 01:50:00 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/24 01:50:00 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: File to upload is small (0 bytes), uploading instead of streaming 2026/07/24 01:50:00 DEBUG : file1: size = 0 OK 2026/07/24 01:50:00 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/file1" 2026/07/24 01:50:00 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:50:00 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/file1 2026/07/24 01:50:00 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/file1" 2026/07/24 01:50:00 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:50:00 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-kecurin5dijo/file1 2026/07/24 01:50:00 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:50:00 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/24 01:50:00 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/24 01:50:00 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/24 01:50:00 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/24 01:50:00 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:50:00 DEBUG : file1: Open: flags=O_RDONLY 2026/07/24 01:50:00 DEBUG : file1: >Open: fd=file1 (r), err= 2026/07/24 01:50:00 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/07/24 01:50:00 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/07/24 01:50:00 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/07/24 01:50:00 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:50:00 DEBUG : Looking for writers 2026/07/24 01:50:00 DEBUG : file1: reading active writers 2026/07/24 01:50:00 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtZeroLength (0.11s) === RUN TestFileReadAtNonZeroLength run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:50:00 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:50:00 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/24 01:50:00 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/24 01:50:00 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/24 01:50:00 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/24 01:50:00 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/24 01:50:00 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/24 01:50:00 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: File to upload is small (100 bytes), uploading instead of streaming 2026/07/24 01:50:00 DEBUG : file1: size = 100 OK 2026/07/24 01:50:00 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/file1" 2026/07/24 01:50:00 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:50:00 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/file1 2026/07/24 01:50:00 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/file1" 2026/07/24 01:50:00 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:50:00 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: d3d748a2088cf70fb3a3ef3968723e3d /rclone-test-kecurin5dijo/file1 2026/07/24 01:50:00 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:50:00 DEBUG : file1: Parsed hash: d3d748a2088cf70fb3a3ef3968723e3d 2026/07/24 01:50:00 DEBUG : file1: md5 = d3d748a2088cf70fb3a3ef3968723e3d OK 2026/07/24 01:50:00 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/24 01:50:00 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/24 01:50:00 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/24 01:50:00 DEBUG : file1: Open: flags=O_RDONLY 2026/07/24 01:50:00 DEBUG : file1: >Open: fd=file1 (r), err= 2026/07/24 01:50:00 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/07/24 01:50:00 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/07/24 01:50:00 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/07/24 01:50:00 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:50:00 DEBUG : Looking for writers 2026/07/24 01:50:00 DEBUG : file1: reading active writers 2026/07/24 01:50:00 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtNonZeroLength (0.11s) === RUN TestZipManyFiles run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:50:00 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:50:00 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/flat/f000.txt" 2026/07/24 01:50:00 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:50:00 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/flat/f000.txt 2026/07/24 01:50:00 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/flat/f000.txt" 2026/07/24 01:50:00 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:50:00 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-kecurin5dijo/flat/f000.txt 2026/07/24 01:50:00 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:50:00 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/07/24 01:50:00 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/flat/f000.txt" 2026/07/24 01:50:00 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:50:00 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/flat/f000.txt 2026/07/24 01:50:00 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/flat/f000.txt" 2026/07/24 01:50:00 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:50:00 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: c411c13d2fde40743cb34d29f96a35975bbfef9c /rclone-test-kecurin5dijo/flat/f000.txt 2026/07/24 01:50:00 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:50:00 DEBUG : flat/f000.txt: Parsed hash: c411c13d2fde40743cb34d29f96a35975bbfef9c 2026/07/24 01:50:00 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/flat/f001.txt" 2026/07/24 01:50:00 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:50:00 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/flat/f001.txt 2026/07/24 01:50:00 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/flat/f001.txt" 2026/07/24 01:50:00 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:50:00 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-kecurin5dijo/flat/f001.txt 2026/07/24 01:50:00 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:50:00 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/07/24 01:50:00 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/flat/f001.txt" 2026/07/24 01:50:00 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:50:00 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/flat/f001.txt 2026/07/24 01:50:00 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/flat/f001.txt" 2026/07/24 01:50:00 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:50:00 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 46007547503950688fd883befced0e53561dae68 /rclone-test-kecurin5dijo/flat/f001.txt 2026/07/24 01:50:00 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:50:00 DEBUG : flat/f001.txt: Parsed hash: 46007547503950688fd883befced0e53561dae68 2026/07/24 01:50:00 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/flat/f002.txt" 2026/07/24 01:50:00 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:50:00 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/flat/f002.txt 2026/07/24 01:50:00 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/flat/f002.txt" 2026/07/24 01:50:00 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:50:00 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-kecurin5dijo/flat/f002.txt 2026/07/24 01:50:00 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:50:00 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/07/24 01:50:00 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/flat/f002.txt" 2026/07/24 01:50:00 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:50:00 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/flat/f002.txt 2026/07/24 01:50:00 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/flat/f002.txt" 2026/07/24 01:50:00 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:50:00 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 3911c439d6af617451e319f94dfafb3c820da182 /rclone-test-kecurin5dijo/flat/f002.txt 2026/07/24 01:50:00 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:50:00 DEBUG : flat/f002.txt: Parsed hash: 3911c439d6af617451e319f94dfafb3c820da182 2026/07/24 01:50:00 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/flat/f003.txt" 2026/07/24 01:50:00 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:50:00 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/flat/f003.txt 2026/07/24 01:50:00 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/flat/f003.txt" 2026/07/24 01:50:01 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:50:01 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-kecurin5dijo/flat/f003.txt 2026/07/24 01:50:01 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:50:01 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/07/24 01:50:01 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/flat/f003.txt" 2026/07/24 01:50:01 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:50:01 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/flat/f003.txt 2026/07/24 01:50:01 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/flat/f003.txt" 2026/07/24 01:50:01 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:50:01 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b /rclone-test-kecurin5dijo/flat/f003.txt 2026/07/24 01:50:01 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:50:01 DEBUG : flat/f003.txt: Parsed hash: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b 2026/07/24 01:50:01 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/flat/f004.txt" 2026/07/24 01:50:01 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:50:01 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/flat/f004.txt 2026/07/24 01:50:01 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/flat/f004.txt" 2026/07/24 01:50:01 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:50:01 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-kecurin5dijo/flat/f004.txt 2026/07/24 01:50:01 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:50:01 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/07/24 01:50:01 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/flat/f004.txt" 2026/07/24 01:50:01 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:50:01 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: sha1sum /rclone-test-kecurin5dijo/flat/f004.txt 2026/07/24 01:50:01 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-kecurin5dijo/flat/f004.txt" 2026/07/24 01:50:01 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:50:01 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 079985a49a3bd62df1a79417e15263ed81bd6843 /rclone-test-kecurin5dijo/flat/f004.txt 2026/07/24 01:50:01 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:50:01 DEBUG : flat/f004.txt: Parsed hash: 079985a49a3bd62df1a79417e15263ed81bd6843 2026/07/24 01:50:01 DEBUG : flat/f000.txt: Open: flags=O_RDONLY 2026/07/24 01:50:01 DEBUG : flat/f000.txt: >Open: fd=flat/f000.txt (r), err= 2026/07/24 01:50:01 DEBUG : flat/f000.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/24 01:50:01 DEBUG : flat/f000.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/24 01:50:01 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/flat/f000.txt" 2026/07/24 01:50:01 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:50:01 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/flat/f000.txt 2026/07/24 01:50:01 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/flat/f000.txt" 2026/07/24 01:50:01 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:50:01 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-kecurin5dijo/flat/f000.txt 2026/07/24 01:50:01 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:50:01 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/07/24 01:50:01 DEBUG : flat/f001.txt: Open: flags=O_RDONLY 2026/07/24 01:50:01 DEBUG : flat/f001.txt: >Open: fd=flat/f001.txt (r), err= 2026/07/24 01:50:01 DEBUG : flat/f001.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/24 01:50:01 DEBUG : flat/f001.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/24 01:50:01 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/flat/f001.txt" 2026/07/24 01:50:01 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:50:01 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/flat/f001.txt 2026/07/24 01:50:01 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/flat/f001.txt" 2026/07/24 01:50:01 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:50:01 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-kecurin5dijo/flat/f001.txt 2026/07/24 01:50:01 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:50:01 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/07/24 01:50:01 DEBUG : flat/f002.txt: Open: flags=O_RDONLY 2026/07/24 01:50:01 DEBUG : flat/f002.txt: >Open: fd=flat/f002.txt (r), err= 2026/07/24 01:50:01 DEBUG : flat/f002.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/24 01:50:01 DEBUG : flat/f002.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/24 01:50:01 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/flat/f002.txt" 2026/07/24 01:50:01 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:50:01 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/flat/f002.txt 2026/07/24 01:50:01 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/flat/f002.txt" 2026/07/24 01:50:01 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:50:01 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-kecurin5dijo/flat/f002.txt 2026/07/24 01:50:01 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:50:01 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/07/24 01:50:01 DEBUG : flat/f003.txt: Open: flags=O_RDONLY 2026/07/24 01:50:01 DEBUG : flat/f003.txt: >Open: fd=flat/f003.txt (r), err= 2026/07/24 01:50:01 DEBUG : flat/f003.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/24 01:50:01 DEBUG : flat/f003.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/24 01:50:01 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/flat/f003.txt" 2026/07/24 01:50:01 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:50:01 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/flat/f003.txt 2026/07/24 01:50:01 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/flat/f003.txt" 2026/07/24 01:50:01 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:50:01 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-kecurin5dijo/flat/f003.txt 2026/07/24 01:50:01 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:50:01 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/07/24 01:50:01 DEBUG : flat/f004.txt: Open: flags=O_RDONLY 2026/07/24 01:50:01 DEBUG : flat/f004.txt: >Open: fd=flat/f004.txt (r), err= 2026/07/24 01:50:01 DEBUG : flat/f004.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/24 01:50:01 DEBUG : flat/f004.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/24 01:50:01 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/flat/f004.txt" 2026/07/24 01:50:01 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:50:01 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/flat/f004.txt 2026/07/24 01:50:01 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/flat/f004.txt" 2026/07/24 01:50:01 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:50:01 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-kecurin5dijo/flat/f004.txt 2026/07/24 01:50:01 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:50:01 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/07/24 01:50:01 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:50:01 DEBUG : flat: Looking for writers 2026/07/24 01:50:01 DEBUG : f001.txt: reading active writers 2026/07/24 01:50:01 DEBUG : f002.txt: reading active writers 2026/07/24 01:50:01 DEBUG : f003.txt: reading active writers 2026/07/24 01:50:01 DEBUG : f004.txt: reading active writers 2026/07/24 01:50:01 DEBUG : f000.txt: reading active writers 2026/07/24 01:50:01 DEBUG : Looking for writers 2026/07/24 01:50:01 DEBUG : flat: reading active writers 2026/07/24 01:50:01 DEBUG : >WaitForWriters: --- PASS: TestZipManyFiles (1.60s) === RUN TestZipManySubDirs run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:50:01 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:50:01 DEBUG : a/b/c/deep.txt: Open: flags=O_RDONLY 2026/07/24 01:50:01 DEBUG : a/b/c/deep.txt: >Open: fd=a/b/c/deep.txt (r), err= 2026/07/24 01:50:01 DEBUG : a/b/c/deep.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/24 01:50:01 DEBUG : a/b/c/deep.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/24 01:50:01 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/a/b/c/deep.txt" 2026/07/24 01:50:01 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:50:01 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/a/b/c/deep.txt 2026/07/24 01:50:01 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/a/b/c/deep.txt" 2026/07/24 01:50:02 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:50:02 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 6627415e807ee33c7302917216e7da68 /rclone-test-kecurin5dijo/a/b/c/deep.txt 2026/07/24 01:50:02 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:50:02 DEBUG : a/b/c/deep.txt: Parsed hash: 6627415e807ee33c7302917216e7da68 2026/07/24 01:50:02 DEBUG : a/b/mid.txt: Open: flags=O_RDONLY 2026/07/24 01:50:02 DEBUG : a/b/mid.txt: >Open: fd=a/b/mid.txt (r), err= 2026/07/24 01:50:02 DEBUG : a/b/mid.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/24 01:50:02 DEBUG : a/b/mid.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/24 01:50:02 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/a/b/mid.txt" 2026/07/24 01:50:02 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:50:02 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/a/b/mid.txt 2026/07/24 01:50:02 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/a/b/mid.txt" 2026/07/24 01:50:02 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:50:02 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 22384709d743fe3c6fb0a4b35b2e10a6 /rclone-test-kecurin5dijo/a/b/mid.txt 2026/07/24 01:50:02 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:50:02 DEBUG : a/b/mid.txt: Parsed hash: 22384709d743fe3c6fb0a4b35b2e10a6 2026/07/24 01:50:02 DEBUG : a/top.txt: Open: flags=O_RDONLY 2026/07/24 01:50:02 DEBUG : a/top.txt: >Open: fd=a/top.txt (r), err= 2026/07/24 01:50:02 DEBUG : a/top.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/24 01:50:02 DEBUG : a/top.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/24 01:50:02 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/a/top.txt" 2026/07/24 01:50:02 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:50:02 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/a/top.txt 2026/07/24 01:50:02 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/a/top.txt" 2026/07/24 01:50:02 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:50:02 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: b28354b543375bfa94dabaeda722927f /rclone-test-kecurin5dijo/a/top.txt 2026/07/24 01:50:02 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:50:02 DEBUG : a/top.txt: Parsed hash: b28354b543375bfa94dabaeda722927f 2026/07/24 01:50:02 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:50:02 DEBUG : a/b/c: Looking for writers 2026/07/24 01:50:02 DEBUG : deep.txt: reading active writers 2026/07/24 01:50:02 DEBUG : a/b: Looking for writers 2026/07/24 01:50:02 DEBUG : c: reading active writers 2026/07/24 01:50:02 DEBUG : mid.txt: reading active writers 2026/07/24 01:50:02 DEBUG : a: Looking for writers 2026/07/24 01:50:02 DEBUG : b: reading active writers 2026/07/24 01:50:02 DEBUG : top.txt: reading active writers 2026/07/24 01:50:02 DEBUG : Looking for writers 2026/07/24 01:50:02 DEBUG : a: reading active writers 2026/07/24 01:50:02 DEBUG : >WaitForWriters: --- PASS: TestZipManySubDirs (0.34s) === RUN TestZipLargeFiles run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:50:02 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:50:02 DEBUG : bigdir/big.bin: Open: flags=O_RDONLY 2026/07/24 01:50:02 DEBUG : bigdir/big.bin: >Open: fd=bigdir/big.bin (r), err= 2026/07/24 01:50:02 DEBUG : bigdir/big.bin: ChunkedReader.openRange at 0 length 134217728 2026/07/24 01:50:02 DEBUG : bigdir/big.bin: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 2026/07/24 01:50:02 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4096 length 8192 chunkOffset 0 chunkSize 134217728 2026/07/24 01:50:02 DEBUG : bigdir/big.bin: ChunkedReader.Read at 12288 length 16384 chunkOffset 0 chunkSize 134217728 2026/07/24 01:50:02 DEBUG : bigdir/big.bin: ChunkedReader.Read at 28672 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/24 01:50:02 DEBUG : bigdir/big.bin: ChunkedReader.Read at 61440 length 65536 chunkOffset 0 chunkSize 134217728 2026/07/24 01:50:02 DEBUG : bigdir/big.bin: ChunkedReader.Read at 126976 length 131072 chunkOffset 0 chunkSize 134217728 2026/07/24 01:50:02 DEBUG : bigdir/big.bin: ChunkedReader.Read at 258048 length 262144 chunkOffset 0 chunkSize 134217728 2026/07/24 01:50:02 DEBUG : bigdir/big.bin: ChunkedReader.Read at 520192 length 524288 chunkOffset 0 chunkSize 134217728 2026/07/24 01:50:02 DEBUG : bigdir/big.bin: ChunkedReader.Read at 1044480 length 1048576 chunkOffset 0 chunkSize 134217728 2026/07/24 01:50:02 DEBUG : bigdir/big.bin: ChunkedReader.Read at 2093056 length 1048576 chunkOffset 0 chunkSize 134217728 2026/07/24 01:50:02 DEBUG : bigdir/big.bin: ChunkedReader.Read at 3141632 length 1048576 chunkOffset 0 chunkSize 134217728 2026/07/24 01:50:02 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4190208 length 1048576 chunkOffset 0 chunkSize 134217728 2026/07/24 01:50:02 DEBUG : bigdir/big.bin: ChunkedReader.Read at 5238784 length 1048576 chunkOffset 0 chunkSize 134217728 2026/07/24 01:50:02 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/bigdir/big.bin" 2026/07/24 01:50:02 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:50:02 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/bigdir/big.bin 2026/07/24 01:50:02 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/bigdir/big.bin" 2026/07/24 01:50:03 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:50:03 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: d4d07ea84f0f85b103d17b324ec59630 /rclone-test-kecurin5dijo/bigdir/big.bin 2026/07/24 01:50:03 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:50:03 DEBUG : bigdir/big.bin: Parsed hash: d4d07ea84f0f85b103d17b324ec59630 2026/07/24 01:50:03 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:50:03 DEBUG : bigdir: Looking for writers 2026/07/24 01:50:03 DEBUG : big.bin: reading active writers 2026/07/24 01:50:03 DEBUG : Looking for writers 2026/07/24 01:50:03 DEBUG : bigdir: reading active writers 2026/07/24 01:50:03 DEBUG : >WaitForWriters: --- PASS: TestZipLargeFiles (0.91s) === RUN TestZipDirsInRoot run.go:198: Remote "sftp://rclone@:22/rclone-test-kecurin5dijo", Local "Local file system at /tmp/rclone3104147518", Modify Window "1s" 2026/07/24 01:50:03 INFO : sftp://rclone@:22/rclone-test-kecurin5dijo: poll-interval is not supported by this remote 2026/07/24 01:50:03 DEBUG : dir1/a.txt: Open: flags=O_RDONLY 2026/07/24 01:50:03 DEBUG : dir1/a.txt: >Open: fd=dir1/a.txt (r), err= 2026/07/24 01:50:03 DEBUG : dir1/a.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/24 01:50:03 DEBUG : dir1/a.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/24 01:50:03 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir1/a.txt" 2026/07/24 01:50:03 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:50:03 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir1/a.txt 2026/07/24 01:50:03 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir1/a.txt" 2026/07/24 01:50:03 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:50:03 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 9dd4e461268c8034f5c8564e155c67a6 /rclone-test-kecurin5dijo/dir1/a.txt 2026/07/24 01:50:03 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:50:03 DEBUG : dir1/a.txt: Parsed hash: 9dd4e461268c8034f5c8564e155c67a6 2026/07/24 01:50:03 DEBUG : dir2/b.txt: Open: flags=O_RDONLY 2026/07/24 01:50:03 DEBUG : dir2/b.txt: >Open: fd=dir2/b.txt (r), err= 2026/07/24 01:50:03 DEBUG : dir2/b.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/24 01:50:03 DEBUG : dir2/b.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/24 01:50:03 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir2/b.txt" 2026/07/24 01:50:03 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:50:03 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir2/b.txt 2026/07/24 01:50:03 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir2/b.txt" 2026/07/24 01:50:03 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:50:03 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: 415290769594460e2e485922904f345d /rclone-test-kecurin5dijo/dir2/b.txt 2026/07/24 01:50:03 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:50:03 DEBUG : dir2/b.txt: Parsed hash: 415290769594460e2e485922904f345d 2026/07/24 01:50:03 DEBUG : dir3/c.txt: Open: flags=O_RDONLY 2026/07/24 01:50:03 DEBUG : dir3/c.txt: >Open: fd=dir3/c.txt (r), err= 2026/07/24 01:50:03 DEBUG : dir3/c.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/24 01:50:03 DEBUG : dir3/c.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/24 01:50:03 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Shell path "/rclone-test-kecurin5dijo/dir3/c.txt" 2026/07/24 01:50:03 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: creating additional session 2026/07/24 01:50:03 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Running remote command: md5sum /rclone-test-kecurin5dijo/dir3/c.txt 2026/07/24 01:50:03 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-kecurin5dijo/dir3/c.txt" 2026/07/24 01:50:03 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: command exited OK 2026/07/24 01:50:03 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Remote command result: fbade9e36a3f36d3d676c1b808451dd7 /rclone-test-kecurin5dijo/dir3/c.txt 2026/07/24 01:50:03 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: ssh external: close 2026/07/24 01:50:03 DEBUG : dir3/c.txt: Parsed hash: fbade9e36a3f36d3d676c1b808451dd7 2026/07/24 01:50:03 DEBUG : WaitForWriters: timeout=30s 2026/07/24 01:50:03 DEBUG : dir1: Looking for writers 2026/07/24 01:50:03 DEBUG : a.txt: reading active writers 2026/07/24 01:50:03 DEBUG : dir2: Looking for writers 2026/07/24 01:50:03 DEBUG : b.txt: reading active writers 2026/07/24 01:50:03 DEBUG : dir3: Looking for writers 2026/07/24 01:50:03 DEBUG : c.txt: reading active writers 2026/07/24 01:50:03 DEBUG : Looking for writers 2026/07/24 01:50:03 DEBUG : dir1: reading active writers 2026/07/24 01:50:03 DEBUG : dir2: reading active writers 2026/07/24 01:50:03 DEBUG : dir3: reading active writers 2026/07/24 01:50:03 DEBUG : >WaitForWriters: --- PASS: TestZipDirsInRoot (0.35s) === RUN TestFunctional vfstest_test.go:20: Skip on non local --- SKIP: TestFunctional (0.00s) PASS 2026/07/24 01:50:03 DEBUG : sftp://rclone@:22/rclone-test-kecurin5dijo: Purge dir "" "./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Finished OK in 48.849636607s (try 1/5)